Class: Aws::MarketplaceDiscovery::Types::SageMakerModelRecommendation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplacediscovery/types.rb

Overview

Recommended instance types for inference with a SageMaker model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The recommended instance type for batch inference.

Returns:

  • (String)


2723
2724
2725
2726
2727
2728
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2723

class SageMakerModelRecommendation < Struct.new(
  :recommended_batch_transform_instance_type,
  :recommended_realtime_inference_instance_type)
  SENSITIVE = []
  include Aws::Structure
end

The recommended instance type for real-time inference.

Returns:

  • (String)


2723
2724
2725
2726
2727
2728
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2723

class SageMakerModelRecommendation < Struct.new(
  :recommended_batch_transform_instance_type,
  :recommended_realtime_inference_instance_type)
  SENSITIVE = []
  include Aws::Structure
end