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.
3820 3821 3822 3823 3824 3825 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3820 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).
3820 3821 3822 3823 3824 3825 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3820 class CapacityReservation < Struct.new( :arn, :type) SENSITIVE = [] include Aws::Structure end |