@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityRecognizerProperties extends Object implements Serializable, Cloneable, StructuredPojo
Describes information about an entity recognizer.
Constructor and Description |
---|
EntityRecognizerProperties() |
Modifier and Type | Method and Description |
---|---|
EntityRecognizerProperties |
clone() |
boolean |
equals(Object obj) |
String |
getDataAccessRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read
access to your input data.
|
Date |
getEndTime()
The time that the recognizer creation completed.
|
String |
getEntityRecognizerArn()
The Amazon Resource Name (ARN) that identifies the entity recognizer.
|
EntityRecognizerInputDataConfig |
getInputDataConfig()
The input data properties of an entity recognizer.
|
String |
getLanguageCode()
The language of the input documents.
|
String |
getMessage()
A description of the status of the recognizer.
|
EntityRecognizerMetadata |
getRecognizerMetadata()
Provides information about an entity recognizer.
|
String |
getStatus()
Provides the status of the entity recognizer.
|
Date |
getSubmitTime()
The time that the recognizer was submitted for processing.
|
Date |
getTrainingEndTime()
The time that training of the entity recognizer was completed.
|
Date |
getTrainingStartTime()
The time that training of the entity recognizer started.
|
String |
getVolumeKmsKeyId()
ID for the AWS 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.
|
VpcConfig |
getVpcConfig()
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your custom entity recognizer.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataAccessRoleArn(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.
|
void |
setEndTime(Date endTime)
The time that the recognizer creation completed.
|
void |
setEntityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
|
void |
setInputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
The input data properties of an entity recognizer.
|
void |
setLanguageCode(String languageCode)
The language of the input documents.
|
void |
setMessage(String message)
A description of the status of the recognizer.
|
void |
setRecognizerMetadata(EntityRecognizerMetadata recognizerMetadata)
Provides information about an entity recognizer.
|
void |
setStatus(String status)
Provides the status of the entity recognizer.
|
void |
setSubmitTime(Date submitTime)
The time that the recognizer was submitted for processing.
|
void |
setTrainingEndTime(Date trainingEndTime)
The time that training of the entity recognizer was completed.
|
void |
setTrainingStartTime(Date trainingStartTime)
The time that training of the entity recognizer started.
|
void |
setVolumeKmsKeyId(String volumeKmsKeyId)
ID for the AWS 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.
|
void |
setVpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your custom entity recognizer.
|
String |
toString()
Returns a string representation of this object.
|
EntityRecognizerProperties |
withDataAccessRoleArn(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 |
withEndTime(Date endTime)
The time that the recognizer creation completed.
|
EntityRecognizerProperties |
withEntityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
|
EntityRecognizerProperties |
withInputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
The input data properties of an entity recognizer.
|
EntityRecognizerProperties |
withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
EntityRecognizerProperties |
withLanguageCode(String languageCode)
The language of the input documents.
|
EntityRecognizerProperties |
withMessage(String message)
A description of the status of the recognizer.
|
EntityRecognizerProperties |
withRecognizerMetadata(EntityRecognizerMetadata recognizerMetadata)
Provides information about an entity recognizer.
|
EntityRecognizerProperties |
withStatus(ModelStatus status)
Provides the status of the entity recognizer.
|
EntityRecognizerProperties |
withStatus(String status)
Provides the status of the entity recognizer.
|
EntityRecognizerProperties |
withSubmitTime(Date submitTime)
The time that the recognizer was submitted for processing.
|
EntityRecognizerProperties |
withTrainingEndTime(Date trainingEndTime)
The time that training of the entity recognizer was completed.
|
EntityRecognizerProperties |
withTrainingStartTime(Date trainingStartTime)
The time that training of the entity recognizer started.
|
EntityRecognizerProperties |
withVolumeKmsKeyId(String volumeKmsKeyId)
ID for the AWS 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.
|
EntityRecognizerProperties |
withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your custom entity recognizer.
|
public void setEntityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
entityRecognizerArn
- The Amazon Resource Name (ARN) that identifies the entity recognizer.public String getEntityRecognizerArn()
The Amazon Resource Name (ARN) that identifies the entity recognizer.
public EntityRecognizerProperties withEntityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
entityRecognizerArn
- The Amazon Resource Name (ARN) that identifies the entity recognizer.public void setLanguageCode(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
public String getLanguageCode()
The language of the input documents. All documents must be in the same language. Only English ("en") is currently supported.
LanguageCode
public EntityRecognizerProperties withLanguageCode(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
public EntityRecognizerProperties withLanguageCode(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
public void setStatus(String status)
Provides the status of the entity recognizer.
status
- Provides the status of the entity recognizer.ModelStatus
public String getStatus()
Provides the status of the entity recognizer.
ModelStatus
public EntityRecognizerProperties withStatus(String status)
Provides the status of the entity recognizer.
status
- Provides the status of the entity recognizer.ModelStatus
public EntityRecognizerProperties withStatus(ModelStatus status)
Provides the status of the entity recognizer.
status
- Provides the status of the entity recognizer.ModelStatus
public void setMessage(String message)
A description of the status of the recognizer.
message
- A description of the status of the recognizer.public String getMessage()
A description of the status of the recognizer.
public EntityRecognizerProperties withMessage(String message)
A description of the status of the recognizer.
message
- A description of the status of the recognizer.public void setSubmitTime(Date submitTime)
The time that the recognizer was submitted for processing.
submitTime
- The time that the recognizer was submitted for processing.public Date getSubmitTime()
The time that the recognizer was submitted for processing.
public EntityRecognizerProperties withSubmitTime(Date submitTime)
The time that the recognizer was submitted for processing.
submitTime
- The time that the recognizer was submitted for processing.public void setEndTime(Date endTime)
The time that the recognizer creation completed.
endTime
- The time that the recognizer creation completed.public Date getEndTime()
The time that the recognizer creation completed.
public EntityRecognizerProperties withEndTime(Date endTime)
The time that the recognizer creation completed.
endTime
- The time that the recognizer creation completed.public void setTrainingStartTime(Date trainingStartTime)
The time that training of the entity recognizer started.
trainingStartTime
- The time that training of the entity recognizer started.public Date getTrainingStartTime()
The time that training of the entity recognizer started.
public EntityRecognizerProperties withTrainingStartTime(Date trainingStartTime)
The time that training of the entity recognizer started.
trainingStartTime
- The time that training of the entity recognizer started.public void setTrainingEndTime(Date trainingEndTime)
The time that training of the entity recognizer was completed.
trainingEndTime
- The time that training of the entity recognizer was completed.public Date getTrainingEndTime()
The time that training of the entity recognizer was completed.
public EntityRecognizerProperties withTrainingEndTime(Date trainingEndTime)
The time that training of the entity recognizer was completed.
trainingEndTime
- The time that training of the entity recognizer was completed.public void setInputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
The input data properties of an entity recognizer.
inputDataConfig
- The input data properties of an entity recognizer.public EntityRecognizerInputDataConfig getInputDataConfig()
The input data properties of an entity recognizer.
public EntityRecognizerProperties withInputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
The input data properties of an entity recognizer.
inputDataConfig
- The input data properties of an entity recognizer.public void setRecognizerMetadata(EntityRecognizerMetadata recognizerMetadata)
Provides information about an entity recognizer.
recognizerMetadata
- Provides information about an entity recognizer.public EntityRecognizerMetadata getRecognizerMetadata()
Provides information about an entity recognizer.
public EntityRecognizerProperties withRecognizerMetadata(EntityRecognizerMetadata recognizerMetadata)
Provides information about an entity recognizer.
recognizerMetadata
- Provides information about an entity recognizer.public void setDataAccessRoleArn(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.public String getDataAccessRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
public EntityRecognizerProperties withDataAccessRoleArn(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.public void setVolumeKmsKeyId(String volumeKmsKeyId)
ID for the AWS 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 AWS 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"
public String getVolumeKmsKeyId()
ID for the AWS 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"
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"
public EntityRecognizerProperties withVolumeKmsKeyId(String volumeKmsKeyId)
ID for the AWS 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 AWS 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"
public void setVpcConfig(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.public VpcConfig getVpcConfig()
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.
public EntityRecognizerProperties withVpcConfig(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.public String toString()
toString
in class Object
Object.toString()
public EntityRecognizerProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.