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

AutoMLJobSummary

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

Provides a summary about an AutoML job.

interface AutoMLJobSummary {
AutoMLJobArn: string;
AutoMLJobName: string;
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus;
AutoMLJobStatus: AutoMLJobStatus;
CreationTime: Date | number;
EndTime?: Date | number | null;
FailureReason?: string | null;
LastModifiedTime: Date | number;
PartialFailureReasons?: AutoMLPartialFailureReason[] | null;
}

§Properties

§
AutoMLJobArn: string
[src]

The ARN of the AutoML job.

§
AutoMLJobName: string
[src]

The name of the AutoML job you are requesting.

§
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus
[src]

The secondary status of the AutoML job.

§
AutoMLJobStatus: AutoMLJobStatus
[src]

The status of the AutoML job.

§
CreationTime: Date | number
[src]

When the AutoML job was created.

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

The end time of an AutoML job.

§
FailureReason?: string | null
[src]

The failure reason of an AutoML job.

§
LastModifiedTime: Date | number
[src]

When the AutoML job was last modified.

§
PartialFailureReasons?: AutoMLPartialFailureReason[] | null
[src]

The list of reasons for partial failures within an AutoML job.