Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.DatasetSummary
-
Packages that use DatasetSummary Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of DatasetSummary in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type DatasetSummary Modifier and Type Method Description List<DatasetSummary>ListDatasetsResponse. datasetSummaries()Provides information about the specified dataset, including creation time, dataset ARN, and status.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type DatasetSummary Modifier and Type Method Description ListDatasetsResponse.BuilderListDatasetsResponse.Builder. datasetSummaries(DatasetSummary... datasetSummaries)Provides information about the specified dataset, including creation time, dataset ARN, and status.Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type DatasetSummary Modifier and Type Method Description ListDatasetsResponse.BuilderListDatasetsResponse.Builder. datasetSummaries(Collection<DatasetSummary> datasetSummaries)Provides information about the specified dataset, including creation time, dataset ARN, and status.
-