ComprehendMedicalAsyncJobProperties

public struct ComprehendMedicalAsyncJobProperties : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical read access to your input data.

    Declaration

    Swift

    public let dataAccessRoleArn: String?
  • The time that the detection job completed.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • The date and time that job metadata is deleted from the server. Output files in your S3 bucket will not be deleted. After the metadata is deleted, the job will no longer appear in the results of the ListEntitiesDetectionV2Job or the ListPHIDetectionJobs operation.

    Declaration

    Swift

    public let expirationTime: TimeStamp?
  • The input data configuration that you supplied when you created the detection job.

    Declaration

    Swift

    public let inputDataConfig: InputDataConfig?
  • The identifier assigned to the detection job.

    Declaration

    Swift

    public let jobId: String?
  • The name that you assigned to the detection job.

    Declaration

    Swift

    public let jobName: String?
  • The current status of the detection job. If the status is FAILED, the Message field shows the reason for the failure.

    Declaration

    Swift

    public let jobStatus: JobStatus?
  • The AWS Key Management Service key, if any, used to encrypt the output files.

    Declaration

    Swift

    public let kMSKey: String?
  • The language code of the input documents.

    Declaration

    Swift

    public let languageCode: LanguageCode?
  • The path to the file that describes the results of a batch job.

    Declaration

    Swift

    public let manifestFilePath: String?
  • A description of the status of a job.

    Declaration

    Swift

    public let message: String?
  • The version of the model used to analyze the documents. The version number looks like X.X.X. You can use this information to track the model used for a particular batch of documents.

    Declaration

    Swift

    public let modelVersion: String?
  • The output data configuration that you supplied when you created the detection job.

    Declaration

    Swift

    public let outputDataConfig: OutputDataConfig?
  • The time that the detection job was submitted for processing.

    Declaration

    Swift

    public let submitTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(dataAccessRoleArn: String? = nil, endTime: TimeStamp? = nil, expirationTime: TimeStamp? = nil, inputDataConfig: InputDataConfig? = nil, jobId: String? = nil, jobName: String? = nil, jobStatus: JobStatus? = nil, kMSKey: String? = nil, languageCode: LanguageCode? = nil, manifestFilePath: String? = nil, message: String? = nil, modelVersion: String? = nil, outputDataConfig: OutputDataConfig? = nil, submitTime: TimeStamp? = nil)