Class: Aws::Types::ListInferenceExperimentsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inference_experiments::Array[Types::InferenceExperimentSummary]

Returns the value of attribute inference_experiments.

Returns:



7779
7780
7781
# File 'sig/types.rbs', line 7779

def inference_experiments
  @inference_experiments
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7780
7781
7782
# File 'sig/types.rbs', line 7780

def next_token
  @next_token
end