Class: Aws::Types::DescribeInferenceSchedulerResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInferenceSchedulerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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_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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#server_side_kms_key_id ⇒ ::String
Returns the value of attribute server_side_kms_key_id.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
275 276 277 |
# File 'sig/types.rbs', line 275 def created_at @created_at end |
#data_delay_offset_in_minutes ⇒ ::Integer
Returns the value of attribute data_delay_offset_in_minutes.
273 274 275 |
# File 'sig/types.rbs', line 273 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.
277 278 279 |
# File 'sig/types.rbs', line 277 def data_input_configuration @data_input_configuration end |
#data_output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute data_output_configuration.
278 279 280 |
# File 'sig/types.rbs', line 278 def data_output_configuration @data_output_configuration end |
#data_upload_frequency ⇒ "PT5M", ...
Returns the value of attribute data_upload_frequency.
274 275 276 |
# File 'sig/types.rbs', line 274 def data_upload_frequency @data_upload_frequency end |
#inference_scheduler_arn ⇒ ::String
Returns the value of attribute inference_scheduler_arn.
271 272 273 |
# File 'sig/types.rbs', line 271 def inference_scheduler_arn @inference_scheduler_arn end |
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
270 271 272 |
# File 'sig/types.rbs', line 270 def inference_scheduler_name @inference_scheduler_name end |
#latest_inference_result ⇒ "ANOMALOUS", "NORMAL"
Returns the value of attribute latest_inference_result.
281 282 283 |
# File 'sig/types.rbs', line 281 def latest_inference_result @latest_inference_result end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
268 269 270 |
# File 'sig/types.rbs', line 268 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
269 270 271 |
# File 'sig/types.rbs', line 269 def model_name @model_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
279 280 281 |
# File 'sig/types.rbs', line 279 def role_arn @role_arn end |
#server_side_kms_key_id ⇒ ::String
Returns the value of attribute server_side_kms_key_id.
280 281 282 |
# File 'sig/types.rbs', line 280 def server_side_kms_key_id @server_side_kms_key_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
272 273 274 |
# File 'sig/types.rbs', line 272 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
276 277 278 |
# File 'sig/types.rbs', line 276 def updated_at @updated_at end |