Interface UpdateTrainingJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateTrainingJobRequest.Builder,
,UpdateTrainingJobRequest> SageMakerRequest.Builder
,SdkBuilder<UpdateTrainingJobRequest.Builder,
,UpdateTrainingJobRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateTrainingJobRequest
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default UpdateTrainingJobRequest.Builder
profilerConfig
(Consumer<ProfilerConfigForUpdate.Builder> profilerConfig) Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.profilerConfig
(ProfilerConfigForUpdate profilerConfig) Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.profilerRuleConfigurations
(Collection<ProfilerRuleConfiguration> profilerRuleConfigurations) Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.profilerRuleConfigurations
(Consumer<ProfilerRuleConfiguration.Builder>... profilerRuleConfigurations) Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.profilerRuleConfigurations
(ProfilerRuleConfiguration... profilerRuleConfigurations) Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.default UpdateTrainingJobRequest.Builder
resourceConfig
(Consumer<ResourceConfigForUpdate.Builder> resourceConfig) The training jobResourceConfig
to update warm pool retention length.resourceConfig
(ResourceConfigForUpdate resourceConfig) The training jobResourceConfig
to update warm pool retention length.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, sdkFields
-
Method Details
-
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
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:
-
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 toprofilerRuleConfigurations(List<ProfilerRuleConfiguration>)
.- 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:
-
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:
-
overrideConfiguration
UpdateTrainingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateTrainingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-