Class: Aws::SageMaker::Types::InferenceRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::InferenceRecommendation
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
A list of recommendations made by Amazon SageMaker Inference Recommender.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_configuration ⇒ Types::EndpointOutputConfiguration
Defines the endpoint configuration parameters.
-
#metrics ⇒ Types::RecommendationMetrics
The metrics used to decide what recommendation to make.
-
#model_configuration ⇒ Types::ModelConfiguration
Defines the model configuration.
-
#recommendation_id ⇒ String
The recommendation ID which uniquely identifies each recommendation.
Instance Attribute Details
#endpoint_configuration ⇒ Types::EndpointOutputConfiguration
Defines the endpoint configuration parameters.
20724 20725 20726 20727 20728 20729 20730 20731 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20724 class InferenceRecommendation < Struct.new( :metrics, :endpoint_configuration, :model_configuration, :recommendation_id) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Types::RecommendationMetrics
The metrics used to decide what recommendation to make.
20724 20725 20726 20727 20728 20729 20730 20731 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20724 class InferenceRecommendation < Struct.new( :metrics, :endpoint_configuration, :model_configuration, :recommendation_id) SENSITIVE = [] include Aws::Structure end |
#model_configuration ⇒ Types::ModelConfiguration
Defines the model configuration.
20724 20725 20726 20727 20728 20729 20730 20731 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20724 class InferenceRecommendation < Struct.new( :metrics, :endpoint_configuration, :model_configuration, :recommendation_id) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The recommendation ID which uniquely identifies each recommendation.
20724 20725 20726 20727 20728 20729 20730 20731 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20724 class InferenceRecommendation < Struct.new( :metrics, :endpoint_configuration, :model_configuration, :recommendation_id) SENSITIVE = [] include Aws::Structure end |