@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRetrainingSchedulerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateRetrainingSchedulerRequest() |
Modifier and Type | Method and Description |
---|---|
CreateRetrainingSchedulerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique identifier for the request.
|
String |
getLookbackWindow()
The number of past days of data that will be used for retraining.
|
String |
getModelName()
The name of the model to add the retraining scheduler to.
|
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 |
setClientToken(String clientToken)
A unique identifier for the request.
|
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 to add the retraining scheduler to.
|
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.
|
CreateRetrainingSchedulerRequest |
withClientToken(String clientToken)
A unique identifier for the request.
|
CreateRetrainingSchedulerRequest |
withLookbackWindow(String lookbackWindow)
The number of past days of data that will be used for retraining.
|
CreateRetrainingSchedulerRequest |
withModelName(String modelName)
The name of the model to add the retraining scheduler to.
|
CreateRetrainingSchedulerRequest |
withPromoteMode(ModelPromoteMode promoteMode)
Indicates how the service will use new models.
|
CreateRetrainingSchedulerRequest |
withPromoteMode(String promoteMode)
Indicates how the service will use new models.
|
CreateRetrainingSchedulerRequest |
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).
|
CreateRetrainingSchedulerRequest |
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 to add the retraining scheduler to.
modelName
- The name of the model to add the retraining scheduler to.public String getModelName()
The name of the model to add the retraining scheduler to.
public CreateRetrainingSchedulerRequest withModelName(String modelName)
The name of the model to add the retraining scheduler to.
modelName
- The name of the model to add the retraining scheduler 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 CreateRetrainingSchedulerRequest 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 CreateRetrainingSchedulerRequest 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 CreateRetrainingSchedulerRequest 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 CreateRetrainingSchedulerRequest 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 CreateRetrainingSchedulerRequest 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 void setClientToken(String clientToken)
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
clientToken
- A unique identifier for the request. If you do not set the client request token, Amazon Lookout for
Equipment generates one.public String getClientToken()
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
public CreateRetrainingSchedulerRequest withClientToken(String clientToken)
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
clientToken
- A unique identifier for the request. If you do not set the client request token, Amazon Lookout for
Equipment generates one.public String toString()
toString
in class Object
Object.toString()
public CreateRetrainingSchedulerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()