Module: Aws::LookoutEquipment::Client::_DescribeDataIngestionJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDataIngestionJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #data_end_time ⇒ ::Time
- #data_quality_summary ⇒ Types::DataQualitySummary
- #data_start_time ⇒ ::Time
- #dataset_arn ⇒ ::String
- #failed_reason ⇒ ::String
- #ingested_data_size ⇒ ::Integer
- #ingested_files_summary ⇒ Types::IngestedFilesSummary
- #ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
- #job_id ⇒ ::String
- #role_arn ⇒ ::String
- #source_dataset_arn ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
- #status_detail ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
286 |
# File 'sig/client.rbs', line 286
def created_at: () -> ::Time
|
#data_end_time ⇒ ::Time
294 |
# File 'sig/client.rbs', line 294
def data_end_time: () -> ::Time
|
#data_quality_summary ⇒ Types::DataQualitySummary
289 |
# File 'sig/client.rbs', line 289
def data_quality_summary: () -> Types::DataQualitySummary
|
#data_start_time ⇒ ::Time
293 |
# File 'sig/client.rbs', line 293
def data_start_time: () -> ::Time
|
#dataset_arn ⇒ ::String
283 |
# File 'sig/client.rbs', line 283
def dataset_arn: () -> ::String
|
#failed_reason ⇒ ::String
288 |
# File 'sig/client.rbs', line 288
def failed_reason: () -> ::String
|
#ingested_data_size ⇒ ::Integer
292 |
# File 'sig/client.rbs', line 292
def ingested_data_size: () -> ::Integer
|
#ingested_files_summary ⇒ Types::IngestedFilesSummary
290 |
# File 'sig/client.rbs', line 290
def ingested_files_summary: () -> Types::IngestedFilesSummary
|
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
284 |
# File 'sig/client.rbs', line 284
def ingestion_input_configuration: () -> Types::IngestionInputConfiguration
|
#job_id ⇒ ::String
282 |
# File 'sig/client.rbs', line 282
def job_id: () -> ::String
|
#role_arn ⇒ ::String
285 |
# File 'sig/client.rbs', line 285
def role_arn: () -> ::String
|
#source_dataset_arn ⇒ ::String
295 |
# File 'sig/client.rbs', line 295
def source_dataset_arn: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
287 |
# File 'sig/client.rbs', line 287
def status: () -> ("IN_PROGRESS" | "SUCCESS" | "FAILED" | "IMPORT_IN_PROGRESS")
|
#status_detail ⇒ ::String
291 |
# File 'sig/client.rbs', line 291
def status_detail: () -> ::String
|