Class: Aws::Types::ListInferenceSchedulersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInferenceSchedulersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inference_scheduler_name_begins_with ⇒ ::String
Returns the value of attribute inference_scheduler_name_begins_with.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#inference_scheduler_name_begins_with ⇒ ::String
Returns the value of attribute inference_scheduler_name_begins_with.
698 699 700 |
# File 'sig/types.rbs', line 698 def inference_scheduler_name_begins_with @inference_scheduler_name_begins_with end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
697 698 699 |
# File 'sig/types.rbs', line 697 def max_results @max_results end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
699 700 701 |
# File 'sig/types.rbs', line 699 def model_name @model_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
696 697 698 |
# File 'sig/types.rbs', line 696 def next_token @next_token end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
700 701 702 |
# File 'sig/types.rbs', line 700 def status @status end |