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

CreateInferenceRecommendationsJobRequest

import type { CreateInferenceRecommendationsJobRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateInferenceRecommendationsJobRequest {
JobDescription?: string | null;
JobName: string;
OutputConfig?: RecommendationJobOutputConfig | null;
RoleArn: string;
StoppingConditions?: RecommendationJobStoppingConditions | null;
Tags?: Tag[] | null;
}

§Properties

§

Provides information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations.

§
JobDescription?: string | null
[src]

Description of the recommendation job.

§
JobName: string
[src]

A name for the recommendation job. The name must be unique within the Amazon Web Services Region and within your Amazon Web Services account.

§

Defines the type of recommendation job. Specify Default to initiate an instance recommendation and Advanced to initiate a load test. If left unspecified, Amazon SageMaker Inference Recommender will run an instance recommendation (DEFAULT) job.

§

Provides information about the output artifacts and the KMS key to use for Amazon S3 server-side encryption.

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

§
StoppingConditions?: RecommendationJobStoppingConditions | null
[src]

A set of conditions for stopping a recommendation job. If any of the conditions are met, the job is automatically stopped.

§
Tags?: Tag[] | null
[src]

The metadata that you apply to Amazon Web Services resources to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.