Uses of Class
com.google.cloud.aiplatform.v1beta1.GetTensorboardExperimentRequest
-
Packages that use GetTensorboardExperimentRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of GetTensorboardExperimentRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return GetTensorboardExperimentRequest Modifier and Type Method Description GetTensorboardExperimentRequest
GetTensorboardExperimentRequest.Builder. build()
GetTensorboardExperimentRequest
GetTensorboardExperimentRequest.Builder. buildPartial()
static GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. getDefaultInstance()
GetTensorboardExperimentRequest
GetTensorboardExperimentRequest.Builder. getDefaultInstanceForType()
GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. getDefaultInstanceForType()
static GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. parseDelimitedFrom(InputStream input)
static GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. parseFrom(byte[] data)
static GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. parseFrom(InputStream input)
static GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. parseFrom(ByteBuffer data)
static GetTensorboardExperimentRequest
GetTensorboardExperimentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type GetTensorboardExperimentRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTensorboardExperimentRequest,TensorboardExperiment>
TensorboardServiceGrpc. getGetTensorboardExperimentMethod()
com.google.protobuf.Parser<GetTensorboardExperimentRequest>
GetTensorboardExperimentRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetTensorboardExperimentRequest,TensorboardExperiment>
TensorboardServiceClient. getTensorboardExperimentCallable()
Gets a TensorboardExperiment.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTensorboardExperimentRequest,TensorboardExperiment>
TensorboardServiceSettings.Builder. getTensorboardExperimentSettings()
Returns the builder for the settings used for calls to getTensorboardExperiment.com.google.api.gax.rpc.UnaryCallSettings<GetTensorboardExperimentRequest,TensorboardExperiment>
TensorboardServiceSettings. getTensorboardExperimentSettings()
Returns the object with the settings used for calls to getTensorboardExperiment.static com.google.protobuf.Parser<GetTensorboardExperimentRequest>
GetTensorboardExperimentRequest. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type GetTensorboardExperimentRequest Modifier and Type Method Description TensorboardExperiment
TensorboardServiceClient. getTensorboardExperiment(GetTensorboardExperimentRequest request)
Gets a TensorboardExperiment.default void
TensorboardServiceGrpc.AsyncService. getTensorboardExperiment(GetTensorboardExperimentRequest request, io.grpc.stub.StreamObserver<TensorboardExperiment> responseObserver)
Gets a TensorboardExperiment.TensorboardExperiment
TensorboardServiceGrpc.TensorboardServiceBlockingStub. getTensorboardExperiment(GetTensorboardExperimentRequest request)
Gets a TensorboardExperiment.com.google.common.util.concurrent.ListenableFuture<TensorboardExperiment>
TensorboardServiceGrpc.TensorboardServiceFutureStub. getTensorboardExperiment(GetTensorboardExperimentRequest request)
Gets a TensorboardExperiment.void
TensorboardServiceGrpc.TensorboardServiceStub. getTensorboardExperiment(GetTensorboardExperimentRequest request, io.grpc.stub.StreamObserver<TensorboardExperiment> responseObserver)
Gets a TensorboardExperiment.GetTensorboardExperimentRequest.Builder
GetTensorboardExperimentRequest.Builder. mergeFrom(GetTensorboardExperimentRequest other)
static GetTensorboardExperimentRequest.Builder
GetTensorboardExperimentRequest. newBuilder(GetTensorboardExperimentRequest prototype)
-
Uses of GetTensorboardExperimentRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type GetTensorboardExperimentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTensorboardExperimentRequest,TensorboardExperiment>
GrpcTensorboardServiceStub. getTensorboardExperimentCallable()
com.google.api.gax.rpc.UnaryCallable<GetTensorboardExperimentRequest,TensorboardExperiment>
TensorboardServiceStub. getTensorboardExperimentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTensorboardExperimentRequest,TensorboardExperiment>
TensorboardServiceStubSettings.Builder. getTensorboardExperimentSettings()
Returns the builder for the settings used for calls to getTensorboardExperiment.com.google.api.gax.rpc.UnaryCallSettings<GetTensorboardExperimentRequest,TensorboardExperiment>
TensorboardServiceStubSettings. getTensorboardExperimentSettings()
Returns the object with the settings used for calls to getTensorboardExperiment.
-