Class: Aws::SageMaker::Types::AICapacityReservationConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#capacity_reservation_preferenceString

The capacity reservation preference. The only valid value is ‘capacity-reservations-only`.

Returns:

  • (String)


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_arnsArray<String>

The list of ML reservation ARNs to use.

Returns:

  • (Array<String>)


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