Struct aws_sdk_sagemaker::model::training_job::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for TrainingJob
Implementations
The name of the training job.
The name of the training job.
The Amazon Resource Name (ARN) of the training job.
The Amazon Resource Name (ARN) of the training job.
The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.
The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.
The Amazon Resource Name (ARN) of the labeling job.
The Amazon Resource Name (ARN) of the labeling job.
The Amazon Resource Name (ARN) of the job.
The Amazon Resource Name (ARN) of the job.
Information about the Amazon S3 location that is configured for storing model artifacts.
Information about the Amazon S3 location that is configured for storing model artifacts.
The status of the training job.
Training job statuses are:
-
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 theFailureReason
field in the response to aDescribeTrainingJobResponse
call. -
Stopping
- The training job is stopping. -
Stopped
- The training job has stopped.
For more detailed information, see SecondaryStatus
.
The status of the training job.
Training job statuses are:
-
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 theFailureReason
field in the response to aDescribeTrainingJobResponse
call. -
Stopping
- The training job is stopping. -
Stopped
- The training job has stopped.
For more detailed information, see SecondaryStatus
.
Provides detailed information about the state of the training job. For detailed information about the secondary status of the training job, see StatusMessage
under SecondaryStatusTransition
.
Amazon 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 supportFile
training input mode. It indicates that data is being downloaded to the ML storage volumes. -
Training
- Training is in progress. -
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 theFailureReason
field ofDescribeTrainingJobResponse
.
-
- Stopped
-
-
MaxRuntimeExceeded
- The job stopped because it exceeded the maximum allowed runtime. -
Stopped
- The training job has stopped.
-
- Stopping
-
-
Stopping
- Stopping the training job.
-
Valid values for SecondaryStatus
are subject to change.
We no longer support the following secondary statuses:
-
LaunchingMLInstances
-
PreparingTrainingStack
-
DownloadingTrainingImage
Provides detailed information about the state of the training job. For detailed information about the secondary status of the training job, see StatusMessage
under SecondaryStatusTransition
.
Amazon 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 supportFile
training input mode. It indicates that data is being downloaded to the ML storage volumes. -
Training
- Training is in progress. -
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 theFailureReason
field ofDescribeTrainingJobResponse
.
-
- Stopped
-
-
MaxRuntimeExceeded
- The job stopped because it exceeded the maximum allowed runtime. -
Stopped
- The training job has stopped.
-
- Stopping
-
-
Stopping
- Stopping the training job.
-
Valid values for SecondaryStatus
are subject to change.
We no longer support the following secondary statuses:
-
LaunchingMLInstances
-
PreparingTrainingStack
-
DownloadingTrainingImage
If the training job failed, the reason it failed.
If the training job failed, the reason it failed.
Adds a key-value pair to hyper_parameters
.
To override the contents of this collection use set_hyper_parameters
.
Algorithm-specific parameters.
Algorithm-specific parameters.
Information about the algorithm used for training, and algorithm metadata.
Information about the algorithm used for training, and algorithm metadata.
The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.
The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.
Appends an item to input_data_config
.
To override the contents of this collection use set_input_data_config
.
An array of Channel
objects that describes each data input channel.
An array of Channel
objects that describes each data input channel.
The S3 path where model artifacts that you configured when creating the job are stored. Amazon SageMaker creates subfolders for model artifacts.
The S3 path where model artifacts that you configured when creating the job are stored. Amazon SageMaker creates subfolders for model artifacts.
Resources, including ML compute instances and ML storage volumes, that are configured for model training.
Resources, including ML compute instances and ML storage volumes, that are configured for model training.
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.
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.
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, Amazon SageMaker ends the training job. Use this API to cap model training costs.
To stop a job, Amazon 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.
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, Amazon SageMaker ends the training job. Use this API to cap model training costs.
To stop a job, Amazon 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.
A timestamp that indicates when the training job was created.
A timestamp that indicates when the training job was created.
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.
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.
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 Amazon SageMaker detects a job failure.
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 Amazon SageMaker detects a job failure.
A timestamp that indicates when the status of the training job was last modified.
A timestamp that indicates when the status of the training job was last modified.
Appends an item to secondary_status_transitions
.
To override the contents of this collection use set_secondary_status_transitions
.
A history of all of the secondary statuses that the training job has transitioned through.
pub fn set_secondary_status_transitions(
self,
input: Option<Vec<SecondaryStatusTransition>>
) -> Self
pub fn set_secondary_status_transitions(
self,
input: Option<Vec<SecondaryStatusTransition>>
) -> Self
A history of all of the secondary statuses that the training job has transitioned through.
Appends an item to final_metric_data_list
.
To override the contents of this collection use set_final_metric_data_list
.
A list of final metric values that are set when the training job completes. Used only if the training job was configured to use metrics.
A list of final metric values that are set when the training job completes. Used only if the training job was configured to use metrics.
If the TrainingJob
was created with network isolation, the value is set to true
. If network isolation is enabled, nodes can't communicate beyond the VPC they run in.
If the TrainingJob
was created with network isolation, the value is set to true
. If network isolation is enabled, nodes can't communicate beyond the VPC they run in.
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 algorithm in distributed training.
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 algorithm in distributed training.
When true, enables managed spot training using Amazon EC2 Spot instances to run training jobs instead of on-demand instances. For more information, see Managed Spot Training.
When true, enables managed spot training using Amazon EC2 Spot instances to run training jobs instead of on-demand instances. For more information, see Managed Spot Training.
Contains information about the output location for managed spot training checkpoint data.
Contains information about the output location for managed spot training checkpoint data.
The training time in seconds.
The training time in seconds.
The billable time in seconds.
The billable time in seconds.
Configuration information for the Debugger hook parameters, metric and tensor collections, and storage paths. To learn more about how to configure the DebugHookConfig
parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.
Configuration information for the Debugger hook parameters, metric and tensor collections, and storage paths. To learn more about how to configure the DebugHookConfig
parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.
Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:
-
CreateProcessingJob
-
CreateTrainingJob
-
CreateTransformJob
Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:
-
CreateProcessingJob
-
CreateTrainingJob
-
CreateTransformJob
Appends an item to debug_rule_configurations
.
To override the contents of this collection use set_debug_rule_configurations
.
Information about the debug rule configuration.
pub fn set_debug_rule_configurations(
self,
input: Option<Vec<DebugRuleConfiguration>>
) -> Self
pub fn set_debug_rule_configurations(
self,
input: Option<Vec<DebugRuleConfiguration>>
) -> Self
Information about the debug rule configuration.
Configuration of storage locations for the Debugger TensorBoard output data.
Configuration of storage locations for the Debugger TensorBoard output data.
Appends an item to debug_rule_evaluation_statuses
.
To override the contents of this collection use set_debug_rule_evaluation_statuses
.
Information about the evaluation status of the rules for the training job.
pub fn set_debug_rule_evaluation_statuses(
self,
input: Option<Vec<DebugRuleEvaluationStatus>>
) -> Self
pub fn set_debug_rule_evaluation_statuses(
self,
input: Option<Vec<DebugRuleEvaluationStatus>>
) -> Self
Information about the evaluation status of the rules for the training job.
Adds a key-value pair to environment
.
To override the contents of this collection use set_environment
.
The environment variables to set in the Docker container.
The environment variables to set in the Docker container.
The number of times to retry the job when the job fails due to an InternalServerError
.
The number of times to retry the job when the job fails due to an InternalServerError
.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
Consumes the builder and constructs a TrainingJob
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more