TrainingSpecification
import type { TrainingSpecification } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";interface TrainingSpecification {
MetricDefinitions?: MetricDefinition[] | null;
SupportedHyperParameters?: HyperParameterSpecification[] | null;
SupportedTrainingInstanceTypes: TrainingInstanceType[];
SupportedTuningJobObjectiveMetrics?: HyperParameterTuningJobObjective[] | null;
SupportsDistributedTraining?: boolean | null;
TrainingChannels: ChannelSpecification[];
TrainingImage: string;
TrainingImageDigest?: string | null;
}§Properties
§
MetricDefinitions?: MetricDefinition[] | null
[src]§
SupportedHyperParameters?: HyperParameterSpecification[] | null
[src]§
SupportedTrainingInstanceTypes: TrainingInstanceType[]
[src]§
SupportedTuningJobObjectiveMetrics?: HyperParameterTuningJobObjective[] | null
[src]§
TrainingChannels: ChannelSpecification[]
[src]