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.
-
#source_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was imported from.
-
#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.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) 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.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) 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.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) 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.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) SENSITIVE = [] include Aws::Structure end |
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) SENSITIVE = [] include Aws::Structure end |
#failed_reason ⇒ String
Specifies the reason for failure when a data ingestion job has failed.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) SENSITIVE = [] include Aws::Structure end |
#ingested_data_size ⇒ Integer
Indicates the size of the ingested dataset.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) 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.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) SENSITIVE = [] include Aws::Structure end |
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Specifies the S3 location configuration for the data input for the data ingestion job.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
Indicates the job ID of the data ingestion job.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) 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.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) SENSITIVE = [] include Aws::Structure end |
#source_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was imported from.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of the DataIngestionJob
operation.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) SENSITIVE = [] include Aws::Structure end |
#status_detail ⇒ String
Provides details about status of the ingestion job that is currently in progress.
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 963 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, :source_dataset_arn) SENSITIVE = [] include Aws::Structure end |