public static interface StartMlLabelingSetGenerationTaskRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<StartMlLabelingSetGenerationTaskRunRequest.Builder,StartMlLabelingSetGenerationTaskRunRequest>
Modifier and Type | Method and Description |
---|---|
StartMlLabelingSetGenerationTaskRunRequest.Builder |
outputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.
|
StartMlLabelingSetGenerationTaskRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMlLabelingSetGenerationTaskRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartMlLabelingSetGenerationTaskRunRequest.Builder |
transformId(String transformId)
The unique identifier of the machine learning transform.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
StartMlLabelingSetGenerationTaskRunRequest.Builder transformId(String transformId)
The unique identifier of the machine learning transform.
transformId
- The unique identifier of the machine learning transform.StartMlLabelingSetGenerationTaskRunRequest.Builder outputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.
outputS3Path
- The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.StartMlLabelingSetGenerationTaskRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
StartMlLabelingSetGenerationTaskRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.