Class: Aws::Types::InferenceSchedulerSummary
- Inherits:
-
Object
- Object
- Aws::Types::InferenceSchedulerSummary
- 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_upload_frequency ⇒ "PT5M", ...
Returns the value of attribute data_upload_frequency.
-
#inference_scheduler_arn ⇒ ::String
Returns the value of attribute inference_scheduler_arn.
-
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
-
#latest_inference_result ⇒ "ANOMALOUS", "NORMAL"
Returns the value of attribute latest_inference_result.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#data_delay_offset_in_minutes ⇒ ::Integer
Returns the value of attribute data_delay_offset_in_minutes.
555 556 557 |
# File 'sig/types.rbs', line 555 def data_delay_offset_in_minutes @data_delay_offset_in_minutes end |
#data_upload_frequency ⇒ "PT5M", ...
Returns the value of attribute data_upload_frequency.
556 557 558 |
# File 'sig/types.rbs', line 556 def data_upload_frequency @data_upload_frequency end |
#inference_scheduler_arn ⇒ ::String
Returns the value of attribute inference_scheduler_arn.
553 554 555 |
# File 'sig/types.rbs', line 553 def inference_scheduler_arn @inference_scheduler_arn end |
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
552 553 554 |
# File 'sig/types.rbs', line 552 def inference_scheduler_name @inference_scheduler_name end |
#latest_inference_result ⇒ "ANOMALOUS", "NORMAL"
Returns the value of attribute latest_inference_result.
557 558 559 |
# File 'sig/types.rbs', line 557 def latest_inference_result @latest_inference_result end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
551 552 553 |
# File 'sig/types.rbs', line 551 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
550 551 552 |
# File 'sig/types.rbs', line 550 def model_name @model_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
554 555 556 |
# File 'sig/types.rbs', line 554 def status @status end |