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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #datasets(List) .datasets - a consumer that will call methods on List.Builder #datasets(List) DistributeDatasetEntriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDistributeDatasetEntriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.