Module: Aws::LookoutEquipment::Client::_DescribeInferenceSchedulerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeInferenceSchedulerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #data_delay_offset_in_minutes ⇒ ::Integer
- #data_input_configuration ⇒ Types::InferenceInputConfiguration
- #data_output_configuration ⇒ Types::InferenceOutputConfiguration
- #data_upload_frequency ⇒ "PT5M", ...
- #inference_scheduler_arn ⇒ ::String
- #inference_scheduler_name ⇒ ::String
- #latest_inference_result ⇒ "ANOMALOUS", "NORMAL"
- #model_arn ⇒ ::String
- #model_name ⇒ ::String
- #role_arn ⇒ ::String
- #server_side_kms_key_id ⇒ ::String
- #status ⇒ "PENDING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
335 |
# File 'sig/client.rbs', line 335
def created_at: () -> ::Time
|
#data_delay_offset_in_minutes ⇒ ::Integer
333 |
# File 'sig/client.rbs', line 333
def data_delay_offset_in_minutes: () -> ::Integer
|
#data_input_configuration ⇒ Types::InferenceInputConfiguration
337 |
# File 'sig/client.rbs', line 337
def data_input_configuration: () -> Types::InferenceInputConfiguration
|
#data_output_configuration ⇒ Types::InferenceOutputConfiguration
338 |
# File 'sig/client.rbs', line 338
def data_output_configuration: () -> Types::InferenceOutputConfiguration
|
#data_upload_frequency ⇒ "PT5M", ...
334 |
# File 'sig/client.rbs', line 334
def data_upload_frequency: () -> ("PT5M" | "PT10M" | "PT15M" | "PT30M" | "PT1H")
|
#inference_scheduler_arn ⇒ ::String
331 |
# File 'sig/client.rbs', line 331
def inference_scheduler_arn: () -> ::String
|
#inference_scheduler_name ⇒ ::String
330 |
# File 'sig/client.rbs', line 330
def inference_scheduler_name: () -> ::String
|
#latest_inference_result ⇒ "ANOMALOUS", "NORMAL"
341 |
# File 'sig/client.rbs', line 341
def latest_inference_result: () -> ("ANOMALOUS" | "NORMAL")
|
#model_arn ⇒ ::String
328 |
# File 'sig/client.rbs', line 328
def model_arn: () -> ::String
|
#model_name ⇒ ::String
329 |
# File 'sig/client.rbs', line 329
def model_name: () -> ::String
|
#role_arn ⇒ ::String
339 |
# File 'sig/client.rbs', line 339
def role_arn: () -> ::String
|
#server_side_kms_key_id ⇒ ::String
340 |
# File 'sig/client.rbs', line 340
def server_side_kms_key_id: () -> ::String
|
#status ⇒ "PENDING", ...
332 |
# File 'sig/client.rbs', line 332
def status: () -> ("PENDING" | "RUNNING" | "STOPPING" | "STOPPED")
|
#updated_at ⇒ ::Time
336 |
# File 'sig/client.rbs', line 336
def updated_at: () -> ::Time
|