Class: Aws::Types::InferenceEventSummary
- Inherits:
-
Object
- Object
- Aws::Types::InferenceEventSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#diagnostics ⇒ ::String
Returns the value of attribute diagnostics.
-
#event_duration_in_seconds ⇒ ::Integer
Returns the value of attribute event_duration_in_seconds.
-
#event_end_time ⇒ ::Time
Returns the value of attribute event_end_time.
-
#event_start_time ⇒ ::Time
Returns the value of attribute event_start_time.
-
#inference_scheduler_arn ⇒ ::String
Returns the value of attribute inference_scheduler_arn.
-
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
Instance Attribute Details
#diagnostics ⇒ ::String
Returns the value of attribute diagnostics.
495 496 497 |
# File 'sig/types.rbs', line 495 def diagnostics @diagnostics end |
#event_duration_in_seconds ⇒ ::Integer
Returns the value of attribute event_duration_in_seconds.
496 497 498 |
# File 'sig/types.rbs', line 496 def event_duration_in_seconds @event_duration_in_seconds end |
#event_end_time ⇒ ::Time
Returns the value of attribute event_end_time.
494 495 496 |
# File 'sig/types.rbs', line 494 def event_end_time @event_end_time end |
#event_start_time ⇒ ::Time
Returns the value of attribute event_start_time.
493 494 495 |
# File 'sig/types.rbs', line 493 def event_start_time @event_start_time end |
#inference_scheduler_arn ⇒ ::String
Returns the value of attribute inference_scheduler_arn.
491 492 493 |
# File 'sig/types.rbs', line 491 def inference_scheduler_arn @inference_scheduler_arn end |
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
492 493 494 |
# File 'sig/types.rbs', line 492 def inference_scheduler_name @inference_scheduler_name end |