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