Class: Aws::Types::DescribeBatchPredictionsOutput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



242
243
244
# File 'sig/types.rbs', line 242

def next_token
  @next_token
end

#results::Array[Types::BatchPrediction]

Returns the value of attribute results.



241
242
243
# File 'sig/types.rbs', line 241

def results
  @results
end