When passing CreateEntityRecognizerRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
recognizer_name: "ComprehendArnName", data_access_role_arn: "IamRoleArn", tags: [
{
key: "TagKey", value: "TagValue",
},
],
input_data_config: { data_format: "COMPREHEND_CSV", entity_types: [ {
type: "EntityTypeName", },
],
documents: {
s3_uri: "S3Uri", },
annotations: {
s3_uri: "S3Uri", },
entity_list: {
s3_uri: "S3Uri", },
augmented_manifests: [
{
s3_uri: "S3Uri", attribute_names: ["AttributeNamesListItem"], },
],
},
client_request_token: "ClientRequestTokenString",
language_code: "en", volume_kms_key_id: "KmsKeyId",
vpc_config: {
security_group_ids: ["SecurityGroupId"], subnets: ["SubnetId"], },
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4