Class DescribeTrainingJobResponse
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<DescribeTrainingJobResponse.Builder,
DescribeTrainingJobResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AlgorithmSpecification
Information about the algorithm used for training, and algorithm metadata.final String
The Amazon Resource Name (ARN) of an AutoML job.final Integer
The billable time in seconds.builder()
final CheckpointConfig
Returns the value of the CheckpointConfig property for this object.final Instant
A timestamp that indicates when the training job was created.final DebugHookConfig
Returns the value of the DebugHookConfig property for this object.final List
<DebugRuleConfiguration> Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.final List
<DebugRuleEvaluationStatus> Evaluation status of Amazon SageMaker Debugger rules for debugging on a training job.final Boolean
To encrypt all communications between ML compute instances in distributed training, chooseTrue
.final Boolean
A Boolean indicating whether managed spot training is enabled (True
) or not (False
).final Boolean
If you want to allow inbound or outbound network calls, except for calls between peers within a training cluster for distributed training, chooseTrue
.The environment variables to set in the Docker container.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final ExperimentConfig
Returns the value of the ExperimentConfig property for this object.final String
If the training job failed, the reason it failed.final List
<MetricData> A collection ofMetricData
objects that specify the names, values, and dates and times that the training algorithm emitted to Amazon CloudWatch.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) Used to retrieve the value of a field from any class that extendsSdkResponse
.final boolean
For responses, this returns true if the service returned a value for the DebugRuleConfigurations property.final boolean
For responses, this returns true if the service returned a value for the DebugRuleEvaluationStatuses property.final boolean
For responses, this returns true if the service returned a value for the Environment property.final boolean
For responses, this returns true if the service returned a value for the FinalMetricDataList property.final int
hashCode()
final boolean
For responses, this returns true if the service returned a value for the HyperParameters property.final boolean
For responses, this returns true if the service returned a value for the InputDataConfig property.final boolean
For responses, this returns true if the service returned a value for the ProfilerRuleConfigurations property.final boolean
For responses, this returns true if the service returned a value for the ProfilerRuleEvaluationStatuses property.final boolean
For responses, this returns true if the service returned a value for the SecondaryStatusTransitions property.Algorithm-specific parameters.final InfraCheckConfig
Contains information about the infrastructure health check configuration for the training job.An array ofChannel
objects that describes each data input channel.final String
The Amazon Resource Name (ARN) of the SageMaker Ground Truth labeling job that created the transform or training job.final Instant
A timestamp that indicates when the status of the training job was last modified.final ModelArtifacts
Information about the Amazon S3 location that is configured for storing model artifacts.final OutputDataConfig
The S3 path where model artifacts that you configured when creating the job are stored.final ProfilerConfig
Returns the value of the ProfilerConfig property for this object.final List
<ProfilerRuleConfiguration> Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.final List
<ProfilerRuleEvaluationStatus> Evaluation status of Amazon SageMaker Debugger rules for profiling on a training job.final ProfilingStatus
Profiling status of a training job.final String
Profiling status of a training job.final RemoteDebugConfig
Configuration for remote debugging.final ResourceConfig
Resources, including ML compute instances and ML storage volumes, that are configured for model training.final RetryStrategy
The number of times to retry the job when the job fails due to anInternalServerError
.final String
roleArn()
The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.final SecondaryStatus
Provides detailed information about the state of the training job.final String
Provides detailed information about the state of the training job.final List
<SecondaryStatusTransition> A history of all of the secondary statuses that the training job has transitioned through.static Class
<? extends DescribeTrainingJobResponse.Builder> final StoppingCondition
Specifies a limit to how long a model training job can run.final TensorBoardOutputConfig
Returns the value of the TensorBoardOutputConfig property for this object.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Instant
Indicates the time when the training job ends on training instances.final String
The Amazon Resource Name (ARN) of the training job.final String
Name of the model training job.final TrainingJobStatus
The status of the training job.final String
The status of the training job.final Instant
Indicates the time when the training job starts on training instances.final Integer
The training time in seconds.final String
The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.final VpcConfig
A VpcConfig object that specifies the VPC that this training job has access to.final WarmPoolStatus
The status of the warm pool associated with the training job.Methods inherited from class software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
responseMetadata
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
trainingJobName
Name of the model training job.
- Returns:
- Name of the model training job.
-
trainingJobArn
The Amazon Resource Name (ARN) of the training job.
- Returns:
- The Amazon Resource Name (ARN) of the training job.
-
tuningJobArn
The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.
- Returns:
- The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.
-
labelingJobArn
The Amazon Resource Name (ARN) of the SageMaker Ground Truth labeling job that created the transform or training job.
- Returns:
- The Amazon Resource Name (ARN) of the SageMaker Ground Truth labeling job that created the transform or training job.
-
autoMLJobArn
The Amazon Resource Name (ARN) of an AutoML job.
- Returns:
- The Amazon Resource Name (ARN) of an AutoML job.
-
modelArtifacts
Information about the Amazon S3 location that is configured for storing model artifacts.
- Returns:
- Information about the Amazon S3 location that is configured for storing model artifacts.
-
trainingJobStatus
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 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
.If the service returns an enum value that is not available in the current SDK version,
trainingJobStatus
will returnTrainingJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtrainingJobStatusAsString()
.- Returns:
- 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 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
. -
- See Also:
-
-
trainingJobStatusAsString
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 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
.If the service returns an enum value that is not available in the current SDK version,
trainingJobStatus
will returnTrainingJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtrainingJobStatusAsString()
.- Returns:
- 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 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
. -
- See Also:
-
-
secondaryStatus
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 supportFile
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 theFailureReason
field ofDescribeTrainingJobResponse
.
-
- 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.
-
Valid values for
SecondaryStatus
are subject to change.We no longer support the following secondary statuses:
-
LaunchingMLInstances
-
PreparingTraining
-
DownloadingTrainingImage
If the service returns an enum value that is not available in the current SDK version,
secondaryStatus
will returnSecondaryStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsecondaryStatusAsString()
.- Returns:
- 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 supportFile
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 theFailureReason
field ofDescribeTrainingJobResponse
.
-
- 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.
-
Valid values for
SecondaryStatus
are subject to change.We no longer support the following secondary statuses:
-
LaunchingMLInstances
-
PreparingTraining
-
DownloadingTrainingImage
- See Also:
-
secondaryStatusAsString
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 supportFile
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 theFailureReason
field ofDescribeTrainingJobResponse
.
-
- 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.
-
Valid values for
SecondaryStatus
are subject to change.We no longer support the following secondary statuses:
-
LaunchingMLInstances
-
PreparingTraining
-
DownloadingTrainingImage
If the service returns an enum value that is not available in the current SDK version,
secondaryStatus
will returnSecondaryStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsecondaryStatusAsString()
.- Returns:
- 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 supportFile
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 theFailureReason
field ofDescribeTrainingJobResponse
.
-
- 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.
-
Valid values for
SecondaryStatus
are subject to change.We no longer support the following secondary statuses:
-
LaunchingMLInstances
-
PreparingTraining
-
DownloadingTrainingImage
- See Also:
-
failureReason
If the training job failed, the reason it failed.
- Returns:
- If the training job failed, the reason it failed.
-
hasHyperParameters
public final boolean hasHyperParameters()For responses, this returns true if the service returned a value for the HyperParameters property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
hyperParameters
Algorithm-specific parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasHyperParameters()
method.- Returns:
- Algorithm-specific parameters.
-
algorithmSpecification
Information about the algorithm used for training, and algorithm metadata.
- Returns:
- Information about the algorithm used for training, and algorithm metadata.
-
roleArn
The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.
- Returns:
- The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.
-
hasInputDataConfig
public final boolean hasInputDataConfig()For responses, this returns true if the service returned a value for the InputDataConfig property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
inputDataConfig
An array of
Channel
objects that describes each data input channel.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasInputDataConfig()
method.- Returns:
- An array of
Channel
objects that describes each data input channel.
-
outputDataConfig
The S3 path where model artifacts that you configured when creating the job are stored. SageMaker creates subfolders for model artifacts.
- Returns:
- The S3 path where model artifacts that you configured when creating the job are stored. SageMaker creates subfolders for model artifacts.
-
resourceConfig
Resources, including ML compute instances and ML storage volumes, that are configured for model training.
- Returns:
- Resources, including ML compute instances and ML storage volumes, that are configured for model training.
-
warmPoolStatus
The status of the warm pool associated with the training job.
- Returns:
- The status of the warm pool associated with the training job.
-
vpcConfig
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.
- Returns:
- 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.
-
stoppingCondition
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.- Returns:
- 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.
-
creationTime
A timestamp that indicates when the training job was created.
- Returns:
- A timestamp that indicates when the training job was created.
-
trainingStartTime
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.- Returns:
- 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.
-
trainingEndTime
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.- Returns:
- 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.
-
lastModifiedTime
A timestamp that indicates when the status of the training job was last modified.
- Returns:
- A timestamp that indicates when the status of the training job was last modified.
-
hasSecondaryStatusTransitions
public final boolean hasSecondaryStatusTransitions()For responses, this returns true if the service returned a value for the SecondaryStatusTransitions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
secondaryStatusTransitions
A history of all of the secondary statuses that the training job has transitioned through.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasSecondaryStatusTransitions()
method.- Returns:
- A history of all of the secondary statuses that the training job has transitioned through.
-
hasFinalMetricDataList
public final boolean hasFinalMetricDataList()For responses, this returns true if the service returned a value for the FinalMetricDataList property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
finalMetricDataList
A collection of
MetricData
objects that specify the names, values, and dates and times that the training algorithm emitted to Amazon CloudWatch.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasFinalMetricDataList()
method.- Returns:
- A collection of
MetricData
objects that specify the names, values, and dates and times that the training algorithm emitted to Amazon CloudWatch.
-
enableNetworkIsolation
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.- Returns:
- 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.
-
enableInterContainerTrafficEncryption
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.- Returns:
- 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
A Boolean indicating whether managed spot training is enabled (
True
) or not (False
).- Returns:
- A Boolean indicating whether managed spot training is enabled (
True
) or not (False
).
-
checkpointConfig
Returns the value of the CheckpointConfig property for this object.- Returns:
- The value of the CheckpointConfig property for this object.
-
trainingTimeInSeconds
The training time in seconds.
- Returns:
- The training time in seconds.
-
billableTimeInSeconds
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, ifBillableTimeInSeconds
is 100 andTrainingTimeInSeconds
is 500, the savings is 80%.- Returns:
- 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, ifBillableTimeInSeconds
is 100 andTrainingTimeInSeconds
is 500, the savings is 80%.
-
debugHookConfig
Returns the value of the DebugHookConfig property for this object.- Returns:
- The value of the DebugHookConfig property for this object.
-
experimentConfig
Returns the value of the ExperimentConfig property for this object.- Returns:
- The value of the ExperimentConfig property for this object.
-
hasDebugRuleConfigurations
public final boolean hasDebugRuleConfigurations()For responses, this returns true if the service returned a value for the DebugRuleConfigurations property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
debugRuleConfigurations
Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasDebugRuleConfigurations()
method.- Returns:
- Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.
-
tensorBoardOutputConfig
Returns the value of the TensorBoardOutputConfig property for this object.- Returns:
- The value of the TensorBoardOutputConfig property for this object.
-
hasDebugRuleEvaluationStatuses
public final boolean hasDebugRuleEvaluationStatuses()For responses, this returns true if the service returned a value for the DebugRuleEvaluationStatuses property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
debugRuleEvaluationStatuses
Evaluation status of Amazon SageMaker Debugger rules for debugging on a training job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasDebugRuleEvaluationStatuses()
method.- Returns:
- Evaluation status of Amazon SageMaker Debugger rules for debugging on a training job.
-
profilerConfig
Returns the value of the ProfilerConfig property for this object.- Returns:
- The value of the ProfilerConfig property for this object.
-
hasProfilerRuleConfigurations
public final boolean hasProfilerRuleConfigurations()For responses, this returns true if the service returned a value for the ProfilerRuleConfigurations property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
profilerRuleConfigurations
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasProfilerRuleConfigurations()
method.- Returns:
- Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
-
hasProfilerRuleEvaluationStatuses
public final boolean hasProfilerRuleEvaluationStatuses()For responses, this returns true if the service returned a value for the ProfilerRuleEvaluationStatuses property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
profilerRuleEvaluationStatuses
Evaluation status of Amazon SageMaker Debugger rules for profiling on a training job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasProfilerRuleEvaluationStatuses()
method.- Returns:
- Evaluation status of Amazon SageMaker Debugger rules for profiling on a training job.
-
profilingStatus
Profiling status of a training job.
If the service returns an enum value that is not available in the current SDK version,
profilingStatus
will returnProfilingStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromprofilingStatusAsString()
.- Returns:
- Profiling status of a training job.
- See Also:
-
profilingStatusAsString
Profiling status of a training job.
If the service returns an enum value that is not available in the current SDK version,
profilingStatus
will returnProfilingStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromprofilingStatusAsString()
.- Returns:
- Profiling status of a training job.
- See Also:
-
hasEnvironment
public final boolean hasEnvironment()For responses, this returns true if the service returned a value for the Environment property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
environment
The environment variables to set in the Docker container.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasEnvironment()
method.- Returns:
- The environment variables to set in the Docker container.
-
retryStrategy
The number of times to retry the job when the job fails due to an
InternalServerError
.- Returns:
- The number of times to retry the job when the job fails due to an
InternalServerError
.
-
remoteDebugConfig
Configuration for remote debugging. To learn more about the remote debugging functionality of SageMaker, see Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging.
- Returns:
- Configuration for remote debugging. To learn more about the remote debugging functionality of SageMaker, see Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging.
-
infraCheckConfig
Contains information about the infrastructure health check configuration for the training job.
- Returns:
- Contains information about the infrastructure health check configuration for the training job.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<DescribeTrainingJobResponse.Builder,
DescribeTrainingJobResponse> - Specified by:
toBuilder
in classAwsResponse
- Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCode
in classAwsResponse
-
equals
- Overrides:
equals
in classAwsResponse
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
Description copied from class:SdkResponse
Used to retrieve the value of a field from any class that extendsSdkResponse
. The field name specified should match the member name from the corresponding service-2.json model specified in the codegen-resources folder for a given service. The class specifies what class to cast the returned value to. If the returned value is also a modeled class, theSdkResponse.getValueForField(String, Class)
method will again be available.- Overrides:
getValueForField
in classSdkResponse
- Parameters:
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.- Returns:
- Optional containing the casted return value
-
sdkFields
-