@Generated(value="software.amazon.awssdk:codegen") public final class RetrainingSchedulerSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RetrainingSchedulerSummary.Builder,RetrainingSchedulerSummary>
Provides information about the specified retraining scheduler, including model name, status, start date, frequency, and lookback window.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RetrainingSchedulerSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RetrainingSchedulerSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lookbackWindow()
The number of past days of data used for retraining.
|
String |
modelArn()
The ARN of the model that the retraining scheduler is attached to.
|
String |
modelName()
The name of the model that the retraining scheduler is attached to.
|
String |
retrainingFrequency()
The frequency at which the model retraining is set.
|
Instant |
retrainingStartDate()
The start date for the retraining scheduler.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RetrainingSchedulerSummary.Builder> |
serializableBuilderClass() |
RetrainingSchedulerStatus |
status()
The status of the retraining scheduler.
|
String |
statusAsString()
The status of the retraining scheduler.
|
RetrainingSchedulerSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelName()
The name of the model that the retraining scheduler is attached to.
public final String modelArn()
The ARN of the model that the retraining scheduler is attached to.
public final RetrainingSchedulerStatus status()
The status of the retraining scheduler.
If the service returns an enum value that is not available in the current SDK version, status will
return RetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
RetrainingSchedulerStatuspublic final String statusAsString()
The status of the retraining scheduler.
If the service returns an enum value that is not available in the current SDK version, status will
return RetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
RetrainingSchedulerStatuspublic final Instant retrainingStartDate()
The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.
public final String retrainingFrequency()
The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.
public final String lookbackWindow()
The number of past days of data used for retraining.
public RetrainingSchedulerSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RetrainingSchedulerSummary.Builder,RetrainingSchedulerSummary>public static RetrainingSchedulerSummary.Builder builder()
public static Class<? extends RetrainingSchedulerSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.