Class: Aws::SageMaker::Types::ComputeQuotaResourceConfig

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

Overview

Configuration of the resources used for the compute allocation definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of instances to add to the instance group of a SageMaker HyperPod cluster.

Returns:

  • (Integer)


5070
5071
5072
5073
5074
5075
# File 'lib/aws-sdk-sagemaker/types.rb', line 5070

class ComputeQuotaResourceConfig < Struct.new(
  :instance_type,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type of the instance group for the cluster.

Returns:

  • (String)


5070
5071
5072
5073
5074
5075
# File 'lib/aws-sdk-sagemaker/types.rb', line 5070

class ComputeQuotaResourceConfig < Struct.new(
  :instance_type,
  :count)
  SENSITIVE = []
  include Aws::Structure
end