Class StartEntitiesDetectionV2JobRequest

    • Method Detail

      • inputDataConfig

        public final InputDataConfig inputDataConfig()

        The input configuration that specifies the format and location of the input data for the job.

        Returns:
        The input configuration that specifies the format and location of the input data for the job.
      • outputDataConfig

        public final OutputDataConfig outputDataConfig()

        The output configuration that specifies where to send the output files.

        Returns:
        The output configuration that specifies where to send the output files.
      • jobName

        public final String jobName()

        The identifier of the job.

        Returns:
        The identifier of the job.
      • clientRequestToken

        public final String clientRequestToken()

        A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one for you.

        Returns:
        A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one for you.
      • kmsKey

        public final String kmsKey()

        An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.

        Returns:
        An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.
      • languageCode

        public final LanguageCode languageCode()

        The language of the input documents. All documents must be in the same language. Amazon Comprehend Medical processes files in US English (en).

        If the service returns an enum value that is not available in the current SDK version, languageCode will return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from languageCodeAsString().

        Returns:
        The language of the input documents. All documents must be in the same language. Amazon Comprehend Medical processes files in US English (en).
        See Also:
        LanguageCode
      • languageCodeAsString

        public final String languageCodeAsString()

        The language of the input documents. All documents must be in the same language. Amazon Comprehend Medical processes files in US English (en).

        If the service returns an enum value that is not available in the current SDK version, languageCode will return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from languageCodeAsString().

        Returns:
        The language of the input documents. All documents must be in the same language. Amazon Comprehend Medical processes files in US English (en).
        See Also:
        LanguageCode
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object