Uses of Class
com.google.cloud.aiplatform.v1.ListTrialsResponse
-
Packages that use ListTrialsResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ListTrialsResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListTrialsResponse Modifier and Type Method Description ListTrialsResponseListTrialsResponse.Builder. build()ListTrialsResponseListTrialsResponse.Builder. buildPartial()static ListTrialsResponseListTrialsResponse. getDefaultInstance()ListTrialsResponseListTrialsResponse.Builder. getDefaultInstanceForType()ListTrialsResponseListTrialsResponse. getDefaultInstanceForType()ListTrialsResponseVizierServiceGrpc.VizierServiceBlockingStub. listTrials(ListTrialsRequest request)Lists the Trials associated with a Study.static ListTrialsResponseListTrialsResponse. parseDelimitedFrom(InputStream input)static ListTrialsResponseListTrialsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTrialsResponseListTrialsResponse. parseFrom(byte[] data)static ListTrialsResponseListTrialsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTrialsResponseListTrialsResponse. parseFrom(com.google.protobuf.ByteString data)static ListTrialsResponseListTrialsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTrialsResponseListTrialsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListTrialsResponseListTrialsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTrialsResponseListTrialsResponse. parseFrom(InputStream input)static ListTrialsResponseListTrialsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTrialsResponseListTrialsResponse. parseFrom(ByteBuffer data)static ListTrialsResponseListTrialsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 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.v1 with parameters of type ListTrialsResponse Modifier and Type Method Description protected VizierServiceClient.ListTrialsPageVizierServiceClient.ListTrialsPage. createPage(com.google.api.gax.rpc.PageContext<ListTrialsRequest,ListTrialsResponse,Trial> context, ListTrialsResponse response)ListTrialsResponse.BuilderListTrialsResponse.Builder. mergeFrom(ListTrialsResponse other)static ListTrialsResponse.BuilderListTrialsResponse. newBuilder(ListTrialsResponse prototype)Method parameters in com.google.cloud.aiplatform.v1 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.ListTrialsPageVizierServiceClient.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 voidVizierServiceGrpc.AsyncService. listTrials(ListTrialsRequest request, io.grpc.stub.StreamObserver<ListTrialsResponse> responseObserver)Lists the Trials associated with a Study.voidVizierServiceGrpc.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.v1.stub
Methods in com.google.cloud.aiplatform.v1.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.
-