public static interface DistributeDatasetEntriesRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<DistributeDatasetEntriesRequest.Builder,DistributeDatasetEntriesRequest>
| Modifier and Type | Method and Description |
|---|---|
DistributeDatasetEntriesRequest.Builder |
datasets(Collection<DistributeDataset> datasets)
The ARNS for the training dataset and test dataset that you want to use.
|
DistributeDatasetEntriesRequest.Builder |
datasets(Consumer<DistributeDataset.Builder>... datasets)
The ARNS for the training dataset and test dataset that you want to use.
|
DistributeDatasetEntriesRequest.Builder |
datasets(DistributeDataset... datasets)
The ARNS for the training dataset and test dataset that you want to use.
|
DistributeDatasetEntriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DistributeDatasetEntriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDistributeDatasetEntriesRequest.Builder datasets(Collection<DistributeDataset> datasets)
The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the same project. The test dataset must be empty.
datasets - The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to
the same project. The test dataset must be empty.DistributeDatasetEntriesRequest.Builder datasets(DistributeDataset... datasets)
The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the same project. The test dataset must be empty.
datasets - The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to
the same project. The test dataset must be empty.DistributeDatasetEntriesRequest.Builder datasets(Consumer<DistributeDataset.Builder>... datasets)
The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the same project. The test dataset must be empty.
This is a convenience method that creates an instance of theDistributeDataset.Builder avoiding the need to
create one manually via DistributeDataset.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #datasets(List.
datasets - a consumer that will call methods on
DistributeDataset.Builder#datasets(java.util.Collection) DistributeDatasetEntriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDistributeDatasetEntriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.