Class: Aws::Comprehend::Types::EventsDetectionJobProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::EventsDetectionJobProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Provides information about an events detection job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
-
#end_time ⇒ Time
The time that the events detection job completed.
-
#input_data_config ⇒ Types::InputDataConfig
The input data configuration that you supplied when you created the events detection job.
-
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the events detection job.
-
#job_id ⇒ String
The identifier assigned to the events detection job.
-
#job_name ⇒ String
The name you assigned the events detection job.
-
#job_status ⇒ String
The current status of the events detection job.
-
#language_code ⇒ String
The language code of the input documents.
-
#message ⇒ String
A description of the status of the events detection job.
-
#output_data_config ⇒ Types::OutputDataConfig
The output data configuration that you supplied when you created the events detection job.
-
#submit_time ⇒ Time
The time that the events detection job was submitted for processing.
-
#target_event_types ⇒ Array<String>
The types of events that are detected by the job.
Instance Attribute Details
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4512 class EventsDetectionJobProperties < Struct.new( :job_id, :job_arn, :job_name, :job_status, :message, :submit_time, :end_time, :input_data_config, :output_data_config, :language_code, :data_access_role_arn, :target_event_types) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time that the events detection job completed.
4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4512 class EventsDetectionJobProperties < Struct.new( :job_id, :job_arn, :job_name, :job_status, :message, :submit_time, :end_time, :input_data_config, :output_data_config, :language_code, :data_access_role_arn, :target_event_types) SENSITIVE = [] include Aws::Structure end |
#input_data_config ⇒ Types::InputDataConfig
The input data configuration that you supplied when you created the events detection job.
4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4512 class EventsDetectionJobProperties < Struct.new( :job_id, :job_arn, :job_name, :job_status, :message, :submit_time, :end_time, :input_data_config, :output_data_config, :language_code, :data_access_role_arn, :target_event_types) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:
`arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id>`
The following is an example job ARN:
`arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab`
4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4512 class EventsDetectionJobProperties < Struct.new( :job_id, :job_arn, :job_name, :job_status, :message, :submit_time, :end_time, :input_data_config, :output_data_config, :language_code, :data_access_role_arn, :target_event_types) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The identifier assigned to the events detection job.
4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4512 class EventsDetectionJobProperties < Struct.new( :job_id, :job_arn, :job_name, :job_status, :message, :submit_time, :end_time, :input_data_config, :output_data_config, :language_code, :data_access_role_arn, :target_event_types) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name you assigned the events detection job.
4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4512 class EventsDetectionJobProperties < Struct.new( :job_id, :job_arn, :job_name, :job_status, :message, :submit_time, :end_time, :input_data_config, :output_data_config, :language_code, :data_access_role_arn, :target_event_types) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The current status of the events detection job.
4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4512 class EventsDetectionJobProperties < Struct.new( :job_id, :job_arn, :job_name, :job_status, :message, :submit_time, :end_time, :input_data_config, :output_data_config, :language_code, :data_access_role_arn, :target_event_types) SENSITIVE = [] include Aws::Structure end |
#language_code ⇒ String
The language code of the input documents.
4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4512 class EventsDetectionJobProperties < Struct.new( :job_id, :job_arn, :job_name, :job_status, :message, :submit_time, :end_time, :input_data_config, :output_data_config, :language_code, :data_access_role_arn, :target_event_types) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of the status of the events detection job.
4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4512 class EventsDetectionJobProperties < Struct.new( :job_id, :job_arn, :job_name, :job_status, :message, :submit_time, :end_time, :input_data_config, :output_data_config, :language_code, :data_access_role_arn, :target_event_types) SENSITIVE = [] include Aws::Structure end |
#output_data_config ⇒ Types::OutputDataConfig
The output data configuration that you supplied when you created the events detection job.
4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4512 class EventsDetectionJobProperties < Struct.new( :job_id, :job_arn, :job_name, :job_status, :message, :submit_time, :end_time, :input_data_config, :output_data_config, :language_code, :data_access_role_arn, :target_event_types) SENSITIVE = [] include Aws::Structure end |
#submit_time ⇒ Time
The time that the events detection job was submitted for processing.
4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4512 class EventsDetectionJobProperties < Struct.new( :job_id, :job_arn, :job_name, :job_status, :message, :submit_time, :end_time, :input_data_config, :output_data_config, :language_code, :data_access_role_arn, :target_event_types) SENSITIVE = [] include Aws::Structure end |
#target_event_types ⇒ Array<String>
The types of events that are detected by the job.
4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4512 class EventsDetectionJobProperties < Struct.new( :job_id, :job_arn, :job_name, :job_status, :message, :submit_time, :end_time, :input_data_config, :output_data_config, :language_code, :data_access_role_arn, :target_event_types) SENSITIVE = [] include Aws::Structure end |