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?: {} | null;
[key: string]: string | null | undefined;
ExperimentConfig?: ExperimentConfig | null;
FailureReason?: string | null;
FinalMetricDataList?: MetricData[] | null;
HyperParameters?: {} | null;
[key: string]: string | null | undefined;
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]§
CheckpointConfig?: CheckpointConfig | null
[src]§
DebugHookConfig?: DebugHookConfig | null
[src]§
DebugRuleConfigurations?: DebugRuleConfiguration[] | null
[src]§
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | null
[src]§
ExperimentConfig?: ExperimentConfig | null
[src]§
FinalMetricDataList?: MetricData[] | null
[src]§
ModelArtifacts?: ModelArtifacts | null
[src]§
OutputDataConfig?: OutputDataConfig | null
[src]§
ResourceConfig?: ResourceConfig | null
[src]§
RetryStrategy?: RetryStrategy | null
[src]§
SecondaryStatus?: SecondaryStatus | null
[src]§
SecondaryStatusTransitions?: SecondaryStatusTransition[] | null
[src]§
StoppingCondition?: StoppingCondition | null
[src]§
TensorBoardOutputConfig?: TensorBoardOutputConfig | null
[src]§
TrainingJobStatus?: TrainingJobStatus | null
[src]