Class: Aws::Types::RetrainingSchedulerSummary
- Inherits:
-
Object
- Object
- Aws::Types::RetrainingSchedulerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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.
Instance Attribute Details
#lookback_window ⇒ ::String
Returns the value of attribute lookback_window.
902 903 904 |
# File 'sig/types.rbs', line 902 def lookback_window @lookback_window end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
898 899 900 |
# File 'sig/types.rbs', line 898 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
897 898 899 |
# File 'sig/types.rbs', line 897 def model_name @model_name end |
#retraining_frequency ⇒ ::String
Returns the value of attribute retraining_frequency.
901 902 903 |
# File 'sig/types.rbs', line 901 def retraining_frequency @retraining_frequency end |
#retraining_start_date ⇒ ::Time
Returns the value of attribute retraining_start_date.
900 901 902 |
# File 'sig/types.rbs', line 900 def retraining_start_date @retraining_start_date end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
899 900 901 |
# File 'sig/types.rbs', line 899 def status @status end |