Class: Aws::SageMaker::Types::AIRecommendationInstanceDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#copy_count_per_instanceInteger

The number of model copies per instance.

Returns:

  • (Integer)


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_countInteger

The recommended number of instances.

Returns:

  • (Integer)


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_typeString

The recommended instance type.

Returns:

  • (String)


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