Class: Aws::Types::CreateRetrainingSchedulerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRetrainingSchedulerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#lookback_window ⇒ ::String
Returns the value of attribute lookback_window.
-
#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.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
133 134 135 |
# File 'sig/types.rbs', line 133 def client_token @client_token end |
#lookback_window ⇒ ::String
Returns the value of attribute lookback_window.
131 132 133 |
# File 'sig/types.rbs', line 131 def lookback_window @lookback_window end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
128 129 130 |
# File 'sig/types.rbs', line 128 def model_name @model_name end |
#promote_mode ⇒ "MANAGED", "MANUAL"
Returns the value of attribute promote_mode.
132 133 134 |
# File 'sig/types.rbs', line 132 def promote_mode @promote_mode end |
#retraining_frequency ⇒ ::String
Returns the value of attribute retraining_frequency.
130 131 132 |
# File 'sig/types.rbs', line 130 def retraining_frequency @retraining_frequency end |
#retraining_start_date ⇒ ::Time
Returns the value of attribute retraining_start_date.
129 130 131 |
# File 'sig/types.rbs', line 129 def retraining_start_date @retraining_start_date end |