Uses of Class
com.google.cloud.aiplatform.v1.GetTrialRequest
-
Packages that use GetTrialRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of GetTrialRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GetTrialRequest Modifier and Type Method Description GetTrialRequest
GetTrialRequest.Builder. build()
GetTrialRequest
GetTrialRequest.Builder. buildPartial()
static GetTrialRequest
GetTrialRequest. getDefaultInstance()
GetTrialRequest
GetTrialRequest.Builder. getDefaultInstanceForType()
GetTrialRequest
GetTrialRequest. getDefaultInstanceForType()
static GetTrialRequest
GetTrialRequest. parseDelimitedFrom(InputStream input)
static GetTrialRequest
GetTrialRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTrialRequest
GetTrialRequest. parseFrom(byte[] data)
static GetTrialRequest
GetTrialRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTrialRequest
GetTrialRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTrialRequest
GetTrialRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTrialRequest
GetTrialRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTrialRequest
GetTrialRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTrialRequest
GetTrialRequest. parseFrom(InputStream input)
static GetTrialRequest
GetTrialRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTrialRequest
GetTrialRequest. parseFrom(ByteBuffer data)
static GetTrialRequest
GetTrialRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 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.v1 with parameters of type GetTrialRequest Modifier and Type Method Description Trial
VizierServiceClient. getTrial(GetTrialRequest request)
Gets a Trial.default void
VizierServiceGrpc.AsyncService. getTrial(GetTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)
Gets a Trial.Trial
VizierServiceGrpc.VizierServiceBlockingStub. getTrial(GetTrialRequest request)
Gets a Trial.com.google.common.util.concurrent.ListenableFuture<Trial>
VizierServiceGrpc.VizierServiceFutureStub. getTrial(GetTrialRequest request)
Gets a Trial.void
VizierServiceGrpc.VizierServiceStub. getTrial(GetTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)
Gets a Trial.GetTrialRequest.Builder
GetTrialRequest.Builder. mergeFrom(GetTrialRequest other)
static GetTrialRequest.Builder
GetTrialRequest. newBuilder(GetTrialRequest prototype)
-
Uses of GetTrialRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.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.
-