Interface UpdateTrainingJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateTrainingJobRequest.Builder,UpdateTrainingJobRequest>,SageMakerRequest.Builder,SdkBuilder<UpdateTrainingJobRequest.Builder,UpdateTrainingJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateTrainingJobRequest
@Mutable @NotThreadSafe 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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateTrainingJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateTrainingJobRequest.BuilderprofilerConfig(Consumer<ProfilerConfigForUpdate.Builder> profilerConfig)Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.UpdateTrainingJobRequest.BuilderprofilerConfig(ProfilerConfigForUpdate profilerConfig)Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.UpdateTrainingJobRequest.BuilderprofilerRuleConfigurations(Collection<ProfilerRuleConfiguration> profilerRuleConfigurations)Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.UpdateTrainingJobRequest.BuilderprofilerRuleConfigurations(Consumer<ProfilerRuleConfiguration.Builder>... profilerRuleConfigurations)Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.UpdateTrainingJobRequest.BuilderprofilerRuleConfigurations(ProfilerRuleConfiguration... profilerRuleConfigurations)Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.default UpdateTrainingJobRequest.BuilderremoteDebugConfig(Consumer<RemoteDebugConfigForUpdate.Builder> remoteDebugConfig)Configuration for remote debugging while the training job is running.UpdateTrainingJobRequest.BuilderremoteDebugConfig(RemoteDebugConfigForUpdate remoteDebugConfig)Configuration for remote debugging while the training job is running.default UpdateTrainingJobRequest.BuilderresourceConfig(Consumer<ResourceConfigForUpdate.Builder> resourceConfig)The training jobResourceConfigto update warm pool retention length.UpdateTrainingJobRequest.BuilderresourceConfig(ResourceConfigForUpdate resourceConfig)The training jobResourceConfigto update warm pool retention length.UpdateTrainingJobRequest.BuildertrainingJobName(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.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:
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.Builderavoiding the need to create one manually viaProfilerRuleConfiguration.builder().When the
Consumercompletes,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
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:
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
SecondaryStatusof the job isDownloadingorTraining.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 theSecondaryStatusof the job isDownloadingorTraining.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 theSecondaryStatusof the job isDownloadingorTraining.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.Builderavoiding the need to create one manually viaRemoteDebugConfigForUpdate.builder().When the
Consumercompletes,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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateTrainingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-