Class: Aws::Types::ListInferenceRecommendationsJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inference_recommendations_jobs::Array[Types::InferenceRecommendationsJob]

Returns the value of attribute inference_recommendations_jobs.



7816
7817
7818
# File 'sig/types.rbs', line 7816

def inference_recommendations_jobs
  @inference_recommendations_jobs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7817
7818
7819
# File 'sig/types.rbs', line 7817

def next_token
  @next_token
end