Class DescribeRetrainingSchedulerResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse
-
- software.amazon.awssdk.services.lookoutequipment.model.DescribeRetrainingSchedulerResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeRetrainingSchedulerResponse.Builder,DescribeRetrainingSchedulerResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeRetrainingSchedulerResponse extends LookoutEquipmentResponse implements ToCopyableBuilder<DescribeRetrainingSchedulerResponse.Builder,DescribeRetrainingSchedulerResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeRetrainingSchedulerResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeRetrainingSchedulerResponse.Builderbuilder()InstantcreatedAt()Indicates the time and date at which the retraining scheduler was created.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.ModelPromoteModepromoteMode()Indicates how the service uses new models.StringpromoteModeAsString()Indicates how the service uses new models.StringretrainingFrequency()The frequency at which the model retraining is set.InstantretrainingStartDate()The start date for the retraining scheduler.List<SdkField<?>>sdkFields()static Class<? extends DescribeRetrainingSchedulerResponse.Builder>serializableBuilderClass()RetrainingSchedulerStatusstatus()The status of the retraining scheduler.StringstatusAsString()The status of the retraining scheduler.DescribeRetrainingSchedulerResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()Indicates the time and date at which the retraining scheduler was updated.-
Methods inherited from class software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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.
-
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.
-
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
-
promoteMode
public final ModelPromoteMode promoteMode()
Indicates how the service uses new models. In
MANAGEDmode, new models are used for inference if they have better performance than the current model. InMANUALmode, the new models are not used until they are manually activated.If the service returns an enum value that is not available in the current SDK version,
promoteModewill returnModelPromoteMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompromoteModeAsString().- Returns:
- Indicates how the service uses new models. In
MANAGEDmode, new models are used for inference if they have better performance than the current model. InMANUALmode, the new models are not used until they are manually activated. - See Also:
ModelPromoteMode
-
promoteModeAsString
public final String promoteModeAsString()
Indicates how the service uses new models. In
MANAGEDmode, new models are used for inference if they have better performance than the current model. InMANUALmode, the new models are not used until they are manually activated.If the service returns an enum value that is not available in the current SDK version,
promoteModewill returnModelPromoteMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompromoteModeAsString().- Returns:
- Indicates how the service uses new models. In
MANAGEDmode, new models are used for inference if they have better performance than the current model. InMANUALmode, the new models are not used until they are manually activated. - See Also:
ModelPromoteMode
-
createdAt
public final Instant createdAt()
Indicates the time and date at which the retraining scheduler was created.
- Returns:
- Indicates the time and date at which the retraining scheduler was created.
-
updatedAt
public final Instant updatedAt()
Indicates the time and date at which the retraining scheduler was updated.
- Returns:
- Indicates the time and date at which the retraining scheduler was updated.
-
toBuilder
public DescribeRetrainingSchedulerResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeRetrainingSchedulerResponse.Builder,DescribeRetrainingSchedulerResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeRetrainingSchedulerResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeRetrainingSchedulerResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-