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

InferenceRecommendationsJob

import type { InferenceRecommendationsJob } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

A structure that contains a list of recommendation jobs.

interface InferenceRecommendationsJob {
CompletionTime?: Date | number | null;
CreationTime: Date | number;
FailureReason?: string | null;
JobArn: string;
JobDescription: string;
JobName: string;
LastModifiedTime: Date | number;
RoleArn: string;
}

§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.

§
FailureReason?: string | null
[src]

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

§
JobArn: string
[src]

The Amazon Resource Name (ARN) of the recommendation job.

§
JobDescription: string
[src]

The job description.

§
JobName: string
[src]

The name of the job.

§

The recommendation job type.

§
LastModifiedTime: Date | number
[src]

A timestamp that shows when the job was last modified.

§
RoleArn: string
[src]

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

§

The status of the job.