@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRetrainingSchedulerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRetrainingSchedulerResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRetrainingSchedulerResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
Indicates the time and date at which the retraining scheduler was created.
|
String |
getLookbackWindow()
The number of past days of data used for retraining.
|
String |
getModelArn()
The ARN of the model that the retraining scheduler is attached to.
|
String |
getModelName()
The name of the model that the retraining scheduler is attached to.
|
String |
getPromoteMode()
Indicates how the service uses new models.
|
String |
getRetrainingFrequency()
The frequency at which the model retraining is set.
|
Date |
getRetrainingStartDate()
The start date for the retraining scheduler.
|
String |
getStatus()
The status of the retraining scheduler.
|
Date |
getUpdatedAt()
Indicates the time and date at which the retraining scheduler was updated.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
Indicates the time and date at which the retraining scheduler was created.
|
void |
setLookbackWindow(String lookbackWindow)
The number of past days of data used for retraining.
|
void |
setModelArn(String modelArn)
The ARN of the model that the retraining scheduler is attached to.
|
void |
setModelName(String modelName)
The name of the model that the retraining scheduler is attached to.
|
void |
setPromoteMode(String promoteMode)
Indicates how the service uses new models.
|
void |
setRetrainingFrequency(String retrainingFrequency)
The frequency at which the model retraining is set.
|
void |
setRetrainingStartDate(Date retrainingStartDate)
The start date for the retraining scheduler.
|
void |
setStatus(String status)
The status of the retraining scheduler.
|
void |
setUpdatedAt(Date updatedAt)
Indicates the time and date at which the retraining scheduler was updated.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRetrainingSchedulerResult |
withCreatedAt(Date createdAt)
Indicates the time and date at which the retraining scheduler was created.
|
DescribeRetrainingSchedulerResult |
withLookbackWindow(String lookbackWindow)
The number of past days of data used for retraining.
|
DescribeRetrainingSchedulerResult |
withModelArn(String modelArn)
The ARN of the model that the retraining scheduler is attached to.
|
DescribeRetrainingSchedulerResult |
withModelName(String modelName)
The name of the model that the retraining scheduler is attached to.
|
DescribeRetrainingSchedulerResult |
withPromoteMode(ModelPromoteMode promoteMode)
Indicates how the service uses new models.
|
DescribeRetrainingSchedulerResult |
withPromoteMode(String promoteMode)
Indicates how the service uses new models.
|
DescribeRetrainingSchedulerResult |
withRetrainingFrequency(String retrainingFrequency)
The frequency at which the model retraining is set.
|
DescribeRetrainingSchedulerResult |
withRetrainingStartDate(Date retrainingStartDate)
The start date for the retraining scheduler.
|
DescribeRetrainingSchedulerResult |
withStatus(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
|
DescribeRetrainingSchedulerResult |
withStatus(String status)
The status of the retraining scheduler.
|
DescribeRetrainingSchedulerResult |
withUpdatedAt(Date updatedAt)
Indicates the time and date at which the retraining scheduler was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelName(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.public String getModelName()
The name of the model that the retraining scheduler is attached to.
public DescribeRetrainingSchedulerResult withModelName(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.public void setModelArn(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.public String getModelArn()
The ARN of the model that the retraining scheduler is attached to.
public DescribeRetrainingSchedulerResult withModelArn(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.public void setRetrainingStartDate(Date 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.public Date getRetrainingStartDate()
The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.
public DescribeRetrainingSchedulerResult withRetrainingStartDate(Date 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.public void setRetrainingFrequency(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.public String getRetrainingFrequency()
The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.
public DescribeRetrainingSchedulerResult withRetrainingFrequency(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.public void setLookbackWindow(String lookbackWindow)
The number of past days of data used for retraining.
lookbackWindow
- The number of past days of data used for retraining.public String getLookbackWindow()
The number of past days of data used for retraining.
public DescribeRetrainingSchedulerResult withLookbackWindow(String lookbackWindow)
The number of past days of data used for retraining.
lookbackWindow
- The number of past days of data used for retraining.public void setStatus(String status)
The status of the retraining scheduler.
status
- The status of the retraining scheduler.RetrainingSchedulerStatus
public String getStatus()
The status of the retraining scheduler.
RetrainingSchedulerStatus
public DescribeRetrainingSchedulerResult withStatus(String status)
The status of the retraining scheduler.
status
- The status of the retraining scheduler.RetrainingSchedulerStatus
public DescribeRetrainingSchedulerResult withStatus(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
status
- The status of the retraining scheduler.RetrainingSchedulerStatus
public void setPromoteMode(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
public String getPromoteMode()
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.
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
public DescribeRetrainingSchedulerResult withPromoteMode(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
public DescribeRetrainingSchedulerResult withPromoteMode(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
public void setCreatedAt(Date 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.public Date getCreatedAt()
Indicates the time and date at which the retraining scheduler was created.
public DescribeRetrainingSchedulerResult withCreatedAt(Date 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.public void setUpdatedAt(Date 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.public Date getUpdatedAt()
Indicates the time and date at which the retraining scheduler was updated.
public DescribeRetrainingSchedulerResult withUpdatedAt(Date 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.public String toString()
toString
in class Object
Object.toString()
public DescribeRetrainingSchedulerResult clone()