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.
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_type ⇒ String
The instance type of the instance group for the cluster.
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 |