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`.
188 189 190 191 192 193 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 188 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.
188 189 190 191 192 193 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 188 class AICapacityReservationConfig < Struct.new( :capacity_reservation_preference, :ml_reservation_arns) SENSITIVE = [] include Aws::Structure end |