Class: Aws::SageMaker::Types::CapacityReservation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CapacityReservation
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Information about the Capacity Reservation used by an instance or instance group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Capacity Reservation.
-
#type ⇒ String
The type of Capacity Reservation.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Capacity Reservation.
4321 4322 4323 4324 4325 4326 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4321 class CapacityReservation < Struct.new( :arn, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of Capacity Reservation. Valid values are ODCR (On-Demand
Capacity Reservation) or CRG (Capacity Reservation Group).
4321 4322 4323 4324 4325 4326 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4321 class CapacityReservation < Struct.new( :arn, :type) SENSITIVE = [] include Aws::Structure end |