Class RetrainingSchedulerSummary
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutequipment.model.RetrainingSchedulerSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RetrainingSchedulerSummary.Builder,RetrainingSchedulerSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRetrainingSchedulerSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RetrainingSchedulerSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlookbackWindow()The number of past days of data used for retraining.StringmodelArn()The ARN of the model that the retraining scheduler is attached to.StringmodelName()The name of the model that the retraining scheduler is attached to.StringretrainingFrequency()The frequency at which the model retraining is set.InstantretrainingStartDate()The start date for the retraining scheduler.List<SdkField<?>>sdkFields()static Class<? extends RetrainingSchedulerSummary.Builder>serializableBuilderClass()RetrainingSchedulerStatusstatus()The status of the retraining scheduler.StringstatusAsString()The status of the retraining scheduler.RetrainingSchedulerSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
modelName
public final String modelName()
The name of the model that the retraining scheduler is attached to.
- Returns:
- The name of the model that the retraining scheduler is attached to.
-
modelArn
public final String modelArn()
The ARN of the model that the retraining scheduler is attached to.
- Returns:
- The ARN of the model that the retraining scheduler is attached to.
-
status
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,
statuswill returnRetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the retraining scheduler.
- See Also:
RetrainingSchedulerStatus
-
statusAsString
public 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,
statuswill returnRetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the retraining scheduler.
- See Also:
RetrainingSchedulerStatus
-
retrainingStartDate
public final Instant retrainingStartDate()
The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.
- Returns:
- The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.
-
retrainingFrequency
public final String retrainingFrequency()
The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.
- Returns:
- The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.
-
lookbackWindow
public final String lookbackWindow()
The number of past days of data used for retraining.
- Returns:
- The number of past days of data used for retraining.
-
toBuilder
public RetrainingSchedulerSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RetrainingSchedulerSummary.Builder,RetrainingSchedulerSummary>
-
builder
public static RetrainingSchedulerSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends RetrainingSchedulerSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-