Class: Aws::SageMaker::Types::ClusterInstancePlacement
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterInstancePlacement
- Includes:
- Aws::Structure
- Defined in:
- 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.
4350 4351 4352 4353 4354 4355 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4350 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.
4350 4351 4352 4353 4354 4355 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4350 class ClusterInstancePlacement < Struct.new( :availability_zone, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |