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.
-
#invocation_end_time ⇒ Time
A timestamp that shows when the benchmark completed.
-
#invocation_start_time ⇒ Time
A timestamp that shows when the benchmark started.
-
#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.
24687 24688 24689 24690 24691 24692 24693 24694 24695 24696 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24687 class InferenceRecommendation < Struct.new( :recommendation_id, :metrics, :endpoint_configuration, :model_configuration, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |
#invocation_end_time ⇒ Time
A timestamp that shows when the benchmark completed.
24687 24688 24689 24690 24691 24692 24693 24694 24695 24696 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24687 class InferenceRecommendation < Struct.new( :recommendation_id, :metrics, :endpoint_configuration, :model_configuration, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |
#invocation_start_time ⇒ Time
A timestamp that shows when the benchmark started.
24687 24688 24689 24690 24691 24692 24693 24694 24695 24696 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24687 class InferenceRecommendation < Struct.new( :recommendation_id, :metrics, :endpoint_configuration, :model_configuration, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Types::RecommendationMetrics
The metrics used to decide what recommendation to make.
24687 24688 24689 24690 24691 24692 24693 24694 24695 24696 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24687 class InferenceRecommendation < Struct.new( :recommendation_id, :metrics, :endpoint_configuration, :model_configuration, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |
#model_configuration ⇒ Types::ModelConfiguration
Defines the model configuration.
24687 24688 24689 24690 24691 24692 24693 24694 24695 24696 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24687 class InferenceRecommendation < Struct.new( :recommendation_id, :metrics, :endpoint_configuration, :model_configuration, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The recommendation ID which uniquely identifies each recommendation.
24687 24688 24689 24690 24691 24692 24693 24694 24695 24696 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24687 class InferenceRecommendation < Struct.new( :recommendation_id, :metrics, :endpoint_configuration, :model_configuration, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |