public static interface DescribeDatasetRequest.Builder extends LookoutVisionRequest.Builder, SdkPojo, CopyableBuilder<DescribeDatasetRequest.Builder,DescribeDatasetRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDatasetRequest.Builder |
datasetType(String datasetType)
The type of the dataset to describe.
|
DescribeDatasetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDatasetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeDatasetRequest.Builder |
projectName(String projectName)
The name of the project that contains the dataset that you want to describe.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDatasetRequest.Builder projectName(String projectName)
The name of the project that contains the dataset that you want to describe.
projectName - The name of the project that contains the dataset that you want to describe.DescribeDatasetRequest.Builder datasetType(String datasetType)
The type of the dataset to describe. Specify train to describe the training dataset. Specify
test to describe the test dataset. If you have a single dataset project, specify
train
datasetType - The type of the dataset to describe. Specify train to describe the training dataset.
Specify test to describe the test dataset. If you have a single dataset project, specify
trainDescribeDatasetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDatasetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.