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]
6125 |
# File 'sig/client.rbs', line 6125
def inference_recommendations_jobs: () -> ::Array[Types::InferenceRecommendationsJob]
|
#next_token ⇒ ::String
6126 |
# File 'sig/client.rbs', line 6126
def next_token: () -> ::String
|