Class: Aws::SageMaker::Types::CapacityReservation

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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Capacity Reservation.

Returns:

  • (String)


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

#typeString

The type of Capacity Reservation. Valid values are ODCR (On-Demand Capacity Reservation) or CRG (Capacity Reservation Group).

Returns:

  • (String)


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