Class: Aws::SageMaker::Types::InferenceRecommendationsJobStep
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::InferenceRecommendationsJobStep
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A returned array object for the ‘Steps` response field in the
- ListInferenceRecommendationsJobSteps][1
 - 
API command.
 
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListInferenceRecommendationsJobSteps.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #inference_benchmark  ⇒ Types::RecommendationJobInferenceBenchmark 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details for a specific benchmark.
 - 
  
    
      #job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Inference Recommender job.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the benchmark.
 - 
  
    
      #step_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the subtask.
 
Instance Attribute Details
#inference_benchmark ⇒ Types::RecommendationJobInferenceBenchmark
The details for a specific benchmark.
      25987 25988 25989 25990 25991 25992 25993 25994  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25987 class InferenceRecommendationsJobStep < Struct.new( :step_type, :job_name, :status, :inference_benchmark) SENSITIVE = [] include Aws::Structure end  | 
  
#job_name ⇒ String
The name of the Inference Recommender job.
      25987 25988 25989 25990 25991 25992 25993 25994  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25987 class InferenceRecommendationsJobStep < Struct.new( :step_type, :job_name, :status, :inference_benchmark) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The current status of the benchmark.
      25987 25988 25989 25990 25991 25992 25993 25994  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25987 class InferenceRecommendationsJobStep < Struct.new( :step_type, :job_name, :status, :inference_benchmark) SENSITIVE = [] include Aws::Structure end  | 
  
#step_type ⇒ String
The type of the subtask.
‘BENCHMARK`: Evaluate the performance of your model on different instance types.
      25987 25988 25989 25990 25991 25992 25993 25994  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25987 class InferenceRecommendationsJobStep < Struct.new( :step_type, :job_name, :status, :inference_benchmark) SENSITIVE = [] include Aws::Structure end  |