Class: Aws::Types::ListInferenceRecommendationsJobStepsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7795
7796
7797
# File 'sig/types.rbs', line 7795

def next_token
  @next_token
end

#steps::Array[Types::InferenceRecommendationsJobStep]

Returns the value of attribute steps.



7794
7795
7796
# File 'sig/types.rbs', line 7794

def steps
  @steps
end