@Generated(value="software.amazon.awssdk:codegen") public final class ComprehendMedicalAsyncJobProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComprehendMedicalAsyncJobProperties.Builder,ComprehendMedicalAsyncJobProperties>
Provides information about a detection job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComprehendMedicalAsyncJobProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ComprehendMedicalAsyncJobProperties.Builder |
builder() |
String |
dataAccessRoleArn()
The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical read access to your input data.
|
Instant |
endTime()
The time that the detection job completed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expirationTime()
The date and time that job metadata is deleted from the server.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InputDataConfig |
inputDataConfig()
The input data configuration that you supplied when you created the detection job.
|
String |
jobId()
The identifier assigned to the detection job.
|
String |
jobName()
The name that you assigned to the detection job.
|
JobStatus |
jobStatus()
The current status of the detection job.
|
String |
jobStatusAsString()
The current status of the detection job.
|
String |
kmsKey()
The AWS Key Management Service key, if any, used to encrypt the output files.
|
LanguageCode |
languageCode()
The language code of the input documents.
|
String |
languageCodeAsString()
The language code of the input documents.
|
String |
manifestFilePath()
The path to the file that describes the results of a batch job.
|
String |
message()
A description of the status of a job.
|
String |
modelVersion()
The version of the model used to analyze the documents.
|
OutputDataConfig |
outputDataConfig()
The output data configuration that you supplied when you created the detection job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ComprehendMedicalAsyncJobProperties.Builder> |
serializableBuilderClass() |
Instant |
submitTime()
The time that the detection job was submitted for processing.
|
ComprehendMedicalAsyncJobProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String jobId()
The identifier assigned to the detection job.
public String jobName()
The name that you assigned to the detection job.
public JobStatus jobStatus()
The current status of the detection job. If the status is FAILED, the Message field
shows the reason for the failure.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
FAILED, the Message
field shows the reason for the failure.JobStatuspublic String jobStatusAsString()
The current status of the detection job. If the status is FAILED, the Message field
shows the reason for the failure.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
FAILED, the Message
field shows the reason for the failure.JobStatuspublic String message()
A description of the status of a job.
public Instant submitTime()
The time that the detection job was submitted for processing.
public Instant endTime()
The time that the detection job completed.
public Instant expirationTime()
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.
ListEntitiesDetectionV2Job or the ListPHIDetectionJobs operation.public InputDataConfig inputDataConfig()
The input data configuration that you supplied when you created the detection job.
public OutputDataConfig outputDataConfig()
The output data configuration that you supplied when you created the detection job.
public LanguageCode languageCode()
The language code of the input documents.
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().
LanguageCodepublic String languageCodeAsString()
The language code of the input documents.
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().
LanguageCodepublic String dataAccessRoleArn()
The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical read access to your input data.
public String manifestFilePath()
The path to the file that describes the results of a batch job.
public String kmsKey()
The AWS Key Management Service key, if any, used to encrypt the output files.
public String modelVersion()
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.
public ComprehendMedicalAsyncJobProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ComprehendMedicalAsyncJobProperties.Builder,ComprehendMedicalAsyncJobProperties>public static ComprehendMedicalAsyncJobProperties.Builder builder()
public static Class<? extends ComprehendMedicalAsyncJobProperties.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.