Class: Aws::SageMaker::Types::SearchTrainingPlanOfferingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SearchTrainingPlanOfferingsRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duration_hours ⇒ Integer
The desired duration in hours for the training plan offerings.
-
#end_time_before ⇒ Time
A filter to search for reserved capacity offerings with an end time before a specified date.
-
#instance_count ⇒ Integer
The number of instances you want to reserve in the training plan offerings.
-
#instance_type ⇒ String
The type of instance you want to search for in the available training plan offerings.
-
#start_time_after ⇒ Time
A filter to search for training plan offerings with a start time after a specified date.
-
#target_resources ⇒ Array<String>
The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.
-
#ultra_server_count ⇒ Integer
The number of UltraServers to search for.
-
#ultra_server_type ⇒ String
The type of UltraServer to search for, such as ml.u-p6e-gb200x72.
Instance Attribute Details
#duration_hours ⇒ Integer
The desired duration in hours for the training plan offerings.
45499 45500 45501 45502 45503 45504 45505 45506 45507 45508 45509 45510 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45499 class SearchTrainingPlanOfferingsRequest < Struct.new( :instance_type, :instance_count, :ultra_server_type, :ultra_server_count, :start_time_after, :end_time_before, :duration_hours, :target_resources) SENSITIVE = [] include Aws::Structure end |
#end_time_before ⇒ Time
A filter to search for reserved capacity offerings with an end time before a specified date.
45499 45500 45501 45502 45503 45504 45505 45506 45507 45508 45509 45510 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45499 class SearchTrainingPlanOfferingsRequest < Struct.new( :instance_type, :instance_count, :ultra_server_type, :ultra_server_count, :start_time_after, :end_time_before, :duration_hours, :target_resources) SENSITIVE = [] include Aws::Structure end |
#instance_count ⇒ Integer
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.
45499 45500 45501 45502 45503 45504 45505 45506 45507 45508 45509 45510 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45499 class SearchTrainingPlanOfferingsRequest < Struct.new( :instance_type, :instance_count, :ultra_server_type, :ultra_server_count, :start_time_after, :end_time_before, :duration_hours, :target_resources) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
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.
45499 45500 45501 45502 45503 45504 45505 45506 45507 45508 45509 45510 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45499 class SearchTrainingPlanOfferingsRequest < Struct.new( :instance_type, :instance_count, :ultra_server_type, :ultra_server_count, :start_time_after, :end_time_before, :duration_hours, :target_resources) SENSITIVE = [] include Aws::Structure end |
#start_time_after ⇒ Time
A filter to search for training plan offerings with a start time after a specified date.
45499 45500 45501 45502 45503 45504 45505 45506 45507 45508 45509 45510 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45499 class SearchTrainingPlanOfferingsRequest < Struct.new( :instance_type, :instance_count, :ultra_server_type, :ultra_server_count, :start_time_after, :end_time_before, :duration_hours, :target_resources) SENSITIVE = [] include Aws::Structure end |
#target_resources ⇒ Array<String>
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.
45499 45500 45501 45502 45503 45504 45505 45506 45507 45508 45509 45510 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45499 class SearchTrainingPlanOfferingsRequest < Struct.new( :instance_type, :instance_count, :ultra_server_type, :ultra_server_count, :start_time_after, :end_time_before, :duration_hours, :target_resources) SENSITIVE = [] include Aws::Structure end |
#ultra_server_count ⇒ Integer
The number of UltraServers to search for.
45499 45500 45501 45502 45503 45504 45505 45506 45507 45508 45509 45510 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45499 class SearchTrainingPlanOfferingsRequest < Struct.new( :instance_type, :instance_count, :ultra_server_type, :ultra_server_count, :start_time_after, :end_time_before, :duration_hours, :target_resources) SENSITIVE = [] include Aws::Structure end |
#ultra_server_type ⇒ String
The type of UltraServer to search for, such as ml.u-p6e-gb200x72.
45499 45500 45501 45502 45503 45504 45505 45506 45507 45508 45509 45510 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45499 class SearchTrainingPlanOfferingsRequest < Struct.new( :instance_type, :instance_count, :ultra_server_type, :ultra_server_count, :start_time_after, :end_time_before, :duration_hours, :target_resources) SENSITIVE = [] include Aws::Structure end |