Class VizierServiceGrpc
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.VizierServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1beta1/vizier_service.proto") public final class VizierServiceGrpc extends Object
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVizierServiceGrpc.AsyncServiceVertex AI Vizier API.static classVizierServiceGrpc.VizierServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service VizierService.static classVizierServiceGrpc.VizierServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service VizierService.static classVizierServiceGrpc.VizierServiceImplBaseBase class for the server implementation of the service VizierService.static classVizierServiceGrpc.VizierServiceStubA stub to allow clients to do asynchronous rpc calls to service VizierService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(VizierServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<AddTrialMeasurementRequest,Trial>getAddTrialMeasurementMethod()static io.grpc.MethodDescriptor<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation>getCheckTrialEarlyStoppingStateMethod()static io.grpc.MethodDescriptor<CompleteTrialRequest,Trial>getCompleteTrialMethod()static io.grpc.MethodDescriptor<CreateStudyRequest,Study>getCreateStudyMethod()static io.grpc.MethodDescriptor<CreateTrialRequest,Trial>getCreateTrialMethod()static io.grpc.MethodDescriptor<DeleteStudyRequest,com.google.protobuf.Empty>getDeleteStudyMethod()static io.grpc.MethodDescriptor<DeleteTrialRequest,com.google.protobuf.Empty>getDeleteTrialMethod()static io.grpc.MethodDescriptor<GetStudyRequest,Study>getGetStudyMethod()static io.grpc.MethodDescriptor<GetTrialRequest,Trial>getGetTrialMethod()static io.grpc.MethodDescriptor<ListOptimalTrialsRequest,ListOptimalTrialsResponse>getListOptimalTrialsMethod()static io.grpc.MethodDescriptor<ListStudiesRequest,ListStudiesResponse>getListStudiesMethod()static io.grpc.MethodDescriptor<ListTrialsRequest,ListTrialsResponse>getListTrialsMethod()static io.grpc.MethodDescriptor<LookupStudyRequest,Study>getLookupStudyMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<StopTrialRequest,Trial>getStopTrialMethod()static io.grpc.MethodDescriptor<SuggestTrialsRequest,com.google.longrunning.Operation>getSuggestTrialsMethod()static VizierServiceGrpc.VizierServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic VizierServiceGrpc.VizierServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic VizierServiceGrpc.VizierServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateStudyMethod
public static io.grpc.MethodDescriptor<CreateStudyRequest,Study> getCreateStudyMethod()
-
getGetStudyMethod
public static io.grpc.MethodDescriptor<GetStudyRequest,Study> getGetStudyMethod()
-
getListStudiesMethod
public static io.grpc.MethodDescriptor<ListStudiesRequest,ListStudiesResponse> getListStudiesMethod()
-
getDeleteStudyMethod
public static io.grpc.MethodDescriptor<DeleteStudyRequest,com.google.protobuf.Empty> getDeleteStudyMethod()
-
getLookupStudyMethod
public static io.grpc.MethodDescriptor<LookupStudyRequest,Study> getLookupStudyMethod()
-
getSuggestTrialsMethod
public static io.grpc.MethodDescriptor<SuggestTrialsRequest,com.google.longrunning.Operation> getSuggestTrialsMethod()
-
getCreateTrialMethod
public static io.grpc.MethodDescriptor<CreateTrialRequest,Trial> getCreateTrialMethod()
-
getGetTrialMethod
public static io.grpc.MethodDescriptor<GetTrialRequest,Trial> getGetTrialMethod()
-
getListTrialsMethod
public static io.grpc.MethodDescriptor<ListTrialsRequest,ListTrialsResponse> getListTrialsMethod()
-
getAddTrialMeasurementMethod
public static io.grpc.MethodDescriptor<AddTrialMeasurementRequest,Trial> getAddTrialMeasurementMethod()
-
getCompleteTrialMethod
public static io.grpc.MethodDescriptor<CompleteTrialRequest,Trial> getCompleteTrialMethod()
-
getDeleteTrialMethod
public static io.grpc.MethodDescriptor<DeleteTrialRequest,com.google.protobuf.Empty> getDeleteTrialMethod()
-
getCheckTrialEarlyStoppingStateMethod
public static io.grpc.MethodDescriptor<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation> getCheckTrialEarlyStoppingStateMethod()
-
getStopTrialMethod
public static io.grpc.MethodDescriptor<StopTrialRequest,Trial> getStopTrialMethod()
-
getListOptimalTrialsMethod
public static io.grpc.MethodDescriptor<ListOptimalTrialsRequest,ListOptimalTrialsResponse> getListOptimalTrialsMethod()
-
newStub
public static VizierServiceGrpc.VizierServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static VizierServiceGrpc.VizierServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static VizierServiceGrpc.VizierServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(VizierServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-