@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRetrainingSchedulerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRetrainingSchedulerRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRetrainingSchedulerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLookbackWindow()
The number of past days of data that will be used for retraining.
|
String |
getModelName()
The name of the model whose retraining scheduler you want to update.
|
String |
getPromoteMode()
Indicates how the service will use new models.
|
String |
getRetrainingFrequency()
This parameter uses the ISO 8601 standard to set
the frequency at which you want retraining to occur in terms of Years, Months, and/or Days (note: other
parameters like Time are not currently supported).
|
Date |
getRetrainingStartDate()
The start date for the retraining scheduler.
|
int |
hashCode() |
void |
setLookbackWindow(String lookbackWindow)
The number of past days of data that will be used for retraining.
|
void |
setModelName(String modelName)
The name of the model whose retraining scheduler you want to update.
|
void |
setPromoteMode(String promoteMode)
Indicates how the service will use new models.
|
void |
setRetrainingFrequency(String retrainingFrequency)
This parameter uses the ISO 8601 standard to set
the frequency at which you want retraining to occur in terms of Years, Months, and/or Days (note: other
parameters like Time are not currently supported).
|
void |
setRetrainingStartDate(Date retrainingStartDate)
The start date for the retraining scheduler.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRetrainingSchedulerRequest |
withLookbackWindow(String lookbackWindow)
The number of past days of data that will be used for retraining.
|
UpdateRetrainingSchedulerRequest |
withModelName(String modelName)
The name of the model whose retraining scheduler you want to update.
|
UpdateRetrainingSchedulerRequest |
withPromoteMode(ModelPromoteMode promoteMode)
Indicates how the service will use new models.
|
UpdateRetrainingSchedulerRequest |
withPromoteMode(String promoteMode)
Indicates how the service will use new models.
|
UpdateRetrainingSchedulerRequest |
withRetrainingFrequency(String retrainingFrequency)
This parameter uses the ISO 8601 standard to set
the frequency at which you want retraining to occur in terms of Years, Months, and/or Days (note: other
parameters like Time are not currently supported).
|
UpdateRetrainingSchedulerRequest |
withRetrainingStartDate(Date retrainingStartDate)
The start date for the retraining scheduler.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setModelName(String modelName)
The name of the model whose retraining scheduler you want to update.
modelName
- The name of the model whose retraining scheduler you want to update.public String getModelName()
The name of the model whose retraining scheduler you want to update.
public UpdateRetrainingSchedulerRequest withModelName(String modelName)
The name of the model whose retraining scheduler you want to update.
modelName
- The name of the model whose retraining scheduler you want to update.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 UpdateRetrainingSchedulerRequest 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)
This parameter uses the ISO 8601 standard to set the frequency at which you want retraining to occur in terms of Years, Months, and/or Days (note: other parameters like Time are not currently supported). The minimum value is 30 days (P30D) and the maximum value is 1 year (P1Y). For example, the following values are valid:
P3M15D – Every 3 months and 15 days
P2M – Every 2 months
P150D – Every 150 days
retrainingFrequency
- This parameter uses the ISO 8601 standard
to set the frequency at which you want retraining to occur in terms of Years, Months, and/or Days (note:
other parameters like Time are not currently supported). The minimum value is 30 days (P30D) and the
maximum value is 1 year (P1Y). For example, the following values are valid:
P3M15D – Every 3 months and 15 days
P2M – Every 2 months
P150D – Every 150 days
public String getRetrainingFrequency()
This parameter uses the ISO 8601 standard to set the frequency at which you want retraining to occur in terms of Years, Months, and/or Days (note: other parameters like Time are not currently supported). The minimum value is 30 days (P30D) and the maximum value is 1 year (P1Y). For example, the following values are valid:
P3M15D – Every 3 months and 15 days
P2M – Every 2 months
P150D – Every 150 days
P3M15D – Every 3 months and 15 days
P2M – Every 2 months
P150D – Every 150 days
public UpdateRetrainingSchedulerRequest withRetrainingFrequency(String retrainingFrequency)
This parameter uses the ISO 8601 standard to set the frequency at which you want retraining to occur in terms of Years, Months, and/or Days (note: other parameters like Time are not currently supported). The minimum value is 30 days (P30D) and the maximum value is 1 year (P1Y). For example, the following values are valid:
P3M15D – Every 3 months and 15 days
P2M – Every 2 months
P150D – Every 150 days
retrainingFrequency
- This parameter uses the ISO 8601 standard
to set the frequency at which you want retraining to occur in terms of Years, Months, and/or Days (note:
other parameters like Time are not currently supported). The minimum value is 30 days (P30D) and the
maximum value is 1 year (P1Y). For example, the following values are valid:
P3M15D – Every 3 months and 15 days
P2M – Every 2 months
P150D – Every 150 days
public void setLookbackWindow(String lookbackWindow)
The number of past days of data that will be used for retraining.
lookbackWindow
- The number of past days of data that will be used for retraining.public String getLookbackWindow()
The number of past days of data that will be used for retraining.
public UpdateRetrainingSchedulerRequest withLookbackWindow(String lookbackWindow)
The number of past days of data that will be used for retraining.
lookbackWindow
- The number of past days of data that will be used for retraining.public void setPromoteMode(String promoteMode)
Indicates how the service will use new models. In MANAGED
mode, new models will automatically be
used for inference if they have better performance than the current model. In MANUAL
mode, the new
models will not be used until
they are manually activated.
promoteMode
- Indicates how the service will use new models. In MANAGED
mode, new models will automatically
be used for inference if they have better performance than the current model. In MANUAL
mode,
the new models will not be used until
they are manually activated.ModelPromoteMode
public String getPromoteMode()
Indicates how the service will use new models. In MANAGED
mode, new models will automatically be
used for inference if they have better performance than the current model. In MANUAL
mode, the new
models will not be used until
they are manually activated.
MANAGED
mode, new models will
automatically be used for inference if they have better performance than the current model. In
MANUAL
mode, the new models will not be used until they are manually activated.ModelPromoteMode
public UpdateRetrainingSchedulerRequest withPromoteMode(String promoteMode)
Indicates how the service will use new models. In MANAGED
mode, new models will automatically be
used for inference if they have better performance than the current model. In MANUAL
mode, the new
models will not be used until
they are manually activated.
promoteMode
- Indicates how the service will use new models. In MANAGED
mode, new models will automatically
be used for inference if they have better performance than the current model. In MANUAL
mode,
the new models will not be used until
they are manually activated.ModelPromoteMode
public UpdateRetrainingSchedulerRequest withPromoteMode(ModelPromoteMode promoteMode)
Indicates how the service will use new models. In MANAGED
mode, new models will automatically be
used for inference if they have better performance than the current model. In MANUAL
mode, the new
models will not be used until
they are manually activated.
promoteMode
- Indicates how the service will use new models. In MANAGED
mode, new models will automatically
be used for inference if they have better performance than the current model. In MANUAL
mode,
the new models will not be used until
they are manually activated.ModelPromoteMode
public String toString()
toString
in class Object
Object.toString()
public UpdateRetrainingSchedulerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()