public static interface CreateDatasetRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<CreateDatasetRequest.Builder,CreateDatasetRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDatasetRequest.Builder flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel of the flywheel to receive the data.
flywheelArn - The Amazon Resource Number (ARN) of the flywheel of the flywheel to receive the data.CreateDatasetRequest.Builder datasetName(String datasetName)
Name of the dataset.
datasetName - Name of the dataset.CreateDatasetRequest.Builder datasetType(String datasetType)
The dataset type. You can specify that the data in a dataset is for training the model or for testing the model.
datasetType - The dataset type. You can specify that the data in a dataset is for training the model or for testing
the model.DatasetType,
DatasetTypeCreateDatasetRequest.Builder datasetType(DatasetType datasetType)
The dataset type. You can specify that the data in a dataset is for training the model or for testing the model.
datasetType - The dataset type. You can specify that the data in a dataset is for training the model or for testing
the model.DatasetType,
DatasetTypeCreateDatasetRequest.Builder description(String description)
Description of the dataset.
description - Description of the dataset.CreateDatasetRequest.Builder inputDataConfig(DatasetInputDataConfig inputDataConfig)
Information about the input data configuration. The type of input data varies based on the format of the input and whether the data is for a classifier model or an entity recognition model.
inputDataConfig - Information about the input data configuration. The type of input data varies based on the format of
the input and whether the data is for a classifier model or an entity recognition model.default CreateDatasetRequest.Builder inputDataConfig(Consumer<DatasetInputDataConfig.Builder> inputDataConfig)
Information about the input data configuration. The type of input data varies based on the format of the input and whether the data is for a classifier model or an entity recognition model.
This is a convenience method that creates an instance of theDatasetInputDataConfig.Builder avoiding
the need to create one manually via DatasetInputDataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to inputDataConfig(DatasetInputDataConfig).
inputDataConfig - a consumer that will call methods on DatasetInputDataConfig.BuilderinputDataConfig(DatasetInputDataConfig)CreateDatasetRequest.Builder clientRequestToken(String clientRequestToken)
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
clientRequestToken - A unique identifier for the request. If you don't set the client request token, Amazon Comprehend
generates one.CreateDatasetRequest.Builder tags(Collection<Tag> tags)
Tags for the dataset.
tags - Tags for the dataset.CreateDatasetRequest.Builder tags(Tag... tags)
Tags for the dataset.
tags - Tags for the dataset.CreateDatasetRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags for the dataset.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateDatasetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDatasetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.