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)


40862
40863
40864
40865
40866
40867
# File 'lib/aws-sdk-sagemaker/types.rb', line 40862

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)


40862
40863
40864
40865
40866
40867
# File 'lib/aws-sdk-sagemaker/types.rb', line 40862

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