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
§
AutoMLJobArtifacts?: AutoMLJobArtifacts | null
[src]§
AutoMLJobConfig?: AutoMLJobConfig | null
[src]§
AutoMLJobObjective?: AutoMLJobObjective | null
[src]§
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus
[src]§
AutoMLJobStatus: AutoMLJobStatus
[src]§
BestCandidate?: AutoMLCandidate | null
[src]§
InputDataConfig: AutoMLChannel[]
[src]§
ModelDeployConfig?: ModelDeployConfig | null
[src]§
ModelDeployResult?: ModelDeployResult | null
[src]§
OutputDataConfig: AutoMLOutputDataConfig
[src]§
PartialFailureReasons?: AutoMLPartialFailureReason[] | null
[src]§
ProblemType?: ProblemType | null
[src]§
ResolvedAttributes?: ResolvedAttributes | null
[src]