Class StartSnomedctInferenceJobRequest

    • Method Detail

      • inputDataConfig

        public final InputDataConfig inputDataConfig()
        Returns the value of the InputDataConfig property for this object.
        Returns:
        The value of the InputDataConfig property for this object.
      • outputDataConfig

        public final OutputDataConfig outputDataConfig()
        Returns the value of the OutputDataConfig property for this object.
        Returns:
        The value of the OutputDataConfig property for this object.
      • dataAccessRoleArn

        public final String dataAccessRoleArn()

        The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data.

        Returns:
        The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data.
      • jobName

        public final String jobName()

        The user generated name the asynchronous InferSNOMEDCT job.

        Returns:
        The user generated name the asynchronous InferSNOMEDCT 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.

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

        public final String kmsKey()

        An AWS Key Management Service key used 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 used 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.

        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.
        See Also:
        LanguageCode
      • languageCodeAsString

        public final String languageCodeAsString()

        The language of the input documents. All documents must be in the same language.

        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.
        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