Class: Aws::SageMaker::Types::PlacementSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PlacementSpecification
- 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_count ⇒ Integer
The number of ML compute instances required to be placed together on the same UltraServer.
-
#ultra_server_id ⇒ String
The unique identifier of the UltraServer where instances should be placed.
Instance Attribute Details
#instance_count ⇒ Integer
The number of ML compute instances required to be placed together on the same UltraServer. Minimum value of 1.
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_id ⇒ String
The unique identifier of the UltraServer where instances should be placed.
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 |