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.
24803 24804 24805 24806 24807 24808 24809 24810 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24803 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.
24803 24804 24805 24806 24807 24808 24809 24810 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24803 class InferenceRecommendationsJobStep < Struct.new( :step_type, :job_name, :status, :inference_benchmark) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the benchmark.
24803 24804 24805 24806 24807 24808 24809 24810 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24803 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.
24803 24804 24805 24806 24807 24808 24809 24810 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24803 class InferenceRecommendationsJobStep < Struct.new( :step_type, :job_name, :status, :inference_benchmark) SENSITIVE = [] include Aws::Structure end |