This product is not supported for your selected Datadog site. ().
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

aws_translate_terminology

account_id

Type: STRING

auxiliary_data_location

Type: STRUCT
Provider name: AuxiliaryDataLocation
Description: The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30-minute expiration.

  • location
    Type: STRING
    Provider name: Location
    Description: The Amazon S3 location of the most recent custom terminology input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30-minute expiration . Amazon Translate doesn’t scan all input files for the risk of CSV injection attacks. CSV injection occurs when a .csv or .tsv file is altered so that a record contains malicious code. The record begins with a special character, such as =, +, -, or @. When the file is opened in a spreadsheet program, the program might interpret the record as a formula and run the code within it. Before you download an input file from Amazon S3, ensure that you recognize the file and trust its creator.
  • repository_type
    Type: STRING
    Provider name: RepositoryType
    Description: The repository type for the custom terminology data.

tags

Type: UNORDERED_LIST_STRING

terminology_data_location

Type: STRUCT
Provider name: TerminologyDataLocation
Description: The Amazon S3 location of the most recent custom terminology input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30-minute expiration. Amazon Translate doesn’t scan all input files for the risk of CSV injection attacks. CSV injection occurs when a .csv or .tsv file is altered so that a record contains malicious code. The record begins with a special character, such as =, +, -, or @. When the file is opened in a spreadsheet program, the program might interpret the record as a formula and run the code within it. Before you download an input file from Amazon S3, ensure that you recognize the file and trust its creator.

  • location
    Type: STRING
    Provider name: Location
    Description: The Amazon S3 location of the most recent custom terminology input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30-minute expiration . Amazon Translate doesn’t scan all input files for the risk of CSV injection attacks. CSV injection occurs when a .csv or .tsv file is altered so that a record contains malicious code. The record begins with a special character, such as =, +, -, or @. When the file is opened in a spreadsheet program, the program might interpret the record as a formula and run the code within it. Before you download an input file from Amazon S3, ensure that you recognize the file and trust its creator.
  • repository_type
    Type: STRING
    Provider name: RepositoryType
    Description: The repository type for the custom terminology data.

terminology_properties

Type: STRUCT
Provider name: TerminologyProperties
Description: The properties of the custom terminology being retrieved.

  • arn
    Type: STRING
    Provider name: Arn
    Description: The Amazon Resource Name (ARN) of the custom terminology.
  • created_at
    Type: TIMESTAMP
    Provider name: CreatedAt
    Description: The time at which the custom terminology was created, based on the timestamp.
  • description
    Type: STRING
    Provider name: Description
    Description: The description of the custom terminology properties.
  • directionality
    Type: STRING
    Provider name: Directionality
    Description: The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional).
    UNI
    The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages.
    MULTI
    Any language in the terminology resource can be the source language.

  • encryption_key
    Type: STRUCT
    Provider name: EncryptionKey
    Description: The encryption key for the custom terminology.
    • id
      Type: STRING
      Provider name: Id
      Description: The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.
    • type
      Type: STRING
      Provider name: Type
      Description: The type of encryption key used by Amazon Translate to encrypt this object.
  • format
    Type: STRING
    Provider name: Format
    Description: The format of the custom terminology input file.
  • last_updated_at
    Type: TIMESTAMP
    Provider name: LastUpdatedAt
    Description: The time at which the custom terminology was last update, based on the timestamp.
  • message
    Type: STRING
    Provider name: Message
    Description: Additional information from Amazon Translate about the terminology resource.
  • name
    Type: STRING
    Provider name: Name
    Description: The name of the custom terminology.
  • size_bytes
    Type: INT32
    Provider name: SizeBytes
    Description: The size of the file used when importing a custom terminology.
  • skipped_term_count
    Type: INT32
    Provider name: SkippedTermCount
    Description: The number of terms in the input file that Amazon Translate skipped when you created or updated the terminology resource.
  • source_language_code
    Type: STRING
    Provider name: SourceLanguageCode
    Description: The language code for the source text of the translation request for which the custom terminology is being used.
  • target_language_codes
    Type: UNORDERED_LIST_STRING
    Provider name: TargetLanguageCodes
    Description: The language codes for the target languages available with the custom terminology resource. All possible target languages are returned in array.
  • term_count
    Type: INT32
    Provider name: TermCount
    Description: The number of terms included in the custom terminology.