static CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.builder() |
|
default CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.featureConfig(Consumer<CustomizationFeatureConfig.Builder> featureConfig) |
Feature-specific configuration of the training job.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.featureConfig(CustomizationFeatureConfig featureConfig) |
Feature-specific configuration of the training job.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.kmsKeyId(String kmsKeyId) |
The identifier for your AWS Key Management Service key (AWS KMS key).
|
default CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig) |
The Amazon S3 bucket location to store the results of training.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.outputConfig(OutputConfig outputConfig) |
The Amazon S3 bucket location to store the results of training.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.projectArn(String projectArn) |
The ARN of the Amazon Rekognition project that will manage the project version you want to train.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.tags(Map<String,String> tags) |
A set of tags (key-value pairs) that you want to attach to the project version.
|
default CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.testingData(Consumer<TestingData.Builder> testingData) |
Specifies an external manifest that the service uses to test the project version.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.testingData(TestingData testingData) |
Specifies an external manifest that the service uses to test the project version.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.toBuilder() |
|
default CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.trainingData(Consumer<TrainingData.Builder> trainingData) |
Specifies an external manifest that the services uses to train the project version.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.trainingData(TrainingData trainingData) |
Specifies an external manifest that the services uses to train the project version.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.versionDescription(String versionDescription) |
A description applied to the project version being created.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.versionName(String versionName) |
A name for the version of the project version.
|