Class: Aws::Types::InferenceExperimentSchedule
- Inherits:
-
Object
- Object
- Aws::Types::InferenceExperimentSchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
6665 6666 6667 |
# File 'sig/types.rbs', line 6665 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
6664 6665 6666 |
# File 'sig/types.rbs', line 6664 def start_time @start_time end |