Class: Aws::Types::GetBatchPredictionJobsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_predictions::Array[Types::BatchPrediction]

Returns the value of attribute batch_predictions.

Returns:



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.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def next_token
  @next_token
end