@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSolutionVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateSolutionVersionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateSolutionVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSolutionArn()
The Amazon Resource Name (ARN) of the solution containing the training configuration information.
|
String |
getTrainingMode()
The scope of training to be performed when creating the solution version.
|
int |
hashCode() |
void |
setSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution containing the training configuration information.
|
void |
setTrainingMode(String trainingMode)
The scope of training to be performed when creating the solution version.
|
String |
toString()
Returns a string representation of this object.
|
CreateSolutionVersionRequest |
withSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution containing the training configuration information.
|
CreateSolutionVersionRequest |
withTrainingMode(String trainingMode)
The scope of training to be performed when creating the solution version.
|
CreateSolutionVersionRequest |
withTrainingMode(TrainingMode trainingMode)
The scope of training to be performed when creating the solution version.
|
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 setSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution containing the training configuration information.
solutionArn
- The Amazon Resource Name (ARN) of the solution containing the training configuration information.public String getSolutionArn()
The Amazon Resource Name (ARN) of the solution containing the training configuration information.
public CreateSolutionVersionRequest withSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution containing the training configuration information.
solutionArn
- The Amazon Resource Name (ARN) of the solution containing the training configuration information.public void setTrainingMode(String trainingMode)
The scope of training to be performed when creating the solution version. The FULL
option trains the
solution version based on the entirety of the input solution's training data, while the UPDATE
option processes only the data that has changed in comparison to the input solution. Choose UPDATE
when you want to incrementally update your solution version instead of creating an entirely new one.
The UPDATE
option can only be used when you already have an active solution version created from the
input solution using the FULL
option and the input solution was trained with the
native-recipe-hrnn-coldstart recipe.
trainingMode
- The scope of training to be performed when creating the solution version. The FULL
option
trains the solution version based on the entirety of the input solution's training data, while the
UPDATE
option processes only the data that has changed in comparison to the input solution.
Choose UPDATE
when you want to incrementally update your solution version instead of creating
an entirely new one.
The UPDATE
option can only be used when you already have an active solution version created
from the input solution using the FULL
option and the input solution was trained with the
native-recipe-hrnn-coldstart recipe.
TrainingMode
public String getTrainingMode()
The scope of training to be performed when creating the solution version. The FULL
option trains the
solution version based on the entirety of the input solution's training data, while the UPDATE
option processes only the data that has changed in comparison to the input solution. Choose UPDATE
when you want to incrementally update your solution version instead of creating an entirely new one.
The UPDATE
option can only be used when you already have an active solution version created from the
input solution using the FULL
option and the input solution was trained with the
native-recipe-hrnn-coldstart recipe.
FULL
option
trains the solution version based on the entirety of the input solution's training data, while the
UPDATE
option processes only the data that has changed in comparison to the input solution.
Choose UPDATE
when you want to incrementally update your solution version instead of
creating an entirely new one.
The UPDATE
option can only be used when you already have an active solution version created
from the input solution using the FULL
option and the input solution was trained with the
native-recipe-hrnn-coldstart recipe.
TrainingMode
public CreateSolutionVersionRequest withTrainingMode(String trainingMode)
The scope of training to be performed when creating the solution version. The FULL
option trains the
solution version based on the entirety of the input solution's training data, while the UPDATE
option processes only the data that has changed in comparison to the input solution. Choose UPDATE
when you want to incrementally update your solution version instead of creating an entirely new one.
The UPDATE
option can only be used when you already have an active solution version created from the
input solution using the FULL
option and the input solution was trained with the
native-recipe-hrnn-coldstart recipe.
trainingMode
- The scope of training to be performed when creating the solution version. The FULL
option
trains the solution version based on the entirety of the input solution's training data, while the
UPDATE
option processes only the data that has changed in comparison to the input solution.
Choose UPDATE
when you want to incrementally update your solution version instead of creating
an entirely new one.
The UPDATE
option can only be used when you already have an active solution version created
from the input solution using the FULL
option and the input solution was trained with the
native-recipe-hrnn-coldstart recipe.
TrainingMode
public CreateSolutionVersionRequest withTrainingMode(TrainingMode trainingMode)
The scope of training to be performed when creating the solution version. The FULL
option trains the
solution version based on the entirety of the input solution's training data, while the UPDATE
option processes only the data that has changed in comparison to the input solution. Choose UPDATE
when you want to incrementally update your solution version instead of creating an entirely new one.
The UPDATE
option can only be used when you already have an active solution version created from the
input solution using the FULL
option and the input solution was trained with the
native-recipe-hrnn-coldstart recipe.
trainingMode
- The scope of training to be performed when creating the solution version. The FULL
option
trains the solution version based on the entirety of the input solution's training data, while the
UPDATE
option processes only the data that has changed in comparison to the input solution.
Choose UPDATE
when you want to incrementally update your solution version instead of creating
an entirely new one.
The UPDATE
option can only be used when you already have an active solution version created
from the input solution using the FULL
option and the input solution was trained with the
native-recipe-hrnn-coldstart recipe.
TrainingMode
public String toString()
toString
in class Object
Object.toString()
public CreateSolutionVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.