Class: Aws::SageMaker::Types::AICapacityReservationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AICapacityReservationConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The capacity reservation configuration for an AI recommendation job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_reservation_preference ⇒ String
The capacity reservation preference.
-
#ml_reservation_arns ⇒ Array<String>
The list of ML reservation ARNs to use.
Instance Attribute Details
#capacity_reservation_preference ⇒ String
The capacity reservation preference. The only valid value is ‘capacity-reservations-only`.
177 178 179 180 181 182 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 177 class AICapacityReservationConfig < Struct.new( :capacity_reservation_preference, :ml_reservation_arns) SENSITIVE = [] include Aws::Structure end |
#ml_reservation_arns ⇒ Array<String>
The list of ML reservation ARNs to use.
177 178 179 180 181 182 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 177 class AICapacityReservationConfig < Struct.new( :capacity_reservation_preference, :ml_reservation_arns) SENSITIVE = [] include Aws::Structure end |