Class: Aws::Types::ListTrainingJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTrainingJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#training_job_summaries ⇒ ::Array[Types::TrainingJobSummary]
Returns the value of attribute training_job_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8522 8523 8524 |
# File 'sig/types.rbs', line 8522 def next_token @next_token end |
#training_job_summaries ⇒ ::Array[Types::TrainingJobSummary]
Returns the value of attribute training_job_summaries.
8521 8522 8523 |
# File 'sig/types.rbs', line 8521 def training_job_summaries @training_job_summaries end |