Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.ModelSummary
-
Packages that use ModelSummary Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of ModelSummary in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type ModelSummary Modifier and Type Method Description List<ModelSummary>ListModelsResponse. modelSummaries()Provides information on the specified model, including created time, model and dataset ARNs, and status.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type ModelSummary Modifier and Type Method Description ListModelsResponse.BuilderListModelsResponse.Builder. modelSummaries(ModelSummary... modelSummaries)Provides information on the specified model, including created time, model and dataset ARNs, and status.Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type ModelSummary Modifier and Type Method Description ListModelsResponse.BuilderListModelsResponse.Builder. modelSummaries(Collection<ModelSummary> modelSummaries)Provides information on the specified model, including created time, model and dataset ARNs, and status.
-