public static interface DescribeRetrainingSchedulerResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<DescribeRetrainingSchedulerResponse.Builder,DescribeRetrainingSchedulerResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRetrainingSchedulerResponse.Builder |
createdAt(Instant createdAt)
Indicates the time and date at which the retraining scheduler was created.
|
DescribeRetrainingSchedulerResponse.Builder |
lookbackWindow(String lookbackWindow)
The number of past days of data used for retraining.
|
DescribeRetrainingSchedulerResponse.Builder |
modelArn(String modelArn)
The ARN of the model that the retraining scheduler is attached to.
|
DescribeRetrainingSchedulerResponse.Builder |
modelName(String modelName)
The name of the model that the retraining scheduler is attached to.
|
DescribeRetrainingSchedulerResponse.Builder |
promoteMode(ModelPromoteMode promoteMode)
Indicates how the service uses new models.
|
DescribeRetrainingSchedulerResponse.Builder |
promoteMode(String promoteMode)
Indicates how the service uses new models.
|
DescribeRetrainingSchedulerResponse.Builder |
retrainingFrequency(String retrainingFrequency)
The frequency at which the model retraining is set.
|
DescribeRetrainingSchedulerResponse.Builder |
retrainingStartDate(Instant retrainingStartDate)
The start date for the retraining scheduler.
|
DescribeRetrainingSchedulerResponse.Builder |
status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
|
DescribeRetrainingSchedulerResponse.Builder |
status(String status)
The status of the retraining scheduler.
|
DescribeRetrainingSchedulerResponse.Builder |
updatedAt(Instant updatedAt)
Indicates the time and date at which the retraining scheduler was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRetrainingSchedulerResponse.Builder modelName(String modelName)
The name of the model that the retraining scheduler is attached to.
modelName - The name of the model that the retraining scheduler is attached to.DescribeRetrainingSchedulerResponse.Builder modelArn(String modelArn)
The ARN of the model that the retraining scheduler is attached to.
modelArn - The ARN of the model that the retraining scheduler is attached to.DescribeRetrainingSchedulerResponse.Builder retrainingStartDate(Instant retrainingStartDate)
The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.
retrainingStartDate - The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to
the nearest UTC day.DescribeRetrainingSchedulerResponse.Builder retrainingFrequency(String retrainingFrequency)
The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.
retrainingFrequency - The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.DescribeRetrainingSchedulerResponse.Builder lookbackWindow(String lookbackWindow)
The number of past days of data used for retraining.
lookbackWindow - The number of past days of data used for retraining.DescribeRetrainingSchedulerResponse.Builder status(String status)
The status of the retraining scheduler.
status - The status of the retraining scheduler.RetrainingSchedulerStatus,
RetrainingSchedulerStatusDescribeRetrainingSchedulerResponse.Builder status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
status - The status of the retraining scheduler.RetrainingSchedulerStatus,
RetrainingSchedulerStatusDescribeRetrainingSchedulerResponse.Builder promoteMode(String promoteMode)
Indicates how the service uses new models. In MANAGED mode, new models are used for inference if
they have better performance than the current model. In MANUAL mode, the new models are not used
until they are manually activated.
promoteMode - Indicates how the service uses new models. In MANAGED mode, new models are used for
inference if they have better performance than the current model. In MANUAL mode, the new
models are not used until they are manually activated.ModelPromoteMode,
ModelPromoteModeDescribeRetrainingSchedulerResponse.Builder promoteMode(ModelPromoteMode promoteMode)
Indicates how the service uses new models. In MANAGED mode, new models are used for inference if
they have better performance than the current model. In MANUAL mode, the new models are not used
until they are manually activated.
promoteMode - Indicates how the service uses new models. In MANAGED mode, new models are used for
inference if they have better performance than the current model. In MANUAL mode, the new
models are not used until they are manually activated.ModelPromoteMode,
ModelPromoteModeDescribeRetrainingSchedulerResponse.Builder createdAt(Instant createdAt)
Indicates the time and date at which the retraining scheduler was created.
createdAt - Indicates the time and date at which the retraining scheduler was created.DescribeRetrainingSchedulerResponse.Builder updatedAt(Instant updatedAt)
Indicates the time and date at which the retraining scheduler was updated.
updatedAt - Indicates the time and date at which the retraining scheduler was updated.Copyright © 2023. All rights reserved.