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