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

DescribeAutoMLJobResponse

import type { DescribeAutoMLJobResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface DescribeAutoMLJobResponse {
AutoMLJobArn: string;
AutoMLJobArtifacts?: AutoMLJobArtifacts | null;
AutoMLJobConfig?: AutoMLJobConfig | null;
AutoMLJobName: string;
AutoMLJobObjective?: AutoMLJobObjective | null;
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus;
AutoMLJobStatus: AutoMLJobStatus;
BestCandidate?: AutoMLCandidate | null;
CreationTime: Date | number;
EndTime?: Date | number | null;
FailureReason?: string | null;
GenerateCandidateDefinitionsOnly?: boolean | null;
InputDataConfig: AutoMLChannel[];
LastModifiedTime: Date | number;
ModelDeployConfig?: ModelDeployConfig | null;
ModelDeployResult?: ModelDeployResult | null;
OutputDataConfig: AutoMLOutputDataConfig;
PartialFailureReasons?: AutoMLPartialFailureReason[] | null;
ProblemType?: ProblemType | null;
ResolvedAttributes?: ResolvedAttributes | null;
RoleArn: string;
}

§Properties

§
AutoMLJobArn: string
[src]
§
AutoMLJobArtifacts?: AutoMLJobArtifacts | null
[src]
§
AutoMLJobConfig?: AutoMLJobConfig | null
[src]
§
AutoMLJobName: string
[src]
§
AutoMLJobObjective?: AutoMLJobObjective | null
[src]
§
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus
[src]
§
AutoMLJobStatus: AutoMLJobStatus
[src]
§
BestCandidate?: AutoMLCandidate | null
[src]
§
CreationTime: Date | number
[src]
§
EndTime?: Date | number | null
[src]
§
FailureReason?: string | null
[src]
§
GenerateCandidateDefinitionsOnly?: boolean | null
[src]
§
InputDataConfig: AutoMLChannel[]
[src]
§
LastModifiedTime: Date | number
[src]
§
ModelDeployConfig?: ModelDeployConfig | null
[src]
§
ModelDeployResult?: ModelDeployResult | null
[src]
§
PartialFailureReasons?: AutoMLPartialFailureReason[] | null
[src]
§
ProblemType?: ProblemType | null
[src]
§
ResolvedAttributes?: ResolvedAttributes | null
[src]
§
RoleArn: string
[src]