Class: Aws::Types::UpdateInferenceSchedulerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInferenceSchedulerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_delay_offset_in_minutes ⇒ ::Integer
Returns the value of attribute data_delay_offset_in_minutes.
-
#data_input_configuration ⇒ Types::InferenceInputConfiguration
Returns the value of attribute data_input_configuration.
-
#data_output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute data_output_configuration.
-
#data_upload_frequency ⇒ "PT5M", ...
Returns the value of attribute data_upload_frequency.
-
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#data_delay_offset_in_minutes ⇒ ::Integer
Returns the value of attribute data_delay_offset_in_minutes.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def data_delay_offset_in_minutes @data_delay_offset_in_minutes end |
#data_input_configuration ⇒ Types::InferenceInputConfiguration
Returns the value of attribute data_input_configuration.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def data_input_configuration @data_input_configuration end |
#data_output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute data_output_configuration.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def data_output_configuration @data_output_configuration end |
#data_upload_frequency ⇒ "PT5M", ...
Returns the value of attribute data_upload_frequency.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def data_upload_frequency @data_upload_frequency end |
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def inference_scheduler_name @inference_scheduler_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def role_arn @role_arn end |