| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
IngestedFilesSummary |
IngestedFilesSummary.clone() |
IngestedFilesSummary |
DescribeDatasetResult.getIngestedFilesSummary()
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
|
IngestedFilesSummary |
DescribeDataIngestionJobResult.getIngestedFilesSummary() |
IngestedFilesSummary |
IngestedFilesSummary.withDiscardedFiles(Collection<S3Object> discardedFiles)
Indicates the number of files that were discarded.
|
IngestedFilesSummary |
IngestedFilesSummary.withDiscardedFiles(S3Object... discardedFiles)
Indicates the number of files that were discarded.
|
IngestedFilesSummary |
IngestedFilesSummary.withIngestedNumberOfFiles(Integer ingestedNumberOfFiles)
Indicates the number of files that were successfully ingested.
|
IngestedFilesSummary |
IngestedFilesSummary.withTotalNumberOfFiles(Integer totalNumberOfFiles)
Indicates the total number of files that were submitted for ingestion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDatasetResult.setIngestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
|
void |
DescribeDataIngestionJobResult.setIngestedFilesSummary(IngestedFilesSummary ingestedFilesSummary) |
DescribeDatasetResult |
DescribeDatasetResult.withIngestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
|
DescribeDataIngestionJobResult |
DescribeDataIngestionJobResult.withIngestedFilesSummary(IngestedFilesSummary ingestedFilesSummary) |
Copyright © 2024. All rights reserved.