Class: Aws::SageMaker::Types::AIRecommendationInstanceDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIRecommendationInstanceDetail
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Instance details for a recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#copy_count_per_instance ⇒ Integer
The number of model copies per instance.
-
#instance_count ⇒ Integer
The recommended number of instances.
-
#instance_type ⇒ String
The recommended instance type.
Instance Attribute Details
#copy_count_per_instance ⇒ Integer
The number of model copies per instance.
431 432 433 434 435 436 437 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 431 class AIRecommendationInstanceDetail < Struct.new( :instance_type, :instance_count, :copy_count_per_instance) SENSITIVE = [] include Aws::Structure end |
#instance_count ⇒ Integer
The recommended number of instances.
431 432 433 434 435 436 437 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 431 class AIRecommendationInstanceDetail < Struct.new( :instance_type, :instance_count, :copy_count_per_instance) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The recommended instance type.
431 432 433 434 435 436 437 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 431 class AIRecommendationInstanceDetail < Struct.new( :instance_type, :instance_count, :copy_count_per_instance) SENSITIVE = [] include Aws::Structure end |