Class: Aws::SageMaker::Types::ProductionVariantCapacityReservationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ProductionVariantCapacityReservationConfig
- 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
-
#capacity_reservation_preference ⇒ String
Options that you can choose for the capacity reservation.
-
#ml_reservation_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the ML capacity reservation that SageMaker AI applies when it deploys the endpoint.
Instance Attribute Details
#capacity_reservation_preference ⇒ String
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.
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_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the ML capacity reservation that SageMaker AI applies when it deploys the endpoint.
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 |