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

DescribeTrainingJobResponse

import type { DescribeTrainingJobResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeTrainingJobResponse {
AlgorithmSpecification: AlgorithmSpecification;
AutoMLJobArn?: string | null;
BillableTimeInSeconds?: number | null;
CheckpointConfig?: CheckpointConfig | null;
CreationTime: Date | number;
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;
OutputDataConfig?: OutputDataConfig | null;
ProfilerConfig?: ProfilerConfig | null;
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | null;
ProfilerRuleEvaluationStatuses?: ProfilerRuleEvaluationStatus[] | null;
ProfilingStatus?: ProfilingStatus | null;
ResourceConfig: ResourceConfig;
RetryStrategy?: RetryStrategy | null;
RoleArn?: string | null;
SecondaryStatus: SecondaryStatus;
SecondaryStatusTransitions?: SecondaryStatusTransition[] | null;
StoppingCondition: StoppingCondition;
TensorBoardOutputConfig?: TensorBoardOutputConfig | null;
TrainingEndTime?: Date | number | null;
TrainingJobArn: string;
TrainingJobName: string;
TrainingJobStatus: TrainingJobStatus;
TrainingStartTime?: Date | number | null;
TrainingTimeInSeconds?: number | null;
TuningJobArn?: string | null;
VpcConfig?: VpcConfig | null;
WarmPoolStatus?: WarmPoolStatus | null;
}

§Properties

§
AlgorithmSpecification: AlgorithmSpecification
[src]

Information about the algorithm used for training, and algorithm metadata.

§
AutoMLJobArn?: string | null
[src]

The Amazon Resource Name (ARN) of an AutoML job.

§
BillableTimeInSeconds?: number | null
[src]

The billable time in seconds. Billable time refers to the absolute wall-clock time.

Multiply BillableTimeInSeconds by the number of instances (InstanceCount) in your training cluster to get the total compute time SageMaker bills you if you run distributed training. The formula is as follows: BillableTimeInSeconds * InstanceCount .

You can calculate the savings from using managed spot training using the formula (1 - BillableTimeInSeconds / TrainingTimeInSeconds) * 100. For example, if BillableTimeInSeconds is 100 and TrainingTimeInSeconds is 500, the savings is 80%.

§
CheckpointConfig?: CheckpointConfig | null
[src]
§
CreationTime: Date | number
[src]

A timestamp that indicates when the training job was created.

§
DebugHookConfig?: DebugHookConfig | null
[src]
§
DebugRuleConfigurations?: DebugRuleConfiguration[] | null
[src]

Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.

§
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | null
[src]

Evaluation status of Amazon SageMaker Debugger rules for debugging on a training job.

§
EnableInterContainerTrafficEncryption?: boolean | null
[src]

To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithms in distributed training.

§
EnableManagedSpotTraining?: boolean | null
[src]

A Boolean indicating whether managed spot training is enabled (True) or not (False).

§
EnableNetworkIsolation?: boolean | null
[src]

If you want to allow inbound or outbound network calls, except for calls between peers within a training cluster for distributed training, choose True. If you enable network isolation for training jobs that are configured to use a VPC, SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.

§
Environment?: {
[key: string]: string | null | undefined;
}
| null
[src]

The environment variables to set in the Docker container.

§
ExperimentConfig?: ExperimentConfig | null
[src]
§
FailureReason?: string | null
[src]

If the training job failed, the reason it failed.

§
FinalMetricDataList?: MetricData[] | null
[src]

A collection of MetricData objects that specify the names, values, and dates and times that the training algorithm emitted to Amazon CloudWatch.

§
HyperParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]

Algorithm-specific parameters.

§
InputDataConfig?: Channel[] | null
[src]

An array of Channel objects that describes each data input channel.

§
LabelingJobArn?: string | null
[src]

The Amazon Resource Name (ARN) of the SageMaker Ground Truth labeling job that created the transform or training job.

§
LastModifiedTime?: Date | number | null
[src]

A timestamp that indicates when the status of the training job was last modified.

§
ModelArtifacts: ModelArtifacts
[src]

Information about the Amazon S3 location that is configured for storing model artifacts.

§
OutputDataConfig?: OutputDataConfig | null
[src]

The S3 path where model artifacts that you configured when creating the job are stored. SageMaker creates subfolders for model artifacts.

§
ProfilerConfig?: ProfilerConfig | null
[src]
§
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | null
[src]

Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.

§
ProfilerRuleEvaluationStatuses?: ProfilerRuleEvaluationStatus[] | null
[src]

Evaluation status of Amazon SageMaker Debugger rules for profiling on a training job.

§
ProfilingStatus?: ProfilingStatus | null
[src]

Profiling status of a training job.

§
ResourceConfig: ResourceConfig
[src]

Resources, including ML compute instances and ML storage volumes, that are configured for model training.

§
RetryStrategy?: RetryStrategy | null
[src]

The number of times to retry the job when the job fails due to an InternalServerError.

§
RoleArn?: string | null
[src]

The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.

§
SecondaryStatus: SecondaryStatus
[src]

Provides detailed information about the state of the training job. For detailed information on the secondary status of the training job, see StatusMessage under "SecondaryStatusTransition".

SageMaker provides primary statuses and secondary statuses that apply to each of them:

InProgress: - Starting - Starting the training job. - Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes. - Training - Training is in progress. - Interrupted - The job stopped because the managed spot training instances were interrupted. - Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.

Completed: - Completed - The training job has completed.

Failed: - Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.

Stopped: - MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime. - MaxWaitTimeExceeded - The job stopped because it exceeded the maximum allowed wait time. - Stopped - The training job has stopped.

Stopping: - Stopping - Stopping the training job.

! IMPORTANT: ! Valid values for SecondaryStatus are subject to change.

We no longer support the following secondary statuses:

  • LaunchingMLInstances
    
  • PreparingTraining
    
  • DownloadingTrainingImage
    
§
SecondaryStatusTransitions?: SecondaryStatusTransition[] | null
[src]

A history of all of the secondary statuses that the training job has transitioned through.

§
StoppingCondition: StoppingCondition
[src]

Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

§
TensorBoardOutputConfig?: TensorBoardOutputConfig | null
[src]
§
TrainingEndTime?: Date | number | null
[src]

Indicates the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when SageMaker detects a job failure.

§
TrainingJobArn: string
[src]

The Amazon Resource Name (ARN) of the training job.

§
TrainingJobName: string
[src]

Name of the model training job.

§
TrainingJobStatus: TrainingJobStatus
[src]

The status of the training job.

SageMaker provides the following training job statuses:

  • InProgress - The training is in progress.
  • Completed - The training job has completed.
  • Failed - The training job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTrainingJobResponse call.
  • Stopping - The training job is stopping.
  • Stopped - The training job has stopped.

For more detailed information, see SecondaryStatus.

§
TrainingStartTime?: Date | number | null
[src]

Indicates the time when the training job starts on training instances. You are billed for the time interval between this time and the value of TrainingEndTime. The start time in CloudWatch Logs might be later than this time. The difference is due to the time it takes to download the training data and to the size of the training container.

§
TrainingTimeInSeconds?: number | null
[src]

The training time in seconds.

§
TuningJobArn?: string | null
[src]

The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.

§
VpcConfig?: VpcConfig | null
[src]

A "VpcConfig" object that specifies the VPC that this training job has access to. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

§
WarmPoolStatus?: WarmPoolStatus | null
[src]

The status of the warm pool associated with the training job.