@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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VizierServiceGrpc.AsyncService
Vertex AI Vizier API.
|
static class |
VizierServiceGrpc.VizierServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service VizierService.
|
static class |
VizierServiceGrpc.VizierServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service VizierService.
|
static class |
VizierServiceGrpc.VizierServiceImplBase
Base class for the server implementation of the service VizierService.
|
static class |
VizierServiceGrpc.VizierServiceStub
A stub to allow clients to do asynchronous rpc calls to service VizierService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(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.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<StopTrialRequest,Trial> |
getStopTrialMethod() |
static io.grpc.MethodDescriptor<SuggestTrialsRequest,com.google.longrunning.Operation> |
getSuggestTrialsMethod() |
static VizierServiceGrpc.VizierServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static VizierServiceGrpc.VizierServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static VizierServiceGrpc.VizierServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateStudyRequest,Study> getCreateStudyMethod()
public static io.grpc.MethodDescriptor<GetStudyRequest,Study> getGetStudyMethod()
public static io.grpc.MethodDescriptor<ListStudiesRequest,ListStudiesResponse> getListStudiesMethod()
public static io.grpc.MethodDescriptor<DeleteStudyRequest,com.google.protobuf.Empty> getDeleteStudyMethod()
public static io.grpc.MethodDescriptor<LookupStudyRequest,Study> getLookupStudyMethod()
public static io.grpc.MethodDescriptor<SuggestTrialsRequest,com.google.longrunning.Operation> getSuggestTrialsMethod()
public static io.grpc.MethodDescriptor<CreateTrialRequest,Trial> getCreateTrialMethod()
public static io.grpc.MethodDescriptor<GetTrialRequest,Trial> getGetTrialMethod()
public static io.grpc.MethodDescriptor<ListTrialsRequest,ListTrialsResponse> getListTrialsMethod()
public static io.grpc.MethodDescriptor<AddTrialMeasurementRequest,Trial> getAddTrialMeasurementMethod()
public static io.grpc.MethodDescriptor<CompleteTrialRequest,Trial> getCompleteTrialMethod()
public static io.grpc.MethodDescriptor<DeleteTrialRequest,com.google.protobuf.Empty> getDeleteTrialMethod()
public static io.grpc.MethodDescriptor<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation> getCheckTrialEarlyStoppingStateMethod()
public static io.grpc.MethodDescriptor<StopTrialRequest,Trial> getStopTrialMethod()
public static io.grpc.MethodDescriptor<ListOptimalTrialsRequest,ListOptimalTrialsResponse> getListOptimalTrialsMethod()
public static VizierServiceGrpc.VizierServiceStub newStub(io.grpc.Channel channel)
public static VizierServiceGrpc.VizierServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static VizierServiceGrpc.VizierServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(VizierServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.