Class: Aws::Types::ListModelCardExportJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListModelCardExportJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_card_export_job_summaries ⇒ ::Array[Types::ModelCardExportJobSummary]
Returns the value of attribute model_card_export_job_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#model_card_export_job_summaries ⇒ ::Array[Types::ModelCardExportJobSummary]
Returns the value of attribute model_card_export_job_summaries.
8042 8043 8044 |
# File 'sig/types.rbs', line 8042 def model_card_export_job_summaries @model_card_export_job_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8043 8044 8045 |
# File 'sig/types.rbs', line 8043 def next_token @next_token end |