Class: Aws::Types::ListCandidatesForAutoMLJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCandidatesForAutoMLJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_ml_job_name ⇒ ::String
Returns the value of attribute auto_ml_job_name.
-
#candidate_name_equals ⇒ ::String
Returns the value of attribute candidate_name_equals.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "CreationTime", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
-
#status_equals ⇒ "Completed", ...
Returns the value of attribute status_equals.
Instance Attribute Details
#auto_ml_job_name ⇒ ::String
Returns the value of attribute auto_ml_job_name.
7310 7311 7312 |
# File 'sig/types.rbs', line 7310 def auto_ml_job_name @auto_ml_job_name end |
#candidate_name_equals ⇒ ::String
Returns the value of attribute candidate_name_equals.
7312 7313 7314 |
# File 'sig/types.rbs', line 7312 def candidate_name_equals @candidate_name_equals end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7315 7316 7317 |
# File 'sig/types.rbs', line 7315 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7316 7317 7318 |
# File 'sig/types.rbs', line 7316 def next_token @next_token end |
#sort_by ⇒ "CreationTime", ...
Returns the value of attribute sort_by.
7314 7315 7316 |
# File 'sig/types.rbs', line 7314 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7313 7314 7315 |
# File 'sig/types.rbs', line 7313 def sort_order @sort_order end |
#status_equals ⇒ "Completed", ...
Returns the value of attribute status_equals.
7311 7312 7313 |
# File 'sig/types.rbs', line 7311 def status_equals @status_equals end |