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

AutoMLCandidateStep

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

Information about the steps for a candidate and what step it is working on.

interface AutoMLCandidateStep {
CandidateStepArn: string;
CandidateStepName: string;
CandidateStepType: CandidateStepType;
}

§Properties

§
CandidateStepArn: string
[src]

The ARN for the candidate's step.

§
CandidateStepName: string
[src]

The name for the candidate's step.

§
CandidateStepType: CandidateStepType
[src]

Whether the candidate is at the transform, training, or processing step.