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

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

Instance Attribute Details

#availability_zoneString

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

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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