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.
      40440 40441 40442 40443 40444 40445 40446 40447 40448 40449 40450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40440 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.
      40440 40441 40442 40443 40444 40445 40446 40447 40448 40449 40450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40440 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.
      40440 40441 40442 40443 40444 40445 40446 40447 40448 40449 40450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40440 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.
      40440 40441 40442 40443 40444 40445 40446 40447 40448 40449 40450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40440 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.
      40440 40441 40442 40443 40444 40445 40446 40447 40448 40449 40450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40440 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.
      40440 40441 40442 40443 40444 40445 40446 40447 40448 40449 40450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40440 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.
      40440 40441 40442 40443 40444 40445 40446 40447 40448 40449 40450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40440 class RecommendationJobInferenceBenchmark < Struct.new( :metrics, :endpoint_metrics, :endpoint_configuration, :model_configuration, :failure_reason, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end  |