Class: Aws::SageMaker::Types::ComputeQuotaResourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ComputeQuotaResourceConfig
- 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
-
#count ⇒ Integer
The number of instances to add to the instance group of a SageMaker HyperPod cluster.
-
#instance_type ⇒ String
The instance type of the instance group for the cluster.
Instance Attribute Details
#count ⇒ Integer
The number of instances to add to the instance group of a SageMaker HyperPod cluster.
5081 5082 5083 5084 5085 5086 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5081 class ComputeQuotaResourceConfig < Struct.new( :instance_type, :count) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type of the instance group for the cluster.
5081 5082 5083 5084 5085 5086 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5081 class ComputeQuotaResourceConfig < Struct.new( :instance_type, :count) SENSITIVE = [] include Aws::Structure end |