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

DescribeInferenceRecommendationsJobResponse

import type { DescribeInferenceRecommendationsJobResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeInferenceRecommendationsJobResponse {
CompletionTime?: Date | number | null;
CreationTime: Date | number;
EndpointPerformances?: EndpointPerformance[] | null;
FailureReason?: string | null;
InferenceRecommendations?: InferenceRecommendation[] | null;
JobArn: string;
JobDescription?: string | null;
JobName: string;
LastModifiedTime: Date | number;
RoleArn: string;
StoppingConditions?: RecommendationJobStoppingConditions | null;
}

§Properties

§
CompletionTime?: Date | number | null
[src]

A timestamp that shows when the job completed.

§
CreationTime: Date | number
[src]

A timestamp that shows when the job was created.

§
EndpointPerformances?: EndpointPerformance[] | null
[src]

The performance results from running an Inference Recommender job on an existing endpoint.

§
FailureReason?: string | null
[src]

If the job fails, provides information why the job failed.

§
InferenceRecommendations?: InferenceRecommendation[] | null
[src]

The recommendations made by Inference Recommender.

§

Returns information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations you provided when you initiated the job.

§
JobArn: string
[src]

The Amazon Resource Name (ARN) of the job.

§
JobDescription?: string | null
[src]

The job description that you provided when you initiated the job.

§
JobName: string
[src]

The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

§

The job type that you provided when you initiated the job.

§
LastModifiedTime: Date | number
[src]

A timestamp that shows when the job was last modified.

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role you provided when you initiated the job.

§

The status of the job.

§
StoppingConditions?: RecommendationJobStoppingConditions | null
[src]

The stopping conditions that you provided when you initiated the job.