Module: Aws::LookoutEquipment::Client::_DescribeRetrainingSchedulerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeRetrainingSchedulerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #lookback_window ⇒ ::String
- #model_arn ⇒ ::String
- #model_name ⇒ ::String
- #promote_mode ⇒ "MANAGED", "MANUAL"
- #retraining_frequency ⇒ ::String
- #retraining_start_date ⇒ ::Time
- #status ⇒ "PENDING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
501 |
# File 'sig/client.rbs', line 501
def created_at: () -> ::Time
|
#lookback_window ⇒ ::String
498 |
# File 'sig/client.rbs', line 498
def lookback_window: () -> ::String
|
#model_arn ⇒ ::String
495 |
# File 'sig/client.rbs', line 495
def model_arn: () -> ::String
|
#model_name ⇒ ::String
494 |
# File 'sig/client.rbs', line 494
def model_name: () -> ::String
|
#promote_mode ⇒ "MANAGED", "MANUAL"
500 |
# File 'sig/client.rbs', line 500
def promote_mode: () -> ("MANAGED" | "MANUAL")
|
#retraining_frequency ⇒ ::String
497 |
# File 'sig/client.rbs', line 497
def retraining_frequency: () -> ::String
|
#retraining_start_date ⇒ ::Time
496 |
# File 'sig/client.rbs', line 496
def retraining_start_date: () -> ::Time
|
#status ⇒ "PENDING", ...
499 |
# File 'sig/client.rbs', line 499
def status: () -> ("PENDING" | "RUNNING" | "STOPPING" | "STOPPED")
|
#updated_at ⇒ ::Time
502 |
# File 'sig/client.rbs', line 502
def updated_at: () -> ::Time
|