Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OptimizationObjective

import type { OptimizationObjective } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";

Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue. For more information see Optimizing a solution.

interface OptimizationObjective {
itemAttribute?: string | null;
objectiveSensitivity?: ObjectiveSensitivity | null;
}

§Properties

§
itemAttribute?: string | null
[src]

The numerical metadata column in an Items dataset related to the optimization objective. For example, VIDEO_LENGTH (to maximize streaming minutes), or PRICE (to maximize revenue).

§
objectiveSensitivity?: ObjectiveSensitivity | null
[src]

Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.