Class: Aws::SageMaker::Types::ClusterInstancePlacement
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterInstancePlacement
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Specifies the placement details for the node in the SageMaker HyperPod cluster, including the Availability Zone and the unique identifier (ID) of the Availability Zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone where the node in the SageMaker HyperPod cluster is launched.
-
#availability_zone_id ⇒ String
The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone where the node in the SageMaker HyperPod cluster is launched.
4259 4260 4261 4262 4263 4264 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4259 class ClusterInstancePlacement < Struct.new( :availability_zone, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#availability_zone_id ⇒ String
The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.
4259 4260 4261 4262 4263 4264 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4259 class ClusterInstancePlacement < Struct.new( :availability_zone, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |