Class: Aws::LookoutEquipment::Types::DescribeDataIngestionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DescribeDataIngestionJobResponse
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time at which the data ingestion job was created.
-
#data_end_time ⇒ Time
Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
-
#data_quality_summary ⇒ Types::DataQualitySummary
Gives statistics about a completed ingestion job.
-
#data_start_time ⇒ Time
Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
-
#failed_reason ⇒ String
Specifies the reason for failure when a data ingestion job has failed.
-
#ingested_data_size ⇒ Integer
Indicates the size of the ingested dataset.
-
#ingested_files_summary ⇒ Types::IngestedFilesSummary
Gives statistics about how many files have been ingested, and which files have not been ingested, for a particular ingestion job.
-
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Specifies the S3 location configuration for the data input for the data ingestion job.
-
#job_id ⇒ String
Indicates the job ID of the data ingestion job.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
-
#status ⇒ String
Indicates the status of the
DataIngestionJob
operation. -
#status_detail ⇒ String
Provides details about status of the ingestion job that is currently in progress.
Instance Attribute Details
#created_at ⇒ Time
The time at which the data ingestion job was created.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 764 class DescribeDataIngestionJobResponse < Struct.new( :job_id, :dataset_arn, :ingestion_input_configuration, :role_arn, :created_at, :status, :failed_reason, :data_quality_summary, :ingested_files_summary, :status_detail, :ingested_data_size, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#data_end_time ⇒ Time
Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 764 class DescribeDataIngestionJobResponse < Struct.new( :job_id, :dataset_arn, :ingestion_input_configuration, :role_arn, :created_at, :status, :failed_reason, :data_quality_summary, :ingested_files_summary, :status_detail, :ingested_data_size, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#data_quality_summary ⇒ Types::DataQualitySummary
Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 764 class DescribeDataIngestionJobResponse < Struct.new( :job_id, :dataset_arn, :ingestion_input_configuration, :role_arn, :created_at, :status, :failed_reason, :data_quality_summary, :ingested_files_summary, :status_detail, :ingested_data_size, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#data_start_time ⇒ Time
Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 764 class DescribeDataIngestionJobResponse < Struct.new( :job_id, :dataset_arn, :ingestion_input_configuration, :role_arn, :created_at, :status, :failed_reason, :data_quality_summary, :ingested_files_summary, :status_detail, :ingested_data_size, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 764 class DescribeDataIngestionJobResponse < Struct.new( :job_id, :dataset_arn, :ingestion_input_configuration, :role_arn, :created_at, :status, :failed_reason, :data_quality_summary, :ingested_files_summary, :status_detail, :ingested_data_size, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#failed_reason ⇒ String
Specifies the reason for failure when a data ingestion job has failed.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 764 class DescribeDataIngestionJobResponse < Struct.new( :job_id, :dataset_arn, :ingestion_input_configuration, :role_arn, :created_at, :status, :failed_reason, :data_quality_summary, :ingested_files_summary, :status_detail, :ingested_data_size, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#ingested_data_size ⇒ Integer
Indicates the size of the ingested dataset.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 764 class DescribeDataIngestionJobResponse < Struct.new( :job_id, :dataset_arn, :ingestion_input_configuration, :role_arn, :created_at, :status, :failed_reason, :data_quality_summary, :ingested_files_summary, :status_detail, :ingested_data_size, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#ingested_files_summary ⇒ Types::IngestedFilesSummary
Gives statistics about how many files have been ingested, and which files have not been ingested, for a particular ingestion job.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 764 class DescribeDataIngestionJobResponse < Struct.new( :job_id, :dataset_arn, :ingestion_input_configuration, :role_arn, :created_at, :status, :failed_reason, :data_quality_summary, :ingested_files_summary, :status_detail, :ingested_data_size, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Specifies the S3 location configuration for the data input for the data ingestion job.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 764 class DescribeDataIngestionJobResponse < Struct.new( :job_id, :dataset_arn, :ingestion_input_configuration, :role_arn, :created_at, :status, :failed_reason, :data_quality_summary, :ingested_files_summary, :status_detail, :ingested_data_size, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
Indicates the job ID of the data ingestion job.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 764 class DescribeDataIngestionJobResponse < Struct.new( :job_id, :dataset_arn, :ingestion_input_configuration, :role_arn, :created_at, :status, :failed_reason, :data_quality_summary, :ingested_files_summary, :status_detail, :ingested_data_size, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 764 class DescribeDataIngestionJobResponse < Struct.new( :job_id, :dataset_arn, :ingestion_input_configuration, :role_arn, :created_at, :status, :failed_reason, :data_quality_summary, :ingested_files_summary, :status_detail, :ingested_data_size, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of the DataIngestionJob
operation.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 764 class DescribeDataIngestionJobResponse < Struct.new( :job_id, :dataset_arn, :ingestion_input_configuration, :role_arn, :created_at, :status, :failed_reason, :data_quality_summary, :ingested_files_summary, :status_detail, :ingested_data_size, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#status_detail ⇒ String
Provides details about status of the ingestion job that is currently in progress.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 764 class DescribeDataIngestionJobResponse < Struct.new( :job_id, :dataset_arn, :ingestion_input_configuration, :role_arn, :created_at, :status, :failed_reason, :data_quality_summary, :ingested_files_summary, :status_detail, :ingested_data_size, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |