ComprehendMedicalAsyncJobProperties class

Provides information about a detection job.

Constructors

ComprehendMedicalAsyncJobProperties.new({String? dataAccessRoleArn, DateTime? endTime, DateTime? expirationTime, InputDataConfig? inputDataConfig, String? jobId, String? jobName, JobStatus? jobStatus, String? kMSKey, LanguageCode? languageCode, String? manifestFilePath, String? message, String? modelVersion, OutputDataConfig? outputDataConfig, DateTime? submitTime})
ComprehendMedicalAsyncJobProperties.fromJson(Map<String, dynamic> json)
factory

Properties

dataAccessRoleArn String?
The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical read access to your input data.
final
endTime DateTime?
The time that the detection job completed.
final
expirationTime DateTime?
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.
final
hashCode int
The hash code for this object.
no setterinherited
inputDataConfig InputDataConfig?
The input data configuration that you supplied when you created the detection job.
final
jobId String?
The identifier assigned to the detection job.
final
jobName String?
The name that you assigned to the detection job.
final
jobStatus JobStatus?
The current status of the detection job. If the status is FAILED, the Message field shows the reason for the failure.
final
kMSKey String?
The AWS Key Management Service key, if any, used to encrypt the output files.
final
languageCode LanguageCode?
The language code of the input documents.
final
manifestFilePath String?
The path to the file that describes the results of a batch job.
final
message String?
A description of the status of a job.
final
modelVersion 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.
final
outputDataConfig OutputDataConfig?
The output data configuration that you supplied when you created the detection job.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submitTime DateTime?
The time that the detection job was submitted for processing.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited