Interface SearchTrainingPlanOfferingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SearchTrainingPlanOfferingsRequest.Builder,SearchTrainingPlanOfferingsRequest>,SageMakerRequest.Builder,SdkBuilder<SearchTrainingPlanOfferingsRequest.Builder,SearchTrainingPlanOfferingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SearchTrainingPlanOfferingsRequest
public static interface SearchTrainingPlanOfferingsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<SearchTrainingPlanOfferingsRequest.Builder,SearchTrainingPlanOfferingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchTrainingPlanOfferingsRequest.BuilderdurationHours(Long durationHours)The desired duration in hours for the training plan offerings.SearchTrainingPlanOfferingsRequest.BuilderendTimeBefore(Instant endTimeBefore)A filter to search for reserved capacity offerings with an end time before a specified date.SearchTrainingPlanOfferingsRequest.BuilderinstanceCount(Integer instanceCount)The number of instances you want to reserve in the training plan offerings.SearchTrainingPlanOfferingsRequest.BuilderinstanceType(String instanceType)The type of instance you want to search for in the available training plan offerings.SearchTrainingPlanOfferingsRequest.BuilderinstanceType(ReservedCapacityInstanceType instanceType)The type of instance you want to search for in the available training plan offerings.SearchTrainingPlanOfferingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SearchTrainingPlanOfferingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SearchTrainingPlanOfferingsRequest.BuilderstartTimeAfter(Instant startTimeAfter)A filter to search for training plan offerings with a start time after a specified date.SearchTrainingPlanOfferingsRequest.BuildertargetResources(Collection<SageMakerResourceName> targetResources)The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.SearchTrainingPlanOfferingsRequest.BuildertargetResources(SageMakerResourceName... targetResources)The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.SearchTrainingPlanOfferingsRequest.BuildertargetResourcesWithStrings(String... targetResources)The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.SearchTrainingPlanOfferingsRequest.BuildertargetResourcesWithStrings(Collection<String> targetResources)The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.-
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
-
instanceType
SearchTrainingPlanOfferingsRequest.Builder instanceType(String instanceType)
The type of instance you want to search for in the available training plan offerings. This field allows you to filter the search results based on the specific compute resources you require for your SageMaker training jobs or SageMaker HyperPod clusters. When searching for training plan offerings, specifying the instance type helps you find Reserved Instances that match your computational needs.
- Parameters:
instanceType- The type of instance you want to search for in the available training plan offerings. This field allows you to filter the search results based on the specific compute resources you require for your SageMaker training jobs or SageMaker HyperPod clusters. When searching for training plan offerings, specifying the instance type helps you find Reserved Instances that match your computational needs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReservedCapacityInstanceType,ReservedCapacityInstanceType
-
instanceType
SearchTrainingPlanOfferingsRequest.Builder instanceType(ReservedCapacityInstanceType instanceType)
The type of instance you want to search for in the available training plan offerings. This field allows you to filter the search results based on the specific compute resources you require for your SageMaker training jobs or SageMaker HyperPod clusters. When searching for training plan offerings, specifying the instance type helps you find Reserved Instances that match your computational needs.
- Parameters:
instanceType- The type of instance you want to search for in the available training plan offerings. This field allows you to filter the search results based on the specific compute resources you require for your SageMaker training jobs or SageMaker HyperPod clusters. When searching for training plan offerings, specifying the instance type helps you find Reserved Instances that match your computational needs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReservedCapacityInstanceType,ReservedCapacityInstanceType
-
instanceCount
SearchTrainingPlanOfferingsRequest.Builder instanceCount(Integer instanceCount)
The number of instances you want to reserve in the training plan offerings. This allows you to specify the quantity of compute resources needed for your SageMaker training jobs or SageMaker HyperPod clusters, helping you find reserved capacity offerings that match your requirements.
- Parameters:
instanceCount- The number of instances you want to reserve in the training plan offerings. This allows you to specify the quantity of compute resources needed for your SageMaker training jobs or SageMaker HyperPod clusters, helping you find reserved capacity offerings that match your requirements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTimeAfter
SearchTrainingPlanOfferingsRequest.Builder startTimeAfter(Instant startTimeAfter)
A filter to search for training plan offerings with a start time after a specified date.
- Parameters:
startTimeAfter- A filter to search for training plan offerings with a start time after a specified date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTimeBefore
SearchTrainingPlanOfferingsRequest.Builder endTimeBefore(Instant endTimeBefore)
A filter to search for reserved capacity offerings with an end time before a specified date.
- Parameters:
endTimeBefore- A filter to search for reserved capacity offerings with an end time before a specified date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durationHours
SearchTrainingPlanOfferingsRequest.Builder durationHours(Long durationHours)
The desired duration in hours for the training plan offerings.
- Parameters:
durationHours- The desired duration in hours for the training plan offerings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetResourcesWithStrings
SearchTrainingPlanOfferingsRequest.Builder targetResourcesWithStrings(Collection<String> targetResources)
The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.
Training plans are specific to their target resource.
-
A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.
-
A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.
- Parameters:
targetResources- The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.Training plans are specific to their target resource.
-
A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.
-
A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
targetResourcesWithStrings
SearchTrainingPlanOfferingsRequest.Builder targetResourcesWithStrings(String... targetResources)
The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.
Training plans are specific to their target resource.
-
A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.
-
A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.
- Parameters:
targetResources- The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.Training plans are specific to their target resource.
-
A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.
-
A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
targetResources
SearchTrainingPlanOfferingsRequest.Builder targetResources(Collection<SageMakerResourceName> targetResources)
The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.
Training plans are specific to their target resource.
-
A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.
-
A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.
- Parameters:
targetResources- The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.Training plans are specific to their target resource.
-
A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.
-
A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
targetResources
SearchTrainingPlanOfferingsRequest.Builder targetResources(SageMakerResourceName... targetResources)
The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.
Training plans are specific to their target resource.
-
A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.
-
A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.
- Parameters:
targetResources- The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.Training plans are specific to their target resource.
-
A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.
-
A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
SearchTrainingPlanOfferingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SearchTrainingPlanOfferingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-