Class: Aws::Types::DescribeRetrainingSchedulerResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRetrainingSchedulerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#lookback_window ⇒ ::String
Returns the value of attribute lookback_window.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#promote_mode ⇒ "MANAGED", "MANUAL"
Returns the value of attribute promote_mode.
-
#retraining_frequency ⇒ ::String
Returns the value of attribute retraining_frequency.
-
#retraining_start_date ⇒ ::Time
Returns the value of attribute retraining_start_date.
-
#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.
441 442 443 |
# File 'sig/types.rbs', line 441 def created_at @created_at end |
#lookback_window ⇒ ::String
Returns the value of attribute lookback_window.
438 439 440 |
# File 'sig/types.rbs', line 438 def lookback_window @lookback_window end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
435 436 437 |
# File 'sig/types.rbs', line 435 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
434 435 436 |
# File 'sig/types.rbs', line 434 def model_name @model_name end |
#promote_mode ⇒ "MANAGED", "MANUAL"
Returns the value of attribute promote_mode.
440 441 442 |
# File 'sig/types.rbs', line 440 def promote_mode @promote_mode end |
#retraining_frequency ⇒ ::String
Returns the value of attribute retraining_frequency.
437 438 439 |
# File 'sig/types.rbs', line 437 def retraining_frequency @retraining_frequency end |
#retraining_start_date ⇒ ::Time
Returns the value of attribute retraining_start_date.
436 437 438 |
# File 'sig/types.rbs', line 436 def retraining_start_date @retraining_start_date end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
439 440 441 |
# File 'sig/types.rbs', line 439 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
442 443 444 |
# File 'sig/types.rbs', line 442 def updated_at @updated_at end |