Class: Aws::Types::ListModelCardExportJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListModelCardExportJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
-
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#model_card_export_job_name_contains ⇒ ::String
Returns the value of attribute model_card_export_job_name_contains.
-
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
-
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "Name", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
-
#status_equals ⇒ "InProgress", ...
Returns the value of attribute status_equals.
Instance Attribute Details
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
8030 8031 8032 |
# File 'sig/types.rbs', line 8030 def creation_time_after @creation_time_after end |
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
8031 8032 8033 |
# File 'sig/types.rbs', line 8031 def creation_time_before @creation_time_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8037 8038 8039 |
# File 'sig/types.rbs', line 8037 def max_results @max_results end |
#model_card_export_job_name_contains ⇒ ::String
Returns the value of attribute model_card_export_job_name_contains.
8032 8033 8034 |
# File 'sig/types.rbs', line 8032 def model_card_export_job_name_contains @model_card_export_job_name_contains end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
8028 8029 8030 |
# File 'sig/types.rbs', line 8028 def model_card_name @model_card_name end |
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
8029 8030 8031 |
# File 'sig/types.rbs', line 8029 def model_card_version @model_card_version end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8036 8037 8038 |
# File 'sig/types.rbs', line 8036 def next_token @next_token end |
#sort_by ⇒ "Name", ...
Returns the value of attribute sort_by.
8034 8035 8036 |
# File 'sig/types.rbs', line 8034 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8035 8036 8037 |
# File 'sig/types.rbs', line 8035 def sort_order @sort_order end |
#status_equals ⇒ "InProgress", ...
Returns the value of attribute status_equals.
8033 8034 8035 |
# File 'sig/types.rbs', line 8033 def status_equals @status_equals end |