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

HyperParameterTrainingJobDefinition

import type { HyperParameterTrainingJobDefinition } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface HyperParameterTrainingJobDefinition {
AlgorithmSpecification: HyperParameterAlgorithmSpecification;
CheckpointConfig?: CheckpointConfig | null;
DefinitionName?: string | null;
EnableInterContainerTrafficEncryption?: boolean | null;
EnableManagedSpotTraining?: boolean | null;
EnableNetworkIsolation?: boolean | null;
HyperParameterRanges?: ParameterRanges | null;
InputDataConfig?: Channel[] | null;
OutputDataConfig: OutputDataConfig;
ResourceConfig: ResourceConfig;
RetryStrategy?: RetryStrategy | null;
RoleArn: string;
StaticHyperParameters?: {
[key: string]: string | null | undefined;
}
| null;
StoppingCondition: StoppingCondition;
TuningObjective?: HyperParameterTuningJobObjective | null;
VpcConfig?: VpcConfig | null;
}

§Properties

§
CheckpointConfig?: CheckpointConfig | null
[src]
§
DefinitionName?: string | null
[src]
§
EnableInterContainerTrafficEncryption?: boolean | null
[src]
§
EnableManagedSpotTraining?: boolean | null
[src]
§
EnableNetworkIsolation?: boolean | null
[src]
§
HyperParameterRanges?: ParameterRanges | null
[src]
§
InputDataConfig?: Channel[] | null
[src]
§
OutputDataConfig: OutputDataConfig
[src]
§
ResourceConfig: ResourceConfig
[src]
§
RetryStrategy?: RetryStrategy | null
[src]
§
RoleArn: string
[src]
§
StaticHyperParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
StoppingCondition: StoppingCondition
[src]
§
VpcConfig?: VpcConfig | null
[src]