Module: Aws::SageMaker::Client::_ListInferenceRecommendationsJobsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListInferenceRecommendationsJobsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #inference_recommendations_jobs ⇒ ::Array[Types::InferenceRecommendationsJob]
- #next_token ⇒ ::String
Instance Method Details
#inference_recommendations_jobs ⇒ ::Array[Types::InferenceRecommendationsJob]
6108 |
# File 'sig/client.rbs', line 6108
def inference_recommendations_jobs: () -> ::Array[Types::InferenceRecommendationsJob]
|
#next_token ⇒ ::String
6109 |
# File 'sig/client.rbs', line 6109
def next_token: () -> ::String
|