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.BuilderprofilerConfig(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.BuilderresourceConfig(Consumer<ResourceConfigForUpdate.Builder> resourceConfig) The training jobResourceConfigto update warm pool retention length.resourceConfig(ResourceConfigForUpdate resourceConfig) The training jobResourceConfigto 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.Builderavoiding the need to create one manually viaProfilerConfigForUpdate.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaProfilerRuleConfiguration.builder().When the
Consumercompletes,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
ResourceConfigto update warm pool retention length.- Parameters:
resourceConfig- The training jobResourceConfigto 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 theResourceConfigto update warm pool retention length.ResourceConfigForUpdate.Builderavoiding the need to create one manually viaResourceConfigForUpdate.builder().When the
Consumercompletes,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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-