public static interface UpdateDatasetEntriesRequest.Builder extends LookoutVisionRequest.Builder, SdkPojo, CopyableBuilder<UpdateDatasetEntriesRequest.Builder,UpdateDatasetEntriesRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDatasetEntriesRequest.Builder |
changes(SdkBytes changes)
The entries to add to the dataset.
|
UpdateDatasetEntriesRequest.Builder |
clientToken(String clientToken)
ClientToken is an idempotency token that ensures a call to
UpdateDatasetEntries completes only
once. |
UpdateDatasetEntriesRequest.Builder |
datasetType(String datasetType)
The type of the dataset that you want to update.
|
UpdateDatasetEntriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDatasetEntriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDatasetEntriesRequest.Builder |
projectName(String projectName)
The name of the project that contains the dataset that you want to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDatasetEntriesRequest.Builder projectName(String projectName)
The name of the project that contains the dataset that you want to update.
projectName - The name of the project that contains the dataset that you want to update.UpdateDatasetEntriesRequest.Builder datasetType(String datasetType)
The type of the dataset that you want to update. Specify train to update the training dataset.
Specify test to update the test dataset. If you have a single dataset project, specify
train.
datasetType - The type of the dataset that you want to update. Specify train to update the training
dataset. Specify test to update the test dataset. If you have a single dataset project,
specify train.UpdateDatasetEntriesRequest.Builder changes(SdkBytes changes)
The entries to add to the dataset.
changes - The entries to add to the dataset.UpdateDatasetEntriesRequest.Builder clientToken(String clientToken)
ClientToken is an idempotency token that ensures a call to UpdateDatasetEntries completes only
once. You choose the value to pass. For example, An issue, such as an network outage, might prevent you from
getting a response from UpdateDatasetEntries. In this case, safely retry your call to
UpdateDatasetEntries by using the same ClientToken parameter value. An error occurs
if the other input parameters are not the same as in the first request. Using a different value for
ClientToken is considered a new call to UpdateDatasetEntries. An idempotency token
is active for 8 hours.
clientToken - ClientToken is an idempotency token that ensures a call to UpdateDatasetEntries completes
only once. You choose the value to pass. For example, An issue, such as an network outage, might
prevent you from getting a response from UpdateDatasetEntries. In this case, safely retry
your call to UpdateDatasetEntries by using the same ClientToken parameter
value. An error occurs if the other input parameters are not the same as in the first request. Using a
different value for ClientToken is considered a new call to
UpdateDatasetEntries. An idempotency token is active for 8 hours.UpdateDatasetEntriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDatasetEntriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.