AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides information about an events detection job.

Inheritance Hierarchy

System.Object
  Amazon.Comprehend.Model.EventsDetectionJobProperties

Namespace: Amazon.Comprehend.Model
Assembly: AWSSDK.Comprehend.dll
Version: 3.x.y.z

Syntax

C#
public class EventsDetectionJobProperties

The EventsDetectionJobProperties type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DataAccessRoleArn System.String

Gets and sets the property DataAccessRoleArn.

The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The time that the events detection job completed.

Public Property InputDataConfig Amazon.Comprehend.Model.InputDataConfig

Gets and sets the property InputDataConfig.

The input data configuration that you supplied when you created the events detection job.

Public Property JobArn System.String

Gets and sets the property JobArn.

The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:

arn::comprehend:::events-detection-job/

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab

Public Property JobId System.String

Gets and sets the property JobId.

The identifier assigned to the events detection job.

Public Property JobName System.String

Gets and sets the property JobName.

The name you assigned the events detection job.

Public Property JobStatus Amazon.Comprehend.JobStatus

Gets and sets the property JobStatus.

The current status of the events detection job.

Public Property LanguageCode Amazon.Comprehend.LanguageCode

Gets and sets the property LanguageCode.

The language code of the input documents.

Public Property Message System.String

Gets and sets the property Message.

A description of the status of the events detection job.

Public Property OutputDataConfig Amazon.Comprehend.Model.OutputDataConfig

Gets and sets the property OutputDataConfig.

The output data configuration that you supplied when you created the events detection job.

Public Property SubmitTime System.DateTime

Gets and sets the property SubmitTime.

The time that the events detection job was submitted for processing.

Public Property TargetEventTypes System.Collections.Generic.List<System.String>

Gets and sets the property TargetEventTypes.

The types of events that are detected by the job.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5