Interface UpdateTrainingJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateTrainingJobRequest.Builder,UpdateTrainingJobRequest>
,SageMakerRequest.Builder
,SdkBuilder<UpdateTrainingJobRequest.Builder,UpdateTrainingJobRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateTrainingJobRequest
public static interface UpdateTrainingJobRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateTrainingJobRequest.Builder,UpdateTrainingJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateTrainingJobRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateTrainingJobRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
default UpdateTrainingJobRequest.Builder
profilerConfig(Consumer<ProfilerConfigForUpdate.Builder> profilerConfig)
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.UpdateTrainingJobRequest.Builder
profilerConfig(ProfilerConfigForUpdate profilerConfig)
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.UpdateTrainingJobRequest.Builder
profilerRuleConfigurations(Collection<ProfilerRuleConfiguration> profilerRuleConfigurations)
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.UpdateTrainingJobRequest.Builder
profilerRuleConfigurations(Consumer<ProfilerRuleConfiguration.Builder>... profilerRuleConfigurations)
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.UpdateTrainingJobRequest.Builder
profilerRuleConfigurations(ProfilerRuleConfiguration... profilerRuleConfigurations)
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.default UpdateTrainingJobRequest.Builder
remoteDebugConfig(Consumer<RemoteDebugConfigForUpdate.Builder> remoteDebugConfig)
Configuration for remote debugging while the training job is running.UpdateTrainingJobRequest.Builder
remoteDebugConfig(RemoteDebugConfigForUpdate remoteDebugConfig)
Configuration for remote debugging while the training job is running.default UpdateTrainingJobRequest.Builder
resourceConfig(Consumer<ResourceConfigForUpdate.Builder> resourceConfig)
The training jobResourceConfig
to update warm pool retention length.UpdateTrainingJobRequest.Builder
resourceConfig(ResourceConfigForUpdate resourceConfig)
The training jobResourceConfig
to update warm pool retention length.UpdateTrainingJobRequest.Builder
trainingJobName(String trainingJobName)
The name of a training job to update the Debugger profiling configuration.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
trainingJobName
UpdateTrainingJobRequest.Builder trainingJobName(String trainingJobName)
The name of a training job to update the Debugger profiling configuration.
- Parameters:
trainingJobName
- The name of a training job to update the Debugger profiling configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profilerConfig
UpdateTrainingJobRequest.Builder profilerConfig(ProfilerConfigForUpdate profilerConfig)
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.
- Parameters:
profilerConfig
- Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profilerConfig
default UpdateTrainingJobRequest.Builder profilerConfig(Consumer<ProfilerConfigForUpdate.Builder> profilerConfig)
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.
This is a convenience method that creates an instance of theProfilerConfigForUpdate.Builder
avoiding the need to create one manually viaProfilerConfigForUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprofilerConfig(ProfilerConfigForUpdate)
.- Parameters:
profilerConfig
- a consumer that will call methods onProfilerConfigForUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
profilerConfig(ProfilerConfigForUpdate)
-
profilerRuleConfigurations
UpdateTrainingJobRequest.Builder profilerRuleConfigurations(Collection<ProfilerRuleConfiguration> profilerRuleConfigurations)
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
- Parameters:
profilerRuleConfigurations
- Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profilerRuleConfigurations
UpdateTrainingJobRequest.Builder profilerRuleConfigurations(ProfilerRuleConfiguration... profilerRuleConfigurations)
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
- Parameters:
profilerRuleConfigurations
- Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profilerRuleConfigurations
UpdateTrainingJobRequest.Builder profilerRuleConfigurations(Consumer<ProfilerRuleConfiguration.Builder>... profilerRuleConfigurations)
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
This is a convenience method that creates an instance of theProfilerRuleConfiguration.Builder
avoiding the need to create one manually viaProfilerRuleConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#profilerRuleConfigurations(List
.) - Parameters:
profilerRuleConfigurations
- a consumer that will call methods onProfilerRuleConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#profilerRuleConfigurations(java.util.Collection
)
-
resourceConfig
UpdateTrainingJobRequest.Builder resourceConfig(ResourceConfigForUpdate resourceConfig)
The training job
ResourceConfig
to update warm pool retention length.- Parameters:
resourceConfig
- The training jobResourceConfig
to update warm pool retention length.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfig
default UpdateTrainingJobRequest.Builder resourceConfig(Consumer<ResourceConfigForUpdate.Builder> resourceConfig)
The training job
This is a convenience method that creates an instance of theResourceConfig
to update warm pool retention length.ResourceConfigForUpdate.Builder
avoiding the need to create one manually viaResourceConfigForUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresourceConfig(ResourceConfigForUpdate)
.- Parameters:
resourceConfig
- a consumer that will call methods onResourceConfigForUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resourceConfig(ResourceConfigForUpdate)
-
remoteDebugConfig
UpdateTrainingJobRequest.Builder remoteDebugConfig(RemoteDebugConfigForUpdate remoteDebugConfig)
Configuration for remote debugging while the training job is running. You can update the remote debugging configuration when the
SecondaryStatus
of the job isDownloading
orTraining
.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.- Parameters:
remoteDebugConfig
- Configuration for remote debugging while the training job is running. You can update the remote debugging configuration when theSecondaryStatus
of the job isDownloading
orTraining
.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:
- Returns a reference to this object so that method calls can be chained together.
-
remoteDebugConfig
default UpdateTrainingJobRequest.Builder remoteDebugConfig(Consumer<RemoteDebugConfigForUpdate.Builder> remoteDebugConfig)
Configuration for remote debugging while the training job is running. You can update the remote debugging configuration when the
This is a convenience method that creates an instance of theSecondaryStatus
of the job isDownloading
orTraining
.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.RemoteDebugConfigForUpdate.Builder
avoiding the need to create one manually viaRemoteDebugConfigForUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toremoteDebugConfig(RemoteDebugConfigForUpdate)
.- Parameters:
remoteDebugConfig
- a consumer that will call methods onRemoteDebugConfigForUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
remoteDebugConfig(RemoteDebugConfigForUpdate)
-
overrideConfiguration
UpdateTrainingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateTrainingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-