Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelDashboardEndpoint
-
Packages that use ModelDashboardEndpoint Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelDashboardEndpoint in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelDashboardEndpoint Modifier and Type Method Description List<ModelDashboardEndpoint>ModelDashboardModel. endpoints()The endpoints that host a model.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelDashboardEndpoint Modifier and Type Method Description ModelDashboardModel.BuilderModelDashboardModel.Builder. endpoints(ModelDashboardEndpoint... endpoints)The endpoints that host a model.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ModelDashboardEndpoint Modifier and Type Method Description ModelDashboardModel.BuilderModelDashboardModel.Builder. endpoints(Collection<ModelDashboardEndpoint> endpoints)The endpoints that host a model.
-