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 AWS Identity and Management (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.
|
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.
|
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 |
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.
|
copy
applyMutation, build
EntityRecognizerProperties.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
,
LanguageCode
EntityRecognizerProperties.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
,
LanguageCode
EntityRecognizerProperties.Builder status(String status)
Provides the status of the entity recognizer.
status
- Provides the status of the entity recognizer.ModelStatus
,
ModelStatus
EntityRecognizerProperties.Builder status(ModelStatus status)
Provides the status of the entity recognizer.
status
- Provides the status of the entity recognizer.ModelStatus
,
ModelStatus
EntityRecognizerProperties.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 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.Builder
inputDataConfig(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 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.Builder
recognizerMetadata(EntityRecognizerMetadata)
EntityRecognizerProperties.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
dataAccessRoleArn
- The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon
Comprehend read access to your input data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.