Uses of Class
com.google.cloud.aiplatform.v1beta1.GetTrialRequest
-
Packages that use GetTrialRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of GetTrialRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return GetTrialRequest Modifier and Type Method Description GetTrialRequestGetTrialRequest.Builder. build()GetTrialRequestGetTrialRequest.Builder. buildPartial()static GetTrialRequestGetTrialRequest. getDefaultInstance()GetTrialRequestGetTrialRequest.Builder. getDefaultInstanceForType()GetTrialRequestGetTrialRequest. getDefaultInstanceForType()static GetTrialRequestGetTrialRequest. parseDelimitedFrom(InputStream input)static GetTrialRequestGetTrialRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTrialRequestGetTrialRequest. parseFrom(byte[] data)static GetTrialRequestGetTrialRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTrialRequestGetTrialRequest. parseFrom(com.google.protobuf.ByteString data)static GetTrialRequestGetTrialRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTrialRequestGetTrialRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetTrialRequestGetTrialRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTrialRequestGetTrialRequest. parseFrom(InputStream input)static GetTrialRequestGetTrialRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTrialRequestGetTrialRequest. parseFrom(ByteBuffer data)static GetTrialRequestGetTrialRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type GetTrialRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTrialRequest,Trial>VizierServiceGrpc. getGetTrialMethod()com.google.protobuf.Parser<GetTrialRequest>GetTrialRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetTrialRequest,Trial>VizierServiceClient. getTrialCallable()Gets a Trial.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTrialRequest,Trial>VizierServiceSettings.Builder. getTrialSettings()Returns the builder for the settings used for calls to getTrial.com.google.api.gax.rpc.UnaryCallSettings<GetTrialRequest,Trial>VizierServiceSettings. getTrialSettings()Returns the object with the settings used for calls to getTrial.static com.google.protobuf.Parser<GetTrialRequest>GetTrialRequest. parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type GetTrialRequest Modifier and Type Method Description TrialVizierServiceClient. getTrial(GetTrialRequest request)Gets a Trial.default voidVizierServiceGrpc.AsyncService. getTrial(GetTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Gets a Trial.TrialVizierServiceGrpc.VizierServiceBlockingStub. getTrial(GetTrialRequest request)Gets a Trial.com.google.common.util.concurrent.ListenableFuture<Trial>VizierServiceGrpc.VizierServiceFutureStub. getTrial(GetTrialRequest request)Gets a Trial.voidVizierServiceGrpc.VizierServiceStub. getTrial(GetTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Gets a Trial.GetTrialRequest.BuilderGetTrialRequest.Builder. mergeFrom(GetTrialRequest other)static GetTrialRequest.BuilderGetTrialRequest. newBuilder(GetTrialRequest prototype) -
Uses of GetTrialRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type GetTrialRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTrialRequest,Trial>GrpcVizierServiceStub. getTrialCallable()com.google.api.gax.rpc.UnaryCallable<GetTrialRequest,Trial>VizierServiceStub. getTrialCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTrialRequest,Trial>VizierServiceStubSettings.Builder. getTrialSettings()Returns the builder for the settings used for calls to getTrial.com.google.api.gax.rpc.UnaryCallSettings<GetTrialRequest,Trial>VizierServiceStubSettings. getTrialSettings()Returns the object with the settings used for calls to getTrial.
-