Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.IngestedFilesSummary
-
Packages that use IngestedFilesSummary Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of IngestedFilesSummary in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return IngestedFilesSummary Modifier and Type Method Description IngestedFilesSummaryDescribeDataIngestionJobResponse. ingestedFilesSummary()Returns the value of the IngestedFilesSummary property for this object.IngestedFilesSummaryDescribeDatasetResponse. ingestedFilesSummary()IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type IngestedFilesSummary Modifier and Type Method Description DescribeDataIngestionJobResponse.BuilderDescribeDataIngestionJobResponse.Builder. ingestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)Sets the value of the IngestedFilesSummary property for this object.DescribeDatasetResponse.BuilderDescribeDatasetResponse.Builder. ingestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
-