Class: Aws::Types::ListTrainingJobsForHyperParameterTuningJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTrainingJobsForHyperParameterTuningJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hyper_parameter_tuning_job_name ⇒ ::String
Returns the value of attribute hyper_parameter_tuning_job_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#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
#hyper_parameter_tuning_job_name ⇒ ::String
Returns the value of attribute hyper_parameter_tuning_job_name.
8526 8527 8528 |
# File 'sig/types.rbs', line 8526 def hyper_parameter_tuning_job_name @hyper_parameter_tuning_job_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8528 8529 8530 |
# File 'sig/types.rbs', line 8528 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8527 8528 8529 |
# File 'sig/types.rbs', line 8527 def next_token @next_token end |
#sort_by ⇒ "Name", ...
Returns the value of attribute sort_by.
8530 8531 8532 |
# File 'sig/types.rbs', line 8530 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8531 8532 8533 |
# File 'sig/types.rbs', line 8531 def sort_order @sort_order end |
#status_equals ⇒ "InProgress", ...
Returns the value of attribute status_equals.
8529 8530 8531 |
# File 'sig/types.rbs', line 8529 def status_equals @status_equals end |