Class: Aws::SageMaker::Types::ClusterInstanceRequirementDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterInstanceRequirementDetails
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The instance requirement details for a flexible instance group, including the current and desired instance types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_instance_types ⇒ Array<String>
The instance types currently in use by the instance group.
-
#desired_instance_types ⇒ Array<String>
The desired instance types for the instance group, as specified in the most recent update request.
Instance Attribute Details
#current_instance_types ⇒ Array<String>
The instance types currently in use by the instance group.
5961 5962 5963 5964 5965 5966 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5961 class ClusterInstanceRequirementDetails < Struct.new( :current_instance_types, :desired_instance_types) SENSITIVE = [] include Aws::Structure end |
#desired_instance_types ⇒ Array<String>
The desired instance types for the instance group, as specified in the most recent update request.
5961 5962 5963 5964 5965 5966 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5961 class ClusterInstanceRequirementDetails < Struct.new( :current_instance_types, :desired_instance_types) SENSITIVE = [] include Aws::Structure end |