Class: Aws::Types::ListInferenceExecutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInferenceExecutionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_end_time_before ⇒ ::Time
Returns the value of attribute data_end_time_before.
-
#data_start_time_after ⇒ ::Time
Returns the value of attribute data_start_time_after.
-
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#data_end_time_before ⇒ ::Time
Returns the value of attribute data_end_time_before.
684 685 686 |
# File 'sig/types.rbs', line 684 def data_end_time_before @data_end_time_before end |
#data_start_time_after ⇒ ::Time
Returns the value of attribute data_start_time_after.
683 684 685 |
# File 'sig/types.rbs', line 683 def data_start_time_after @data_start_time_after end |
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
682 683 684 |
# File 'sig/types.rbs', line 682 def inference_scheduler_name @inference_scheduler_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
681 682 683 |
# File 'sig/types.rbs', line 681 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
680 681 682 |
# File 'sig/types.rbs', line 680 def next_token @next_token end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
685 686 687 |
# File 'sig/types.rbs', line 685 def status @status end |