Uses of Class
software.amazon.awssdk.services.lookoutvision.model.DatasetMetadata
-
Packages that use DatasetMetadata Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of DatasetMetadata in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return DatasetMetadata Modifier and Type Method Description DatasetMetadataCreateDatasetResponse. datasetMetadata()Information about the dataset.Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type DatasetMetadata Modifier and Type Method Description List<DatasetMetadata>ProjectDescription. datasets()A list of datasets in the project.Methods in software.amazon.awssdk.services.lookoutvision.model with parameters of type DatasetMetadata Modifier and Type Method Description CreateDatasetResponse.BuilderCreateDatasetResponse.Builder. datasetMetadata(DatasetMetadata datasetMetadata)Information about the dataset.ProjectDescription.BuilderProjectDescription.Builder. datasets(DatasetMetadata... datasets)A list of datasets in the project.Method parameters in software.amazon.awssdk.services.lookoutvision.model with type arguments of type DatasetMetadata Modifier and Type Method Description ProjectDescription.BuilderProjectDescription.Builder. datasets(Collection<DatasetMetadata> datasets)A list of datasets in the project.
-