Interface CreateTrainingPlanRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateTrainingPlanRequest.Builder,,CreateTrainingPlanRequest> SageMakerRequest.Builder,SdkBuilder<CreateTrainingPlanRequest.Builder,,CreateTrainingPlanRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateTrainingPlanRequest
@Mutable
@NotThreadSafe
public static interface CreateTrainingPlanRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateTrainingPlanRequest.Builder,CreateTrainingPlanRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.spareInstanceCountPerUltraServer(Integer spareInstanceCountPerUltraServer) Number of spare instances to reserve per UltraServer for enhanced resiliency.tags(Collection<Tag> tags) An array of key-value pairs to apply to this training plan.tags(Consumer<Tag.Builder>... tags) An array of key-value pairs to apply to this training plan.An array of key-value pairs to apply to this training plan.trainingPlanName(String trainingPlanName) The name of the training plan to create.trainingPlanOfferingId(String trainingPlanOfferingId) The unique identifier of the training plan offering to use for creating this plan.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, sdkFieldNameToField, sdkFields
-
Method Details
-
trainingPlanName
The name of the training plan to create.
- Parameters:
trainingPlanName- The name of the training plan to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainingPlanOfferingId
The unique identifier of the training plan offering to use for creating this plan.
- Parameters:
trainingPlanOfferingId- The unique identifier of the training plan offering to use for creating this plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spareInstanceCountPerUltraServer
CreateTrainingPlanRequest.Builder spareInstanceCountPerUltraServer(Integer spareInstanceCountPerUltraServer) Number of spare instances to reserve per UltraServer for enhanced resiliency. Default is 1.
- Parameters:
spareInstanceCountPerUltraServer- Number of spare instances to reserve per UltraServer for enhanced resiliency. Default is 1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of key-value pairs to apply to this training plan.
- Parameters:
tags- An array of key-value pairs to apply to this training plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of key-value pairs to apply to this training plan.
- Parameters:
tags- An array of key-value pairs to apply to this training plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of key-value pairs to apply to this training plan.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateTrainingPlanRequest.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
CreateTrainingPlanRequest.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.
-