Class: Aws::Types::ListInferenceExperimentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInferenceExperimentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inference_experiments ⇒ ::Array[Types::InferenceExperimentSummary]
Returns the value of attribute inference_experiments.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#inference_experiments ⇒ ::Array[Types::InferenceExperimentSummary]
Returns the value of attribute inference_experiments.
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.
7780 7781 7782 |
# File 'sig/types.rbs', line 7780 def next_token @next_token end |