Class: Aws::SageMaker::Types::ReservedCapacityOffering

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

Overview

Details about a reserved capacity offering for a training plan offering.

For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The availability zone for the reserved capacity offering.

Returns:

  • (String)


41024
41025
41026
41027
41028
41029
41030
41031
41032
41033
41034
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41024

class ReservedCapacityOffering < Struct.new(
  :instance_type,
  :instance_count,
  :availability_zone,
  :duration_hours,
  :duration_minutes,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#duration_hoursInteger

The number of whole hours in the total duration for this reserved capacity offering.

Returns:

  • (Integer)


41024
41025
41026
41027
41028
41029
41030
41031
41032
41033
41034
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41024

class ReservedCapacityOffering < Struct.new(
  :instance_type,
  :instance_count,
  :availability_zone,
  :duration_hours,
  :duration_minutes,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#duration_minutesInteger

The additional minutes beyond whole hours in the total duration for this reserved capacity offering.

Returns:

  • (Integer)


41024
41025
41026
41027
41028
41029
41030
41031
41032
41033
41034
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41024

class ReservedCapacityOffering < Struct.new(
  :instance_type,
  :instance_count,
  :availability_zone,
  :duration_hours,
  :duration_minutes,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end time of the reserved capacity offering.

Returns:

  • (Time)


41024
41025
41026
41027
41028
41029
41030
41031
41032
41033
41034
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41024

class ReservedCapacityOffering < Struct.new(
  :instance_type,
  :instance_count,
  :availability_zone,
  :duration_hours,
  :duration_minutes,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#instance_countInteger

The number of instances in the reserved capacity offering.

Returns:

  • (Integer)


41024
41025
41026
41027
41028
41029
41030
41031
41032
41033
41034
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41024

class ReservedCapacityOffering < Struct.new(
  :instance_type,
  :instance_count,
  :availability_zone,
  :duration_hours,
  :duration_minutes,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type for the reserved capacity offering.

Returns:

  • (String)


41024
41025
41026
41027
41028
41029
41030
41031
41032
41033
41034
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41024

class ReservedCapacityOffering < Struct.new(
  :instance_type,
  :instance_count,
  :availability_zone,
  :duration_hours,
  :duration_minutes,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the reserved capacity offering.

Returns:

  • (Time)


41024
41025
41026
41027
41028
41029
41030
41031
41032
41033
41034
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41024

class ReservedCapacityOffering < Struct.new(
  :instance_type,
  :instance_count,
  :availability_zone,
  :duration_hours,
  :duration_minutes,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end