public static interface EntityRecognizerProperties.Builder extends SdkPojo, CopyableBuilder<EntityRecognizerProperties.Builder,EntityRecognizerProperties>
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerProperties.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
EntityRecognizerProperties.Builder |
endTime(Instant endTime)
The time that the recognizer creation completed.
|
EntityRecognizerProperties.Builder |
entityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
|
EntityRecognizerProperties.Builder |
flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
default EntityRecognizerProperties.Builder |
inputDataConfig(Consumer<EntityRecognizerInputDataConfig.Builder> inputDataConfig)
The input data properties of an entity recognizer.
|
EntityRecognizerProperties.Builder |
inputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
The input data properties of an entity recognizer.
|
EntityRecognizerProperties.Builder |
languageCode(LanguageCode languageCode)
The language of the input documents.
|
EntityRecognizerProperties.Builder |
languageCode(String languageCode)
The language of the input documents.
|
EntityRecognizerProperties.Builder |
message(String message)
A description of the status of the recognizer.
|
EntityRecognizerProperties.Builder |
modelKmsKeyId(String modelKmsKeyId)
ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models.
|
default EntityRecognizerProperties.Builder |
outputDataConfig(Consumer<EntityRecognizerOutputDataConfig.Builder> outputDataConfig)
Output data configuration.
|
EntityRecognizerProperties.Builder |
outputDataConfig(EntityRecognizerOutputDataConfig outputDataConfig)
Output data configuration.
|
default EntityRecognizerProperties.Builder |
recognizerMetadata(Consumer<EntityRecognizerMetadata.Builder> recognizerMetadata)
Provides information about an entity recognizer.
|
EntityRecognizerProperties.Builder |
recognizerMetadata(EntityRecognizerMetadata recognizerMetadata)
Provides information about an entity recognizer.
|
EntityRecognizerProperties.Builder |
sourceModelArn(String sourceModelArn)
The Amazon Resource Name (ARN) of the source model.
|
EntityRecognizerProperties.Builder |
status(ModelStatus status)
Provides the status of the entity recognizer.
|
EntityRecognizerProperties.Builder |
status(String status)
Provides the status of the entity recognizer.
|
EntityRecognizerProperties.Builder |
submitTime(Instant submitTime)
The time that the recognizer was submitted for processing.
|
EntityRecognizerProperties.Builder |
trainingEndTime(Instant trainingEndTime)
The time that training of the entity recognizer was completed.
|
EntityRecognizerProperties.Builder |
trainingStartTime(Instant trainingStartTime)
The time that training of the entity recognizer started.
|
EntityRecognizerProperties.Builder |
versionName(String versionName)
The version name you assigned to the entity recognizer.
|
EntityRecognizerProperties.Builder |
volumeKmsKeyId(String volumeKmsKeyId)
ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data
on the storage volume attached to the ML compute instance(s) that process the analysis job.
|
default EntityRecognizerProperties.Builder |
vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your custom entity recognizer.
|
EntityRecognizerProperties.Builder |
vpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your custom entity recognizer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntityRecognizerProperties.Builder entityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
entityRecognizerArn - The Amazon Resource Name (ARN) that identifies the entity recognizer.EntityRecognizerProperties.Builder languageCode(String languageCode)
The language of the input documents. All documents must be in the same language. Only English ("en") is currently supported.
languageCode - The language of the input documents. All documents must be in the same language. Only English ("en")
is currently supported.LanguageCode,
LanguageCodeEntityRecognizerProperties.Builder languageCode(LanguageCode languageCode)
The language of the input documents. All documents must be in the same language. Only English ("en") is currently supported.
languageCode - The language of the input documents. All documents must be in the same language. Only English ("en")
is currently supported.LanguageCode,
LanguageCodeEntityRecognizerProperties.Builder status(String status)
Provides the status of the entity recognizer.
status - Provides the status of the entity recognizer.ModelStatus,
ModelStatusEntityRecognizerProperties.Builder status(ModelStatus status)
Provides the status of the entity recognizer.
status - Provides the status of the entity recognizer.ModelStatus,
ModelStatusEntityRecognizerProperties.Builder message(String message)
A description of the status of the recognizer.
message - A description of the status of the recognizer.EntityRecognizerProperties.Builder submitTime(Instant submitTime)
The time that the recognizer was submitted for processing.
submitTime - The time that the recognizer was submitted for processing.EntityRecognizerProperties.Builder endTime(Instant endTime)
The time that the recognizer creation completed.
endTime - The time that the recognizer creation completed.EntityRecognizerProperties.Builder trainingStartTime(Instant trainingStartTime)
The time that training of the entity recognizer started.
trainingStartTime - The time that training of the entity recognizer started.EntityRecognizerProperties.Builder trainingEndTime(Instant trainingEndTime)
The time that training of the entity recognizer was completed.
trainingEndTime - The time that training of the entity recognizer was completed.EntityRecognizerProperties.Builder inputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
The input data properties of an entity recognizer.
inputDataConfig - The input data properties of an entity recognizer.default EntityRecognizerProperties.Builder inputDataConfig(Consumer<EntityRecognizerInputDataConfig.Builder> inputDataConfig)
The input data properties of an entity recognizer.
This is a convenience method that creates an instance of theEntityRecognizerInputDataConfig.Builder
avoiding the need to create one manually via EntityRecognizerInputDataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to inputDataConfig(EntityRecognizerInputDataConfig).
inputDataConfig - a consumer that will call methods on EntityRecognizerInputDataConfig.BuilderinputDataConfig(EntityRecognizerInputDataConfig)EntityRecognizerProperties.Builder recognizerMetadata(EntityRecognizerMetadata recognizerMetadata)
Provides information about an entity recognizer.
recognizerMetadata - Provides information about an entity recognizer.default EntityRecognizerProperties.Builder recognizerMetadata(Consumer<EntityRecognizerMetadata.Builder> recognizerMetadata)
Provides information about an entity recognizer.
This is a convenience method that creates an instance of theEntityRecognizerMetadata.Builder
avoiding the need to create one manually via EntityRecognizerMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to recognizerMetadata(EntityRecognizerMetadata).
recognizerMetadata - a consumer that will call methods on EntityRecognizerMetadata.BuilderrecognizerMetadata(EntityRecognizerMetadata)EntityRecognizerProperties.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
dataAccessRoleArn - The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input
data.EntityRecognizerProperties.Builder volumeKmsKeyId(String volumeKmsKeyId)
ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job. The VolumeKmsKeyId can be either of the following formats:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
volumeKmsKeyId - ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt
data on the storage volume attached to the ML compute instance(s) that process the analysis job. The
VolumeKmsKeyId can be either of the following formats:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
EntityRecognizerProperties.Builder vpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer. For more information, see Amazon VPC.
vpcConfig - Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are
using for your custom entity recognizer. For more information, see Amazon VPC.default EntityRecognizerProperties.Builder vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer. For more information, see Amazon VPC.
This is a convenience method that creates an instance of theVpcConfig.Builder avoiding the need to
create one manually via VpcConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to vpcConfig(VpcConfig).
vpcConfig - a consumer that will call methods on VpcConfig.BuildervpcConfig(VpcConfig)EntityRecognizerProperties.Builder modelKmsKeyId(String modelKmsKeyId)
ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
modelKmsKeyId - ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can
be either of the following formats:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
EntityRecognizerProperties.Builder versionName(String versionName)
The version name you assigned to the entity recognizer.
versionName - The version name you assigned to the entity recognizer.EntityRecognizerProperties.Builder sourceModelArn(String sourceModelArn)
The Amazon Resource Name (ARN) of the source model. This model was imported from a different Amazon Web Services account to create the entity recognizer model in your Amazon Web Services account.
sourceModelArn - The Amazon Resource Name (ARN) of the source model. This model was imported from a different Amazon
Web Services account to create the entity recognizer model in your Amazon Web Services account.EntityRecognizerProperties.Builder flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
flywheelArn - The Amazon Resource Number (ARN) of the flywheelEntityRecognizerProperties.Builder outputDataConfig(EntityRecognizerOutputDataConfig outputDataConfig)
Output data configuration.
outputDataConfig - Output data configuration.default EntityRecognizerProperties.Builder outputDataConfig(Consumer<EntityRecognizerOutputDataConfig.Builder> outputDataConfig)
Output data configuration.
This is a convenience method that creates an instance of theEntityRecognizerOutputDataConfig.Builder
avoiding the need to create one manually via EntityRecognizerOutputDataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to outputDataConfig(EntityRecognizerOutputDataConfig).
outputDataConfig - a consumer that will call methods on EntityRecognizerOutputDataConfig.BuilderoutputDataConfig(EntityRecognizerOutputDataConfig)Copyright © 2023. All rights reserved.