batchCreateTensorboardRuns method

  1. @override
Future<BatchCreateTensorboardRunsResponse> batchCreateTensorboardRuns(
  1. BatchCreateTensorboardRunsRequest request
)
override

Batch create TensorboardRuns.

Throws a http.ClientException if there were problems communicating with the API service. Throws a ServiceException if the API method failed for any reason.

Implementation

@override
Future<BatchCreateTensorboardRunsResponse> batchCreateTensorboardRuns(
  BatchCreateTensorboardRunsRequest request,
) async {
  if (isClosed) throw StateError('Service is closed');

  if (_batchCreateTensorboardRuns case final batchCreateTensorboardRuns?) {
    return batchCreateTensorboardRuns(request);
  }
  throw UnsupportedError('batchCreateTensorboardRuns');
}