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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
trainingPlanNameThe 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.
 
- 
trainingPlanOfferingIdThe 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.
 
- 
spareInstanceCountPerUltraServerCreateTrainingPlanRequest.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.
 
- 
tagsAn 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.
 
- 
tagsAn 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.
 
- 
tagsAn 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 on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateTrainingPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateTrainingPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-