Class: Aws::SageMaker::Types::RecommendationJobInferenceBenchmark
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RecommendationJobInferenceBenchmark
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The details for a specific benchmark from an Inference Recommender job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_configuration ⇒ Types::EndpointOutputConfiguration
The endpoint configuration made by Inference Recommender during a recommendation job.
-
#endpoint_metrics ⇒ Types::InferenceMetrics
The metrics for an existing endpoint compared in an Inference Recommender job.
-
#failure_reason ⇒ String
The reason why a benchmark failed.
-
#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 of recommendations.
-
#model_configuration ⇒ Types::ModelConfiguration
Defines the model configuration.
Instance Attribute Details
#endpoint_configuration ⇒ Types::EndpointOutputConfiguration
The endpoint configuration made by Inference Recommender during a recommendation job.
38869 38870 38871 38872 38873 38874 38875 38876 38877 38878 38879 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38869 class RecommendationJobInferenceBenchmark < Struct.new( :metrics, :endpoint_metrics, :endpoint_configuration, :model_configuration, :failure_reason, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |
#endpoint_metrics ⇒ Types::InferenceMetrics
The metrics for an existing endpoint compared in an Inference Recommender job.
38869 38870 38871 38872 38873 38874 38875 38876 38877 38878 38879 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38869 class RecommendationJobInferenceBenchmark < Struct.new( :metrics, :endpoint_metrics, :endpoint_configuration, :model_configuration, :failure_reason, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason why a benchmark failed.
38869 38870 38871 38872 38873 38874 38875 38876 38877 38878 38879 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38869 class RecommendationJobInferenceBenchmark < Struct.new( :metrics, :endpoint_metrics, :endpoint_configuration, :model_configuration, :failure_reason, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |
#invocation_end_time ⇒ Time
A timestamp that shows when the benchmark completed.
38869 38870 38871 38872 38873 38874 38875 38876 38877 38878 38879 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38869 class RecommendationJobInferenceBenchmark < Struct.new( :metrics, :endpoint_metrics, :endpoint_configuration, :model_configuration, :failure_reason, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |
#invocation_start_time ⇒ Time
A timestamp that shows when the benchmark started.
38869 38870 38871 38872 38873 38874 38875 38876 38877 38878 38879 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38869 class RecommendationJobInferenceBenchmark < Struct.new( :metrics, :endpoint_metrics, :endpoint_configuration, :model_configuration, :failure_reason, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Types::RecommendationMetrics
The metrics of recommendations.
38869 38870 38871 38872 38873 38874 38875 38876 38877 38878 38879 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38869 class RecommendationJobInferenceBenchmark < Struct.new( :metrics, :endpoint_metrics, :endpoint_configuration, :model_configuration, :failure_reason, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |
#model_configuration ⇒ Types::ModelConfiguration
Defines the model configuration. Includes the specification name and environment parameters.
38869 38870 38871 38872 38873 38874 38875 38876 38877 38878 38879 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38869 class RecommendationJobInferenceBenchmark < Struct.new( :metrics, :endpoint_metrics, :endpoint_configuration, :model_configuration, :failure_reason, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |