Class: Aws::SageMaker::Types::ClusterInstancePlacement

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#availability_zoneString

The Availability Zone where the node in the SageMaker HyperPod cluster is launched.

Returns:

  • (String)


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_idString

The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.

Returns:

  • (String)


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