Class: Aws::SageMaker::Types::ProductionVariantCapacityReservationConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Settings for the capacity reservation for the compute instances that SageMaker AI reserves for an endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_preferenceString

Options that you can choose for the capacity reservation. SageMaker AI supports the following options:

capacity-reservations-only

SageMaker AI launches instances only into an ML capacity reservation. If no capacity is available, the instances fail to launch.

Returns:

  • (String)


41605
41606
41607
41608
41609
41610
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41605

class ProductionVariantCapacityReservationConfig < Struct.new(
  :capacity_reservation_preference,
  :ml_reservation_arn)
  SENSITIVE = []
  include Aws::Structure
end

#ml_reservation_arnString

The Amazon Resource Name (ARN) that uniquely identifies the ML capacity reservation that SageMaker AI applies when it deploys the endpoint.

Returns:

  • (String)


41605
41606
41607
41608
41609
41610
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41605

class ProductionVariantCapacityReservationConfig < Struct.new(
  :capacity_reservation_preference,
  :ml_reservation_arn)
  SENSITIVE = []
  include Aws::Structure
end