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 BatchCreateTensorboardRunsResponseTensorboardServiceClient. batchCreateTensorboardRuns(BatchCreateTensorboardRunsRequest request)Batch create TensorboardRuns.BatchCreateTensorboardRunsResponseTensorboardServiceClient. batchCreateTensorboardRuns(TensorboardExperimentName parent, List<CreateTensorboardRunRequest> requests)Batch create TensorboardRuns.BatchCreateTensorboardRunsResponseTensorboardServiceClient. batchCreateTensorboardRuns(String parent, List<CreateTensorboardRunRequest> requests)Batch create TensorboardRuns.BatchCreateTensorboardRunsResponseTensorboardServiceGrpc.TensorboardServiceBlockingStub. batchCreateTensorboardRuns(BatchCreateTensorboardRunsRequest request)Batch create TensorboardRuns.BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse.Builder. build()BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse.Builder. buildPartial()static BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. getDefaultInstance()BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse.Builder. getDefaultInstanceForType()BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. getDefaultInstanceForType()static BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. parseDelimitedFrom(InputStream input)static BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. parseFrom(byte[] data)static BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. parseFrom(com.google.protobuf.ByteString data)static BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. parseFrom(InputStream input)static BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. parseFrom(ByteBuffer data)static BatchCreateTensorboardRunsResponseBatchCreateTensorboardRunsResponse. 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.BuilderBatchCreateTensorboardRunsResponse.Builder. mergeFrom(BatchCreateTensorboardRunsResponse other)static BatchCreateTensorboardRunsResponse.BuilderBatchCreateTensorboardRunsResponse. newBuilder(BatchCreateTensorboardRunsResponse prototype)Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type BatchCreateTensorboardRunsResponse Modifier and Type Method Description default voidTensorboardServiceGrpc.AsyncService. batchCreateTensorboardRuns(BatchCreateTensorboardRunsRequest request, io.grpc.stub.StreamObserver<BatchCreateTensorboardRunsResponse> responseObserver)Batch create TensorboardRuns.voidTensorboardServiceGrpc.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.
-