Class: Aws::MarketplaceDiscovery::Types::SageMakerModelRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::SageMakerModelRecommendation
- 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
-
#recommended_batch_transform_instance_type ⇒ String
The recommended instance type for batch inference.
-
#recommended_realtime_inference_instance_type ⇒ String
The recommended instance type for real-time inference.
Instance Attribute Details
#recommended_batch_transform_instance_type ⇒ String
The recommended instance type for batch inference.
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 |
#recommended_realtime_inference_instance_type ⇒ String
The recommended instance type for real-time inference.
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 |