Class: Aws::SageMaker::Types::PlacementSpecification

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Specifies how instances should be placed on a specific UltraServer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_countInteger

The number of ML compute instances required to be placed together on the same UltraServer. Minimum value of 1.

Returns:

  • (Integer)


42699
42700
42701
42702
42703
42704
# File 'lib/aws-sdk-sagemaker/types.rb', line 42699

class PlacementSpecification < Struct.new(
  :ultra_server_id,
  :instance_count)
  SENSITIVE = []
  include Aws::Structure
end

#ultra_server_idString

The unique identifier of the UltraServer where instances should be placed.

Returns:

  • (String)


42699
42700
42701
42702
42703
42704
# File 'lib/aws-sdk-sagemaker/types.rb', line 42699

class PlacementSpecification < Struct.new(
  :ultra_server_id,
  :instance_count)
  SENSITIVE = []
  include Aws::Structure
end