Uses of Class
com.google.cloud.aiplatform.v1beta1.ListTrialsResponse
-
Packages that use ListTrialsResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ListTrialsResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ListTrialsResponse Modifier and Type Method Description ListTrialsResponse
ListTrialsResponse.Builder. build()
ListTrialsResponse
ListTrialsResponse.Builder. buildPartial()
static ListTrialsResponse
ListTrialsResponse. getDefaultInstance()
ListTrialsResponse
ListTrialsResponse.Builder. getDefaultInstanceForType()
ListTrialsResponse
ListTrialsResponse. getDefaultInstanceForType()
ListTrialsResponse
VizierServiceGrpc.VizierServiceBlockingStub. listTrials(ListTrialsRequest request)
Lists the Trials associated with a Study.static ListTrialsResponse
ListTrialsResponse. parseDelimitedFrom(InputStream input)
static ListTrialsResponse
ListTrialsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTrialsResponse
ListTrialsResponse. parseFrom(byte[] data)
static ListTrialsResponse
ListTrialsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTrialsResponse
ListTrialsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListTrialsResponse
ListTrialsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTrialsResponse
ListTrialsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListTrialsResponse
ListTrialsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTrialsResponse
ListTrialsResponse. parseFrom(InputStream input)
static ListTrialsResponse
ListTrialsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTrialsResponse
ListTrialsResponse. parseFrom(ByteBuffer data)
static ListTrialsResponse
ListTrialsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ListTrialsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTrialsRequest,ListTrialsResponse>
VizierServiceGrpc. getListTrialsMethod()
com.google.protobuf.Parser<ListTrialsResponse>
ListTrialsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListTrialsResponse>
VizierServiceGrpc.VizierServiceFutureStub. listTrials(ListTrialsRequest request)
Lists the Trials associated with a Study.com.google.api.gax.rpc.UnaryCallable<ListTrialsRequest,ListTrialsResponse>
VizierServiceClient. listTrialsCallable()
Lists the Trials associated with a Study.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTrialsRequest,ListTrialsResponse,VizierServiceClient.ListTrialsPagedResponse>
VizierServiceSettings.Builder. listTrialsSettings()
Returns the builder for the settings used for calls to listTrials.com.google.api.gax.rpc.PagedCallSettings<ListTrialsRequest,ListTrialsResponse,VizierServiceClient.ListTrialsPagedResponse>
VizierServiceSettings. listTrialsSettings()
Returns the object with the settings used for calls to listTrials.static com.google.protobuf.Parser<ListTrialsResponse>
ListTrialsResponse. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ListTrialsResponse Modifier and Type Method Description protected VizierServiceClient.ListTrialsPage
VizierServiceClient.ListTrialsPage. createPage(com.google.api.gax.rpc.PageContext<ListTrialsRequest,ListTrialsResponse,Trial> context, ListTrialsResponse response)
ListTrialsResponse.Builder
ListTrialsResponse.Builder. mergeFrom(ListTrialsResponse other)
static ListTrialsResponse.Builder
ListTrialsResponse. newBuilder(ListTrialsResponse prototype)
Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ListTrialsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VizierServiceClient.ListTrialsPagedResponse>
VizierServiceClient.ListTrialsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTrialsRequest,ListTrialsResponse,Trial> context, com.google.api.core.ApiFuture<ListTrialsResponse> futureResponse)
static com.google.api.core.ApiFuture<VizierServiceClient.ListTrialsPagedResponse>
VizierServiceClient.ListTrialsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTrialsRequest,ListTrialsResponse,Trial> context, com.google.api.core.ApiFuture<ListTrialsResponse> futureResponse)
protected VizierServiceClient.ListTrialsPage
VizierServiceClient.ListTrialsPage. createPage(com.google.api.gax.rpc.PageContext<ListTrialsRequest,ListTrialsResponse,Trial> context, ListTrialsResponse response)
com.google.api.core.ApiFuture<VizierServiceClient.ListTrialsPage>
VizierServiceClient.ListTrialsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTrialsRequest,ListTrialsResponse,Trial> context, com.google.api.core.ApiFuture<ListTrialsResponse> futureResponse)
com.google.api.core.ApiFuture<VizierServiceClient.ListTrialsPage>
VizierServiceClient.ListTrialsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTrialsRequest,ListTrialsResponse,Trial> context, com.google.api.core.ApiFuture<ListTrialsResponse> futureResponse)
default void
VizierServiceGrpc.AsyncService. listTrials(ListTrialsRequest request, io.grpc.stub.StreamObserver<ListTrialsResponse> responseObserver)
Lists the Trials associated with a Study.void
VizierServiceGrpc.VizierServiceStub. listTrials(ListTrialsRequest request, io.grpc.stub.StreamObserver<ListTrialsResponse> responseObserver)
Lists the Trials associated with a Study. -
Uses of ListTrialsResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ListTrialsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTrialsRequest,ListTrialsResponse>
GrpcVizierServiceStub. listTrialsCallable()
com.google.api.gax.rpc.UnaryCallable<ListTrialsRequest,ListTrialsResponse>
VizierServiceStub. listTrialsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTrialsRequest,ListTrialsResponse,VizierServiceClient.ListTrialsPagedResponse>
VizierServiceStubSettings.Builder. listTrialsSettings()
Returns the builder for the settings used for calls to listTrials.com.google.api.gax.rpc.PagedCallSettings<ListTrialsRequest,ListTrialsResponse,VizierServiceClient.ListTrialsPagedResponse>
VizierServiceStubSettings. listTrialsSettings()
Returns the object with the settings used for calls to listTrials.
-