| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EventsDetectionJobProperties |
EventsDetectionJobProperties.clone() |
EventsDetectionJobProperties |
DescribeEventsDetectionJobResult.getEventsDetectionJobProperties()
An object that contains the properties associated with an event detection job.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend
read access to your input data.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withEndTime(Date endTime)
The time that the events detection job completed.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the events detection job.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the events detection job.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withJobId(String jobId)
The identifier assigned to the events detection job.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withJobName(String jobName)
The name you assigned the events detection job.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the events detection job.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withJobStatus(String jobStatus)
The current status of the events detection job.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withLanguageCode(String languageCode)
The language code of the input documents.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withMessage(String message)
A description of the status of the events detection job.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the events detection job.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withSubmitTime(Date submitTime)
The time that the events detection job was submitted for processing.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withTargetEventTypes(Collection<String> targetEventTypes)
The types of events that are detected by the job.
|
EventsDetectionJobProperties |
EventsDetectionJobProperties.withTargetEventTypes(String... targetEventTypes)
The types of events that are detected by the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventsDetectionJobProperties> |
ListEventsDetectionJobsResult.getEventsDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventsDetectionJobResult.setEventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties)
An object that contains the properties associated with an event detection job.
|
DescribeEventsDetectionJobResult |
DescribeEventsDetectionJobResult.withEventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties)
An object that contains the properties associated with an event detection job.
|
ListEventsDetectionJobsResult |
ListEventsDetectionJobsResult.withEventsDetectionJobPropertiesList(EventsDetectionJobProperties... eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventsDetectionJobsResult.setEventsDetectionJobPropertiesList(Collection<EventsDetectionJobProperties> eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListEventsDetectionJobsResult |
ListEventsDetectionJobsResult.withEventsDetectionJobPropertiesList(Collection<EventsDetectionJobProperties> eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2023. All rights reserved.