Class: Aws::Types::ListInferenceRecommendationsJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInferenceRecommendationsJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inference_recommendations_jobs ⇒ ::Array[Types::InferenceRecommendationsJob]
Returns the value of attribute inference_recommendations_jobs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#inference_recommendations_jobs ⇒ ::Array[Types::InferenceRecommendationsJob]
Returns the value of attribute inference_recommendations_jobs.
7816 7817 7818 |
# File 'sig/types.rbs', line 7816 def inference_recommendations_jobs @inference_recommendations_jobs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7817 7818 7819 |
# File 'sig/types.rbs', line 7817 def next_token @next_token end |