Class: Aws::Types::ListCandidatesForAutoMLJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCandidatesForAutoMLJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#candidates ⇒ ::Array[Types::AutoMLCandidate]
Returns the value of attribute candidates.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#candidates ⇒ ::Array[Types::AutoMLCandidate]
Returns the value of attribute candidates.
7321 7322 7323 |
# File 'sig/types.rbs', line 7321 def candidates @candidates end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7322 7323 7324 |
# File 'sig/types.rbs', line 7322 def next_token @next_token end |