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 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 IAM role that grants Amazon Comprehend read access to your input data.
4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4581 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.
4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4581 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.
4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4581 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 Amazon Web Services account, Amazon Web Services 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`
4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4581 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.
4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4581 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.
4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4581 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.
4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4581 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.
4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4581 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.
4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4581 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.
4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4581 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.
4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4581 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.
4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4581 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 |