Class VizierServiceGrpc (3.42.0)

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.

Inheritance

java.lang.Object > VizierServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(VizierServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(VizierServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceVizierServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getAddTrialMeasurementMethod()

public static MethodDescriptor<AddTrialMeasurementRequest,Trial> getAddTrialMeasurementMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AddTrialMeasurementRequest,Trial>

getCheckTrialEarlyStoppingStateMethod()

public static MethodDescriptor<CheckTrialEarlyStoppingStateRequest,Operation> getCheckTrialEarlyStoppingStateMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CheckTrialEarlyStoppingStateRequest,Operation>

getCompleteTrialMethod()

public static MethodDescriptor<CompleteTrialRequest,Trial> getCompleteTrialMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CompleteTrialRequest,Trial>

getCreateStudyMethod()

public static MethodDescriptor<CreateStudyRequest,Study> getCreateStudyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateStudyRequest,Study>

getCreateTrialMethod()

public static MethodDescriptor<CreateTrialRequest,Trial> getCreateTrialMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateTrialRequest,Trial>

getDeleteStudyMethod()

public static MethodDescriptor<DeleteStudyRequest,Empty> getDeleteStudyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteStudyRequest,Empty>

getDeleteTrialMethod()

public static MethodDescriptor<DeleteTrialRequest,Empty> getDeleteTrialMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteTrialRequest,Empty>

getGetStudyMethod()

public static MethodDescriptor<GetStudyRequest,Study> getGetStudyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetStudyRequest,Study>

getGetTrialMethod()

public static MethodDescriptor<GetTrialRequest,Trial> getGetTrialMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetTrialRequest,Trial>

getListOptimalTrialsMethod()

public static MethodDescriptor<ListOptimalTrialsRequest,ListOptimalTrialsResponse> getListOptimalTrialsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListOptimalTrialsRequest,ListOptimalTrialsResponse>

getListStudiesMethod()

public static MethodDescriptor<ListStudiesRequest,ListStudiesResponse> getListStudiesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListStudiesRequest,ListStudiesResponse>

getListTrialsMethod()

public static MethodDescriptor<ListTrialsRequest,ListTrialsResponse> getListTrialsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListTrialsRequest,ListTrialsResponse>

getLookupStudyMethod()

public static MethodDescriptor<LookupStudyRequest,Study> getLookupStudyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<LookupStudyRequest,Study>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getStopTrialMethod()

public static MethodDescriptor<StopTrialRequest,Trial> getStopTrialMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<StopTrialRequest,Trial>

getSuggestTrialsMethod()

public static MethodDescriptor<SuggestTrialsRequest,Operation> getSuggestTrialsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SuggestTrialsRequest,Operation>

newBlockingStub(Channel channel)

public static VizierServiceGrpc.VizierServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
VizierServiceGrpc.VizierServiceBlockingStub

newFutureStub(Channel channel)

public static VizierServiceGrpc.VizierServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
VizierServiceGrpc.VizierServiceFutureStub

newStub(Channel channel)

public static VizierServiceGrpc.VizierServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
VizierServiceGrpc.VizierServiceStub