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.
38896 38897 38898 38899 38900 38901 38902 38903 38904 38905 38906 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38896 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.
38896 38897 38898 38899 38900 38901 38902 38903 38904 38905 38906 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38896 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.
38896 38897 38898 38899 38900 38901 38902 38903 38904 38905 38906 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38896 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.
38896 38897 38898 38899 38900 38901 38902 38903 38904 38905 38906 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38896 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.
38896 38897 38898 38899 38900 38901 38902 38903 38904 38905 38906 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38896 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.
38896 38897 38898 38899 38900 38901 38902 38903 38904 38905 38906 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38896 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.
38896 38897 38898 38899 38900 38901 38902 38903 38904 38905 38906 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38896 class RecommendationJobInferenceBenchmark < Struct.new( :metrics, :endpoint_metrics, :endpoint_configuration, :model_configuration, :failure_reason, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end |