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

TrainingJob

import type { TrainingJob } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface TrainingJob {
AlgorithmSpecification?: AlgorithmSpecification | null;
AutoMLJobArn?: string | null;
BillableTimeInSeconds?: number | null;
CheckpointConfig?: CheckpointConfig | null;
CreationTime?: Date | number | null;
DebugHookConfig?: DebugHookConfig | null;
DebugRuleConfigurations?: DebugRuleConfiguration[] | null;
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | null;
EnableInterContainerTrafficEncryption?: boolean | null;
EnableManagedSpotTraining?: boolean | null;
EnableNetworkIsolation?: boolean | null;
Environment?: {
[key: string]: string | null | undefined;
}
| null;
ExperimentConfig?: ExperimentConfig | null;
FailureReason?: string | null;
FinalMetricDataList?: MetricData[] | null;
HyperParameters?: {
[key: string]: string | null | undefined;
}
| null;
InputDataConfig?: Channel[] | null;
LabelingJobArn?: string | null;
LastModifiedTime?: Date | number | null;
ModelArtifacts?: ModelArtifacts | null;
OutputDataConfig?: OutputDataConfig | null;
ResourceConfig?: ResourceConfig | null;
RetryStrategy?: RetryStrategy | null;
RoleArn?: string | null;
SecondaryStatus?: SecondaryStatus | null;
SecondaryStatusTransitions?: SecondaryStatusTransition[] | null;
StoppingCondition?: StoppingCondition | null;
Tags?: Tag[] | null;
TensorBoardOutputConfig?: TensorBoardOutputConfig | null;
TrainingEndTime?: Date | number | null;
TrainingJobArn?: string | null;
TrainingJobName?: string | null;
TrainingJobStatus?: TrainingJobStatus | null;
TrainingStartTime?: Date | number | null;
TrainingTimeInSeconds?: number | null;
TuningJobArn?: string | null;
VpcConfig?: VpcConfig | null;
}

§Properties

§
AlgorithmSpecification?: AlgorithmSpecification | null
[src]
§
AutoMLJobArn?: string | null
[src]
§
BillableTimeInSeconds?: number | null
[src]
§
CheckpointConfig?: CheckpointConfig | null
[src]
§
CreationTime?: Date | number | null
[src]
§
DebugHookConfig?: DebugHookConfig | null
[src]
§
DebugRuleConfigurations?: DebugRuleConfiguration[] | null
[src]
§
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | null
[src]
§
EnableInterContainerTrafficEncryption?: boolean | null
[src]
§
EnableManagedSpotTraining?: boolean | null
[src]
§
EnableNetworkIsolation?: boolean | null
[src]
§
Environment?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
ExperimentConfig?: ExperimentConfig | null
[src]
§
FailureReason?: string | null
[src]
§
FinalMetricDataList?: MetricData[] | null
[src]
§
HyperParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
InputDataConfig?: Channel[] | null
[src]
§
LabelingJobArn?: string | null
[src]
§
LastModifiedTime?: Date | number | null
[src]
§
ModelArtifacts?: ModelArtifacts | null
[src]
§
OutputDataConfig?: OutputDataConfig | null
[src]
§
ResourceConfig?: ResourceConfig | null
[src]
§
RetryStrategy?: RetryStrategy | null
[src]
§
RoleArn?: string | null
[src]
§
SecondaryStatus?: SecondaryStatus | null
[src]
§
SecondaryStatusTransitions?: SecondaryStatusTransition[] | null
[src]
§
StoppingCondition?: StoppingCondition | null
[src]
§
Tags?: Tag[] | null
[src]
§
TensorBoardOutputConfig?: TensorBoardOutputConfig | null
[src]
§
TrainingEndTime?: Date | number | null
[src]
§
TrainingJobArn?: string | null
[src]
§
TrainingJobName?: string | null
[src]
§
TrainingJobStatus?: TrainingJobStatus | null
[src]
§
TrainingStartTime?: Date | number | null
[src]
§
TrainingTimeInSeconds?: number | null
[src]
§
TuningJobArn?: string | null
[src]
§
VpcConfig?: VpcConfig | null
[src]