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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


40766
40767
40768
40769
40770
40771
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40766

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)


40766
40767
40768
40769
40770
40771
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40766

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