public final class VizierServiceGrpc
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.
Fields
public static final String SERVICE_NAME
Field Value
Methods
public static MethodDescriptor<AddTrialMeasurementRequest,Trial> getAddTrialMeasurementMethod()
Returns
public static MethodDescriptor<CheckTrialEarlyStoppingStateRequest,Operation> getCheckTrialEarlyStoppingStateMethod()
Returns
public static MethodDescriptor<CompleteTrialRequest,Trial> getCompleteTrialMethod()
Returns
public static MethodDescriptor<CreateStudyRequest,Study> getCreateStudyMethod()
Returns
public static MethodDescriptor<CreateTrialRequest,Trial> getCreateTrialMethod()
Returns
public static MethodDescriptor<DeleteStudyRequest,Empty> getDeleteStudyMethod()
Returns
public static MethodDescriptor<DeleteTrialRequest,Empty> getDeleteTrialMethod()
Returns
public static MethodDescriptor<GetStudyRequest,Study> getGetStudyMethod()
Returns
public static MethodDescriptor<GetTrialRequest,Trial> getGetTrialMethod()
Returns
public static MethodDescriptor<ListOptimalTrialsRequest,ListOptimalTrialsResponse> getListOptimalTrialsMethod()
Returns
public static MethodDescriptor<ListStudiesRequest,ListStudiesResponse> getListStudiesMethod()
Returns
public static MethodDescriptor<ListTrialsRequest,ListTrialsResponse> getListTrialsMethod()
Returns
public static MethodDescriptor<LookupStudyRequest,Study> getLookupStudyMethod()
Returns
public static ServiceDescriptor getServiceDescriptor()
Returns
Type | Description |
io.grpc.ServiceDescriptor | |
public static MethodDescriptor<StopTrialRequest,Trial> getStopTrialMethod()
Returns
public static MethodDescriptor<SuggestTrialsRequest,Operation> getSuggestTrialsMethod()
Returns
public static VizierServiceGrpc.VizierServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns
public static VizierServiceGrpc.VizierServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns
public static VizierServiceGrpc.VizierServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns