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.
7831 7832 7833 |
# File 'sig/types.rbs', line 7831 def inference_recommendations_jobs @inference_recommendations_jobs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7832 7833 7834 |
# File 'sig/types.rbs', line 7832 def next_token @next_token end |