Class VizierServiceGrpc.VizierServiceImplBase
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.VizierServiceGrpc.VizierServiceImplBase
-
- All Implemented Interfaces:
VizierServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- VizierServiceGrpc
public abstract static class VizierServiceGrpc.VizierServiceImplBase extends Object implements io.grpc.BindableService, VizierServiceGrpc.AsyncService
Base class for the server implementation of the service VizierService.Vertex AI Vizier API. Vertex AI Vizier is a service to solve blackbox optimization problems, such as tuning machine learning hyperparameters and searching over deep learning architectures.
-
-
Constructor Summary
Constructors Constructor Description VizierServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.aiplatform.v1beta1.VizierServiceGrpc.AsyncService
addTrialMeasurement, checkTrialEarlyStoppingState, completeTrial, createStudy, createTrial, deleteStudy, deleteTrial, getStudy, getTrial, listOptimalTrials, listStudies, listTrials, lookupStudy, stopTrial, suggestTrials
-
-