Class: Aws::Types::GetBatchPredictionJobsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetBatchPredictionJobsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_predictions ⇒ ::Array[Types::BatchPrediction]
Returns the value of attribute batch_predictions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#batch_predictions ⇒ ::Array[Types::BatchPrediction]
Returns the value of attribute batch_predictions.
629 630 631 |
# File 'sig/types.rbs', line 629 def batch_predictions @batch_predictions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
630 631 632 |
# File 'sig/types.rbs', line 630 def next_token @next_token end |