Class: Aws::SageMaker::Types::ListInferenceRecommendationsJobStepsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListInferenceRecommendationsJobStepsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_name ⇒ String
The name for the Inference Recommender job.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A token that you can specify to return more results from the list.
-
#status ⇒ String
A filter to return benchmarks of a specified status.
-
#step_type ⇒ String
A filter to return details about the specified type of subtask.
Instance Attribute Details
#job_name ⇒ String
The name for the Inference Recommender job.
29911 29912 29913 29914 29915 29916 29917 29918 29919 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29911 class ListInferenceRecommendationsJobStepsRequest < Struct.new( :job_name, :status, :step_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
29911 29912 29913 29914 29915 29916 29917 29918 29919 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29911 class ListInferenceRecommendationsJobStepsRequest < Struct.new( :job_name, :status, :step_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that you can specify to return more results from the list. Specify this field if you have a token that was returned from a previous request.
29911 29912 29913 29914 29915 29916 29917 29918 29919 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29911 class ListInferenceRecommendationsJobStepsRequest < Struct.new( :job_name, :status, :step_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.
29911 29912 29913 29914 29915 29916 29917 29918 29919 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29911 class ListInferenceRecommendationsJobStepsRequest < Struct.new( :job_name, :status, :step_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#step_type ⇒ String
A filter to return details about the specified type of subtask.
‘BENCHMARK`: Evaluate the performance of your model on different instance types.
29911 29912 29913 29914 29915 29916 29917 29918 29919 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29911 class ListInferenceRecommendationsJobStepsRequest < Struct.new( :job_name, :status, :step_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |