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