@Generated(value="software.amazon.awssdk:codegen") public final class CreateSolutionVersionRequest extends PersonalizeRequest implements ToCopyableBuilder<CreateSolutionVersionRequest.Builder,CreateSolutionVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateSolutionVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateSolutionVersionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateSolutionVersionRequest.Builder> |
serializableBuilderClass() |
String |
solutionArn()
The Amazon Resource Name (ARN) of the solution containing the training configuration information.
|
CreateSolutionVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrainingMode |
trainingMode()
The scope of training to be performed when creating the solution version.
|
String |
trainingModeAsString()
The scope of training to be performed when creating the solution version.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String solutionArn()
The Amazon Resource Name (ARN) of the solution containing the training configuration information.
public final 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 User-Personalization recipe or the HRNN-Coldstart
recipe.
If the service returns an enum value that is not available in the current SDK version, trainingMode will
return TrainingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
trainingModeAsString().
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
User-Personalization recipe or the HRNN-Coldstart recipe.
TrainingModepublic final String trainingModeAsString()
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 User-Personalization recipe or the HRNN-Coldstart
recipe.
If the service returns an enum value that is not available in the current SDK version, trainingMode will
return TrainingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
trainingModeAsString().
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
User-Personalization recipe or the HRNN-Coldstart recipe.
TrainingModepublic CreateSolutionVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateSolutionVersionRequest.Builder,CreateSolutionVersionRequest>toBuilder in class PersonalizeRequestpublic static CreateSolutionVersionRequest.Builder builder()
public static Class<? extends CreateSolutionVersionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.