Cloud AI Platform v1 API - Class TensorboardService.TensorboardServiceClient (3.1.0)

public class TensorboardService.TensorboardServiceClient : ClientBase<TensorboardService.TensorboardServiceClient>

Reference documentation and code samples for the Cloud AI Platform v1 API class TensorboardService.TensorboardServiceClient.

Client for TensorboardService

Inheritance

object > ClientBase > ClientBaseTensorboardServiceTensorboardServiceClient > TensorboardService.TensorboardServiceClient

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TensorboardServiceClient()

protected TensorboardServiceClient()

Protected parameterless constructor to allow creation of test doubles.

TensorboardServiceClient(CallInvoker)

public TensorboardServiceClient(CallInvoker callInvoker)

Creates a new client for TensorboardService that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

TensorboardServiceClient(ChannelBase)

public TensorboardServiceClient(ChannelBase channel)

Creates a new client for TensorboardService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

TensorboardServiceClient(ClientBaseConfiguration)

protected TensorboardServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

BatchCreateTensorboardRuns(BatchCreateTensorboardRunsRequest, CallOptions)

public virtual BatchCreateTensorboardRunsResponse BatchCreateTensorboardRuns(BatchCreateTensorboardRunsRequest request, CallOptions options)

Batch create TensorboardRuns.

Parameters
Name Description
request BatchCreateTensorboardRunsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
BatchCreateTensorboardRunsResponse

The response received from the server.

BatchCreateTensorboardRuns(BatchCreateTensorboardRunsRequest, Metadata, DateTime?, CancellationToken)

public virtual BatchCreateTensorboardRunsResponse BatchCreateTensorboardRuns(BatchCreateTensorboardRunsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Batch create TensorboardRuns.

Parameters
Name Description
request BatchCreateTensorboardRunsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
BatchCreateTensorboardRunsResponse

The response received from the server.

BatchCreateTensorboardRunsAsync(BatchCreateTensorboardRunsRequest, CallOptions)

public virtual AsyncUnaryCall<BatchCreateTensorboardRunsResponse> BatchCreateTensorboardRunsAsync(BatchCreateTensorboardRunsRequest request, CallOptions options)

Batch create TensorboardRuns.

Parameters
Name Description
request BatchCreateTensorboardRunsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallBatchCreateTensorboardRunsResponse

The call object.

BatchCreateTensorboardRunsAsync(BatchCreateTensorboardRunsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<BatchCreateTensorboardRunsResponse> BatchCreateTensorboardRunsAsync(BatchCreateTensorboardRunsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Batch create TensorboardRuns.

Parameters
Name Description
request BatchCreateTensorboardRunsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallBatchCreateTensorboardRunsResponse

The call object.

BatchCreateTensorboardTimeSeries(BatchCreateTensorboardTimeSeriesRequest, CallOptions)

public virtual BatchCreateTensorboardTimeSeriesResponse BatchCreateTensorboardTimeSeries(BatchCreateTensorboardTimeSeriesRequest request, CallOptions options)

Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.

Parameters
Name Description
request BatchCreateTensorboardTimeSeriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
BatchCreateTensorboardTimeSeriesResponse

The response received from the server.

BatchCreateTensorboardTimeSeries(BatchCreateTensorboardTimeSeriesRequest, Metadata, DateTime?, CancellationToken)

public virtual BatchCreateTensorboardTimeSeriesResponse BatchCreateTensorboardTimeSeries(BatchCreateTensorboardTimeSeriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.

Parameters
Name Description
request BatchCreateTensorboardTimeSeriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
BatchCreateTensorboardTimeSeriesResponse

The response received from the server.

BatchCreateTensorboardTimeSeriesAsync(BatchCreateTensorboardTimeSeriesRequest, CallOptions)

public virtual AsyncUnaryCall<BatchCreateTensorboardTimeSeriesResponse> BatchCreateTensorboardTimeSeriesAsync(BatchCreateTensorboardTimeSeriesRequest request, CallOptions options)

Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.

Parameters
Name Description
request BatchCreateTensorboardTimeSeriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallBatchCreateTensorboardTimeSeriesResponse

The call object.

BatchCreateTensorboardTimeSeriesAsync(BatchCreateTensorboardTimeSeriesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<BatchCreateTensorboardTimeSeriesResponse> BatchCreateTensorboardTimeSeriesAsync(BatchCreateTensorboardTimeSeriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.

Parameters
Name Description
request BatchCreateTensorboardTimeSeriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallBatchCreateTensorboardTimeSeriesResponse

The call object.

BatchReadTensorboardTimeSeriesData(BatchReadTensorboardTimeSeriesDataRequest, CallOptions)

public virtual BatchReadTensorboardTimeSeriesDataResponse BatchReadTensorboardTimeSeriesData(BatchReadTensorboardTimeSeriesDataRequest request, CallOptions options)

Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned.

Parameters
Name Description
request BatchReadTensorboardTimeSeriesDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
BatchReadTensorboardTimeSeriesDataResponse

The response received from the server.

BatchReadTensorboardTimeSeriesData(BatchReadTensorboardTimeSeriesDataRequest, Metadata, DateTime?, CancellationToken)

public virtual BatchReadTensorboardTimeSeriesDataResponse BatchReadTensorboardTimeSeriesData(BatchReadTensorboardTimeSeriesDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned.

Parameters
Name Description
request BatchReadTensorboardTimeSeriesDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
BatchReadTensorboardTimeSeriesDataResponse

The response received from the server.

BatchReadTensorboardTimeSeriesDataAsync(BatchReadTensorboardTimeSeriesDataRequest, CallOptions)

public virtual AsyncUnaryCall<BatchReadTensorboardTimeSeriesDataResponse> BatchReadTensorboardTimeSeriesDataAsync(BatchReadTensorboardTimeSeriesDataRequest request, CallOptions options)

Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned.

Parameters
Name Description
request BatchReadTensorboardTimeSeriesDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallBatchReadTensorboardTimeSeriesDataResponse

The call object.

BatchReadTensorboardTimeSeriesDataAsync(BatchReadTensorboardTimeSeriesDataRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<BatchReadTensorboardTimeSeriesDataResponse> BatchReadTensorboardTimeSeriesDataAsync(BatchReadTensorboardTimeSeriesDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned.

Parameters
Name Description
request BatchReadTensorboardTimeSeriesDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallBatchReadTensorboardTimeSeriesDataResponse

The call object.

CreateIAMPolicyClient()

public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()

Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.

Returns
Type Description
IAMPolicyIAMPolicyClient

A new IAMPolicy.IAMPolicyClient for the same target as this client.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
Type Description
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
Type Description
OperationsOperationsClient

A new Operations client for the same target as this client.

CreateTensorboard(CreateTensorboardRequest, CallOptions)

public virtual Operation CreateTensorboard(CreateTensorboardRequest request, CallOptions options)

Creates a Tensorboard.

Parameters
Name Description
request CreateTensorboardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateTensorboard(CreateTensorboardRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateTensorboard(CreateTensorboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a Tensorboard.

Parameters
Name Description
request CreateTensorboardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateTensorboardAsync(CreateTensorboardRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateTensorboardAsync(CreateTensorboardRequest request, CallOptions options)

Creates a Tensorboard.

Parameters
Name Description
request CreateTensorboardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateTensorboardAsync(CreateTensorboardRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateTensorboardAsync(CreateTensorboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a Tensorboard.

Parameters
Name Description
request CreateTensorboardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateTensorboardExperiment(CreateTensorboardExperimentRequest, CallOptions)

public virtual TensorboardExperiment CreateTensorboardExperiment(CreateTensorboardExperimentRequest request, CallOptions options)

Creates a TensorboardExperiment.

Parameters
Name Description
request CreateTensorboardExperimentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
TensorboardExperiment

The response received from the server.

CreateTensorboardExperiment(CreateTensorboardExperimentRequest, Metadata, DateTime?, CancellationToken)

public virtual TensorboardExperiment CreateTensorboardExperiment(CreateTensorboardExperimentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a TensorboardExperiment.

Parameters
Name Description
request CreateTensorboardExperimentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
TensorboardExperiment

The response received from the server.

CreateTensorboardExperimentAsync(CreateTensorboardExperimentRequest, CallOptions)

public virtual AsyncUnaryCall<TensorboardExperiment> CreateTensorboardExperimentAsync(CreateTensorboardExperimentRequest request, CallOptions options)

Creates a TensorboardExperiment.

Parameters
Name Description
request CreateTensorboardExperimentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallTensorboardExperiment

The call object.

CreateTensorboardExperimentAsync(CreateTensorboardExperimentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<TensorboardExperiment> CreateTensorboardExperimentAsync(CreateTensorboardExperimentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a TensorboardExperiment.

Parameters
Name Description
request CreateTensorboardExperimentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallTensorboardExperiment

The call object.

CreateTensorboardRun(CreateTensorboardRunRequest, CallOptions)

public virtual TensorboardRun CreateTensorboardRun(CreateTensorboardRunRequest request, CallOptions options)

Creates a TensorboardRun.

Parameters
Name Description
request CreateTensorboardRunRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
TensorboardRun

The response received from the server.

CreateTensorboardRun(CreateTensorboardRunRequest, Metadata, DateTime?, CancellationToken)

public virtual TensorboardRun CreateTensorboardRun(CreateTensorboardRunRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a TensorboardRun.

Parameters
Name Description
request CreateTensorboardRunRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
TensorboardRun

The response received from the server.

CreateTensorboardRunAsync(CreateTensorboardRunRequest, CallOptions)

public virtual AsyncUnaryCall<TensorboardRun> CreateTensorboardRunAsync(CreateTensorboardRunRequest request, CallOptions options)

Creates a TensorboardRun.

Parameters
Name Description
request CreateTensorboardRunRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallTensorboardRun

The call object.

CreateTensorboardRunAsync(CreateTensorboardRunRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<TensorboardRun> CreateTensorboardRunAsync(CreateTensorboardRunRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a TensorboardRun.

Parameters
Name Description
request CreateTensorboardRunRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallTensorboardRun

The call object.

CreateTensorboardTimeSeries(CreateTensorboardTimeSeriesRequest, CallOptions)

public virtual TensorboardTimeSeries CreateTensorboardTimeSeries(CreateTensorboardTimeSeriesRequest request, CallOptions options)

Creates a TensorboardTimeSeries.

Parameters
Name Description
request CreateTensorboardTimeSeriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
TensorboardTimeSeries

The response received from the server.

CreateTensorboardTimeSeries(CreateTensorboardTimeSeriesRequest, Metadata, DateTime?, CancellationToken)

public virtual TensorboardTimeSeries CreateTensorboardTimeSeries(CreateTensorboardTimeSeriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a TensorboardTimeSeries.

Parameters
Name Description
request CreateTensorboardTimeSeriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
TensorboardTimeSeries

The response received from the server.

CreateTensorboardTimeSeriesAsync(CreateTensorboardTimeSeriesRequest, CallOptions)

public virtual AsyncUnaryCall<TensorboardTimeSeries> CreateTensorboardTimeSeriesAsync(CreateTensorboardTimeSeriesRequest request, CallOptions options)

Creates a TensorboardTimeSeries.

Parameters
Name Description
request CreateTensorboardTimeSeriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallTensorboardTimeSeries

The call object.

CreateTensorboardTimeSeriesAsync(CreateTensorboardTimeSeriesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<TensorboardTimeSeries> CreateTensorboardTimeSeriesAsync(CreateTensorboardTimeSeriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a TensorboardTimeSeries.

Parameters
Name Description
request CreateTensorboardTimeSeriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallTensorboardTimeSeries

The call object.

DeleteTensorboard(DeleteTensorboardRequest, CallOptions)

public virtual Operation DeleteTensorboard(DeleteTensorboardRequest request, CallOptions options)

Deletes a Tensorboard.

Parameters
Name Description
request DeleteTensorboardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteTensorboard(DeleteTensorboardRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteTensorboard(DeleteTensorboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a Tensorboard.

Parameters
Name Description
request DeleteTensorboardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteTensorboardAsync(DeleteTensorboardRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteTensorboardAsync(DeleteTensorboardRequest request, CallOptions options)

Deletes a Tensorboard.

Parameters
Name Description
request DeleteTensorboardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteTensorboardAsync(DeleteTensorboardRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteTensorboardAsync(DeleteTensorboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a Tensorboard.

Parameters
Name Description
request DeleteTensorboardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteTensorboardExperiment(DeleteTensorboardExperimentRequest, CallOptions)

public virtual Operation DeleteTensorboardExperiment(DeleteTensorboardExperimentRequest request, CallOptions options)

Deletes a TensorboardExperiment.

Parameters
Name Description
request DeleteTensorboardExperimentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteTensorboardExperiment(DeleteTensorboardExperimentRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteTensorboardExperiment(DeleteTensorboardExperimentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a TensorboardExperiment.

Parameters
Name Description
request DeleteTensorboardExperimentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteTensorboardExperimentAsync(DeleteTensorboardExperimentRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteTensorboardExperimentAsync(DeleteTensorboardExperimentRequest request, CallOptions options)

Deletes a TensorboardExperiment.

Parameters
Name Description
request DeleteTensorboardExperimentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteTensorboardExperimentAsync(DeleteTensorboardExperimentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteTensorboardExperimentAsync(DeleteTensorboardExperimentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a TensorboardExperiment.

Parameters
Name Description
request DeleteTensorboardExperimentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteTensorboardRun(DeleteTensorboardRunRequest, CallOptions)

public virtual Operation DeleteTensorboardRun(DeleteTensorboardRunRequest request, CallOptions options)

Deletes a TensorboardRun.

Parameters
Name Description
request DeleteTensorboardRunRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteTensorboardRun(DeleteTensorboardRunRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteTensorboardRun(DeleteTensorboardRunRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a TensorboardRun.

Parameters
Name Description
request DeleteTensorboardRunRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteTensorboardRunAsync(DeleteTensorboardRunRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteTensorboardRunAsync(DeleteTensorboardRunRequest request, CallOptions options)

Deletes a TensorboardRun.

Parameters
Name Description
request DeleteTensorboardRunRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteTensorboardRunAsync(DeleteTensorboardRunRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteTensorboardRunAsync(DeleteTensorboardRunRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a TensorboardRun.

Parameters
Name Description
request DeleteTensorboardRunRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteTensorboardTimeSeries(DeleteTensorboardTimeSeriesRequest, CallOptions)

public virtual Operation DeleteTensorboardTimeSeries(DeleteTensorboardTimeSeriesRequest request, CallOptions options)

Deletes a TensorboardTimeSeries.

Parameters
Name Description
request DeleteTensorboardTimeSeriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteTensorboardTimeSeries(DeleteTensorboardTimeSeriesRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteTensorboardTimeSeries(DeleteTensorboardTimeSeriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a TensorboardTimeSeries.

Parameters
Name Description
request DeleteTensorboardTimeSeriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteTensorboardTimeSeriesAsync(DeleteTensorboardTimeSeriesRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteTensorboardTimeSeriesAsync(DeleteTensorboardTimeSeriesRequest request, CallOptions options)

Deletes a TensorboardTimeSeries.

Parameters
Name Description
request DeleteTensorboardTimeSeriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteTensorboardTimeSeriesAsync(DeleteTensorboardTimeSeriesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteTensorboardTimeSeriesAsync(DeleteTensorboardTimeSeriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a TensorboardTimeSeries.

Parameters
Name Description
request DeleteTensorboardTimeSeriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ExportTensorboardTimeSeriesData(ExportTensorboardTimeSeriesDataRequest, CallOptions)

public virtual ExportTensorboardTimeSeriesDataResponse ExportTensorboardTimeSeriesData(ExportTensorboardTimeSeriesDataRequest request, CallOptions options)

Exports a TensorboardTimeSeries' data. Data is returned in paginated responses.

Parameters
Name Description
request ExportTensorboardTimeSeriesDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ExportTensorboardTimeSeriesDataResponse

The response received from the server.

ExportTensorboardTimeSeriesData(ExportTensorboardTimeSeriesDataRequest, Metadata, DateTime?, CancellationToken)

public virtual ExportTensorboardTimeSeriesDataResponse ExportTensorboardTimeSeriesData(ExportTensorboardTimeSeriesDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Exports a TensorboardTimeSeries' data. Data is returned in paginated responses.

Parameters
Name Description
request ExportTensorboardTimeSeriesDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ExportTensorboardTimeSeriesDataResponse

The response received from the server.

ExportTensorboardTimeSeriesDataAsync(ExportTensorboardTimeSeriesDataRequest, CallOptions)

public virtual AsyncUnaryCall<ExportTensorboardTimeSeriesDataResponse> ExportTensorboardTimeSeriesDataAsync(ExportTensorboardTimeSeriesDataRequest request, CallOptions options)

Exports a TensorboardTimeSeries' data. Data is returned in paginated responses.

Parameters
Name Description
request ExportTensorboardTimeSeriesDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallExportTensorboardTimeSeriesDataResponse

The call object.

ExportTensorboardTimeSeriesDataAsync(ExportTensorboardTimeSeriesDataRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ExportTensorboardTimeSeriesDataResponse> ExportTensorboardTimeSeriesDataAsync(ExportTensorboardTimeSeriesDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Exports a TensorboardTimeSeries' data. Data is returned in paginated responses.

Parameters
Name Description
request ExportTensorboardTimeSeriesDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallExportTensorboardTimeSeriesDataResponse

The call object.

GetTensorboard(GetTensorboardRequest, CallOptions)

public virtual Tensorboard GetTensorboard(GetTensorboardRequest request, CallOptions options)

Gets a Tensorboard.

Parameters
Name Description
request GetTensorboardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Tensorboard

The response received from the server.

GetTensorboard(GetTensorboardRequest, Metadata, DateTime?, CancellationToken)

public virtual Tensorboard GetTensorboard(GetTensorboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a Tensorboard.

Parameters
Name Description
request GetTensorboardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Tensorboard

The response received from the server.

GetTensorboardAsync(GetTensorboardRequest, CallOptions)

public virtual AsyncUnaryCall<Tensorboard> GetTensorboardAsync(GetTensorboardRequest request, CallOptions options)

Gets a Tensorboard.

Parameters
Name Description
request GetTensorboardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallTensorboard

The call object.

GetTensorboardAsync(GetTensorboardRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Tensorboard> GetTensorboardAsync(GetTensorboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a Tensorboard.

Parameters
Name Description
request GetTensorboardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallTensorboard

The call object.

GetTensorboardExperiment(GetTensorboardExperimentRequest, CallOptions)

public virtual TensorboardExperiment GetTensorboardExperiment(GetTensorboardExperimentRequest request, CallOptions options)

Gets a TensorboardExperiment.

Parameters
Name Description
request GetTensorboardExperimentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
TensorboardExperiment

The response received from the server.

GetTensorboardExperiment(GetTensorboardExperimentRequest, Metadata, DateTime?, CancellationToken)

public virtual TensorboardExperiment GetTensorboardExperiment(GetTensorboardExperimentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a TensorboardExperiment.

Parameters
Name Description
request GetTensorboardExperimentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
TensorboardExperiment

The response received from the server.

GetTensorboardExperimentAsync(GetTensorboardExperimentRequest, CallOptions)

public virtual AsyncUnaryCall<TensorboardExperiment> GetTensorboardExperimentAsync(GetTensorboardExperimentRequest request, CallOptions options)

Gets a TensorboardExperiment.

Parameters
Name Description
request GetTensorboardExperimentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallTensorboardExperiment

The call object.

GetTensorboardExperimentAsync(GetTensorboardExperimentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<TensorboardExperiment> GetTensorboardExperimentAsync(GetTensorboardExperimentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a TensorboardExperiment.

Parameters
Name Description
request GetTensorboardExperimentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallTensorboardExperiment

The call object.

GetTensorboardRun(GetTensorboardRunRequest, CallOptions)

public virtual TensorboardRun GetTensorboardRun(GetTensorboardRunRequest request, CallOptions options)

Gets a TensorboardRun.

Parameters
Name Description
request GetTensorboardRunRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
TensorboardRun

The response received from the server.

GetTensorboardRun(GetTensorboardRunRequest, Metadata, DateTime?, CancellationToken)

public virtual TensorboardRun GetTensorboardRun(GetTensorboardRunRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a TensorboardRun.

Parameters
Name Description
request GetTensorboardRunRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
TensorboardRun

The response received from the server.

GetTensorboardRunAsync(GetTensorboardRunRequest, CallOptions)

public virtual AsyncUnaryCall<TensorboardRun> GetTensorboardRunAsync(GetTensorboardRunRequest request, CallOptions options)

Gets a TensorboardRun.

Parameters
Name Description
request GetTensorboardRunRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallTensorboardRun

The call object.

GetTensorboardRunAsync(GetTensorboardRunRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<TensorboardRun> GetTensorboardRunAsync(GetTensorboardRunRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a TensorboardRun.

Parameters
Name Description
request GetTensorboardRunRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallTensorboardRun

The call object.

GetTensorboardTimeSeries(GetTensorboardTimeSeriesRequest, CallOptions)

public virtual TensorboardTimeSeries GetTensorboardTimeSeries(GetTensorboardTimeSeriesRequest request, CallOptions options)

Gets a TensorboardTimeSeries.

Parameters
Name Description
request GetTensorboardTimeSeriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
TensorboardTimeSeries

The response received from the server.

GetTensorboardTimeSeries(GetTensorboardTimeSeriesRequest, Metadata, DateTime?, CancellationToken)

public virtual TensorboardTimeSeries GetTensorboardTimeSeries(GetTensorboardTimeSeriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a TensorboardTimeSeries.

Parameters
Name Description
request GetTensorboardTimeSeriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
TensorboardTimeSeries

The response received from the server.

GetTensorboardTimeSeriesAsync(GetTensorboardTimeSeriesRequest, CallOptions)

public virtual AsyncUnaryCall<TensorboardTimeSeries> GetTensorboardTimeSeriesAsync(GetTensorboardTimeSeriesRequest request, CallOptions options)

Gets a TensorboardTimeSeries.

Parameters
Name Description
request GetTensorboardTimeSeriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallTensorboardTimeSeries

The call object.

GetTensorboardTimeSeriesAsync(GetTensorboardTimeSeriesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<TensorboardTimeSeries> GetTensorboardTimeSeriesAsync(GetTensorboardTimeSeriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a TensorboardTimeSeries.

Parameters
Name Description
request GetTensorboardTimeSeriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallTensorboardTimeSeries

The call object.

ListTensorboardExperiments(ListTensorboardExperimentsRequest, CallOptions)

public virtual ListTensorboardExperimentsResponse ListTensorboardExperiments(ListTensorboardExperimentsRequest request, CallOptions options)

Lists TensorboardExperiments in a Location.

Parameters
Name Description
request ListTensorboardExperimentsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListTensorboardExperimentsResponse

The response received from the server.

ListTensorboardExperiments(ListTensorboardExperimentsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListTensorboardExperimentsResponse ListTensorboardExperiments(ListTensorboardExperimentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists TensorboardExperiments in a Location.

Parameters
Name Description
request ListTensorboardExperimentsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListTensorboardExperimentsResponse

The response received from the server.

ListTensorboardExperimentsAsync(ListTensorboardExperimentsRequest, CallOptions)

public virtual AsyncUnaryCall<ListTensorboardExperimentsResponse> ListTensorboardExperimentsAsync(ListTensorboardExperimentsRequest request, CallOptions options)

Lists TensorboardExperiments in a Location.

Parameters
Name Description
request ListTensorboardExperimentsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListTensorboardExperimentsResponse

The call object.

ListTensorboardExperimentsAsync(ListTensorboardExperimentsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListTensorboardExperimentsResponse> ListTensorboardExperimentsAsync(ListTensorboardExperimentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists TensorboardExperiments in a Location.

Parameters
Name Description
request ListTensorboardExperimentsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListTensorboardExperimentsResponse

The call object.

ListTensorboardRuns(ListTensorboardRunsRequest, CallOptions)

public virtual ListTensorboardRunsResponse ListTensorboardRuns(ListTensorboardRunsRequest request, CallOptions options)

Lists TensorboardRuns in a Location.

Parameters
Name Description
request ListTensorboardRunsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListTensorboardRunsResponse

The response received from the server.

ListTensorboardRuns(ListTensorboardRunsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListTensorboardRunsResponse ListTensorboardRuns(ListTensorboardRunsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists TensorboardRuns in a Location.

Parameters
Name Description
request ListTensorboardRunsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListTensorboardRunsResponse

The response received from the server.

ListTensorboardRunsAsync(ListTensorboardRunsRequest, CallOptions)

public virtual AsyncUnaryCall<ListTensorboardRunsResponse> ListTensorboardRunsAsync(ListTensorboardRunsRequest request, CallOptions options)

Lists TensorboardRuns in a Location.

Parameters
Name Description
request ListTensorboardRunsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListTensorboardRunsResponse

The call object.

ListTensorboardRunsAsync(ListTensorboardRunsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListTensorboardRunsResponse> ListTensorboardRunsAsync(ListTensorboardRunsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists TensorboardRuns in a Location.

Parameters
Name Description
request ListTensorboardRunsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListTensorboardRunsResponse

The call object.

ListTensorboardTimeSeries(ListTensorboardTimeSeriesRequest, CallOptions)

public virtual ListTensorboardTimeSeriesResponse ListTensorboardTimeSeries(ListTensorboardTimeSeriesRequest request, CallOptions options)

Lists TensorboardTimeSeries in a Location.

Parameters
Name Description
request ListTensorboardTimeSeriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListTensorboardTimeSeriesResponse

The response received from the server.

ListTensorboardTimeSeries(ListTensorboardTimeSeriesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListTensorboardTimeSeriesResponse ListTensorboardTimeSeries(ListTensorboardTimeSeriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists TensorboardTimeSeries in a Location.

Parameters
Name Description
request ListTensorboardTimeSeriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListTensorboardTimeSeriesResponse

The response received from the server.

ListTensorboardTimeSeriesAsync(ListTensorboardTimeSeriesRequest, CallOptions)

public virtual AsyncUnaryCall<ListTensorboardTimeSeriesResponse> ListTensorboardTimeSeriesAsync(ListTensorboardTimeSeriesRequest request, CallOptions options)

Lists TensorboardTimeSeries in a Location.

Parameters
Name Description
request ListTensorboardTimeSeriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListTensorboardTimeSeriesResponse

The call object.

ListTensorboardTimeSeriesAsync(ListTensorboardTimeSeriesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListTensorboardTimeSeriesResponse> ListTensorboardTimeSeriesAsync(ListTensorboardTimeSeriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists TensorboardTimeSeries in a Location.

Parameters
Name Description
request ListTensorboardTimeSeriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListTensorboardTimeSeriesResponse

The call object.

ListTensorboards(ListTensorboardsRequest, CallOptions)

public virtual ListTensorboardsResponse ListTensorboards(ListTensorboardsRequest request, CallOptions options)

Lists Tensorboards in a Location.

Parameters
Name Description
request ListTensorboardsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListTensorboardsResponse

The response received from the server.

ListTensorboards(ListTensorboardsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListTensorboardsResponse ListTensorboards(ListTensorboardsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Tensorboards in a Location.

Parameters
Name Description
request ListTensorboardsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListTensorboardsResponse

The response received from the server.

ListTensorboardsAsync(ListTensorboardsRequest, CallOptions)

public virtual AsyncUnaryCall<ListTensorboardsResponse> ListTensorboardsAsync(ListTensorboardsRequest request, CallOptions options)

Lists Tensorboards in a Location.

Parameters
Name Description
request ListTensorboardsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListTensorboardsResponse

The call object.

ListTensorboardsAsync(ListTensorboardsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListTensorboardsResponse> ListTensorboardsAsync(ListTensorboardsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Tensorboards in a Location.

Parameters
Name Description
request ListTensorboardsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListTensorboardsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override TensorboardService.TensorboardServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
TensorboardServiceTensorboardServiceClient
Overrides

ReadTensorboardBlobData(ReadTensorboardBlobDataRequest, CallOptions)

public virtual AsyncServerStreamingCall<ReadTensorboardBlobDataResponse> ReadTensorboardBlobData(ReadTensorboardBlobDataRequest request, CallOptions options)

Gets bytes of TensorboardBlobs. This is to allow reading blob data stored in consumer project's Cloud Storage bucket without users having to obtain Cloud Storage access permission.

Parameters
Name Description
request ReadTensorboardBlobDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncServerStreamingCallReadTensorboardBlobDataResponse

The call object.

ReadTensorboardBlobData(ReadTensorboardBlobDataRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncServerStreamingCall<ReadTensorboardBlobDataResponse> ReadTensorboardBlobData(ReadTensorboardBlobDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets bytes of TensorboardBlobs. This is to allow reading blob data stored in consumer project's Cloud Storage bucket without users having to obtain Cloud Storage access permission.

Parameters
Name Description
request ReadTensorboardBlobDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncServerStreamingCallReadTensorboardBlobDataResponse

The call object.

ReadTensorboardSize(ReadTensorboardSizeRequest, CallOptions)

public virtual ReadTensorboardSizeResponse ReadTensorboardSize(ReadTensorboardSizeRequest request, CallOptions options)

Returns the storage size for a given TensorBoard instance.

Parameters
Name Description
request ReadTensorboardSizeRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ReadTensorboardSizeResponse

The response received from the server.

ReadTensorboardSize(ReadTensorboardSizeRequest, Metadata, DateTime?, CancellationToken)

public virtual ReadTensorboardSizeResponse ReadTensorboardSize(ReadTensorboardSizeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the storage size for a given TensorBoard instance.

Parameters
Name Description
request ReadTensorboardSizeRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ReadTensorboardSizeResponse

The response received from the server.

ReadTensorboardSizeAsync(ReadTensorboardSizeRequest, CallOptions)

public virtual AsyncUnaryCall<ReadTensorboardSizeResponse> ReadTensorboardSizeAsync(ReadTensorboardSizeRequest request, CallOptions options)

Returns the storage size for a given TensorBoard instance.

Parameters
Name Description
request ReadTensorboardSizeRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallReadTensorboardSizeResponse

The call object.

ReadTensorboardSizeAsync(ReadTensorboardSizeRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ReadTensorboardSizeResponse> ReadTensorboardSizeAsync(ReadTensorboardSizeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the storage size for a given TensorBoard instance.

Parameters
Name Description
request ReadTensorboardSizeRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallReadTensorboardSizeResponse

The call object.

ReadTensorboardTimeSeriesData(ReadTensorboardTimeSeriesDataRequest, CallOptions)

public virtual ReadTensorboardTimeSeriesDataResponse ReadTensorboardTimeSeriesData(ReadTensorboardTimeSeriesDataRequest request, CallOptions options)

Reads a TensorboardTimeSeries' data. By default, if the number of data points stored is less than 1000, all data is returned. Otherwise, 1000 data points is randomly selected from this time series and returned. This value can be changed by changing max_data_points, which can't be greater than 10k.

Parameters
Name Description
request ReadTensorboardTimeSeriesDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ReadTensorboardTimeSeriesDataResponse

The response received from the server.

ReadTensorboardTimeSeriesData(ReadTensorboardTimeSeriesDataRequest, Metadata, DateTime?, CancellationToken)

public virtual ReadTensorboardTimeSeriesDataResponse ReadTensorboardTimeSeriesData(ReadTensorboardTimeSeriesDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Reads a TensorboardTimeSeries' data. By default, if the number of data points stored is less than 1000, all data is returned. Otherwise, 1000 data points is randomly selected from this time series and returned. This value can be changed by changing max_data_points, which can't be greater than 10k.

Parameters
Name Description
request ReadTensorboardTimeSeriesDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ReadTensorboardTimeSeriesDataResponse

The response received from the server.

ReadTensorboardTimeSeriesDataAsync(ReadTensorboardTimeSeriesDataRequest, CallOptions)

public virtual AsyncUnaryCall<ReadTensorboardTimeSeriesDataResponse> ReadTensorboardTimeSeriesDataAsync(ReadTensorboardTimeSeriesDataRequest request, CallOptions options)

Reads a TensorboardTimeSeries' data. By default, if the number of data points stored is less than 1000, all data is returned. Otherwise, 1000 data points is randomly selected from this time series and returned. This value can be changed by changing max_data_points, which can't be greater than 10k.

Parameters
Name Description
request ReadTensorboardTimeSeriesDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallReadTensorboardTimeSeriesDataResponse

The call object.

ReadTensorboardTimeSeriesDataAsync(ReadTensorboardTimeSeriesDataRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ReadTensorboardTimeSeriesDataResponse> ReadTensorboardTimeSeriesDataAsync(ReadTensorboardTimeSeriesDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Reads a TensorboardTimeSeries' data. By default, if the number of data points stored is less than 1000, all data is returned. Otherwise, 1000 data points is randomly selected from this time series and returned. This value can be changed by changing max_data_points, which can't be greater than 10k.

Parameters
Name Description
request ReadTensorboardTimeSeriesDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallReadTensorboardTimeSeriesDataResponse

The call object.

ReadTensorboardUsage(ReadTensorboardUsageRequest, CallOptions)

public virtual ReadTensorboardUsageResponse ReadTensorboardUsage(ReadTensorboardUsageRequest request, CallOptions options)

Returns a list of monthly active users for a given TensorBoard instance.

Parameters
Name Description
request ReadTensorboardUsageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ReadTensorboardUsageResponse

The response received from the server.

ReadTensorboardUsage(ReadTensorboardUsageRequest, Metadata, DateTime?, CancellationToken)

public virtual ReadTensorboardUsageResponse ReadTensorboardUsage(ReadTensorboardUsageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns a list of monthly active users for a given TensorBoard instance.

Parameters
Name Description
request ReadTensorboardUsageRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ReadTensorboardUsageResponse

The response received from the server.

ReadTensorboardUsageAsync(ReadTensorboardUsageRequest, CallOptions)

public virtual AsyncUnaryCall<ReadTensorboardUsageResponse> ReadTensorboardUsageAsync(ReadTensorboardUsageRequest request, CallOptions options)

Returns a list of monthly active users for a given TensorBoard instance.

Parameters
Name Description
request ReadTensorboardUsageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallReadTensorboardUsageResponse

The call object.

ReadTensorboardUsageAsync(ReadTensorboardUsageRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ReadTensorboardUsageResponse> ReadTensorboardUsageAsync(ReadTensorboardUsageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns a list of monthly active users for a given TensorBoard instance.

Parameters
Name Description
request ReadTensorboardUsageRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallReadTensorboardUsageResponse

The call object.

UpdateTensorboard(UpdateTensorboardRequest, CallOptions)

public virtual Operation UpdateTensorboard(UpdateTensorboardRequest request, CallOptions options)

Updates a Tensorboard.

Parameters
Name Description
request UpdateTensorboardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateTensorboard(UpdateTensorboardRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateTensorboard(UpdateTensorboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a Tensorboard.

Parameters
Name Description
request UpdateTensorboardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateTensorboardAsync(UpdateTensorboardRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateTensorboardAsync(UpdateTensorboardRequest request, CallOptions options)

Updates a Tensorboard.

Parameters
Name Description
request UpdateTensorboardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateTensorboardAsync(UpdateTensorboardRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateTensorboardAsync(UpdateTensorboardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a Tensorboard.

Parameters
Name Description
request UpdateTensorboardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateTensorboardExperiment(UpdateTensorboardExperimentRequest, CallOptions)

public virtual TensorboardExperiment UpdateTensorboardExperiment(UpdateTensorboardExperimentRequest request, CallOptions options)

Updates a TensorboardExperiment.

Parameters
Name Description
request UpdateTensorboardExperimentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
TensorboardExperiment

The response received from the server.

UpdateTensorboardExperiment(UpdateTensorboardExperimentRequest, Metadata, DateTime?, CancellationToken)

public virtual TensorboardExperiment UpdateTensorboardExperiment(UpdateTensorboardExperimentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a TensorboardExperiment.

Parameters
Name Description
request UpdateTensorboardExperimentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
TensorboardExperiment

The response received from the server.

UpdateTensorboardExperimentAsync(UpdateTensorboardExperimentRequest, CallOptions)

public virtual AsyncUnaryCall<TensorboardExperiment> UpdateTensorboardExperimentAsync(UpdateTensorboardExperimentRequest request, CallOptions options)

Updates a TensorboardExperiment.

Parameters
Name Description
request UpdateTensorboardExperimentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallTensorboardExperiment

The call object.

UpdateTensorboardExperimentAsync(UpdateTensorboardExperimentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<TensorboardExperiment> UpdateTensorboardExperimentAsync(UpdateTensorboardExperimentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a TensorboardExperiment.

Parameters
Name Description
request UpdateTensorboardExperimentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallTensorboardExperiment

The call object.

UpdateTensorboardRun(UpdateTensorboardRunRequest, CallOptions)

public virtual TensorboardRun UpdateTensorboardRun(UpdateTensorboardRunRequest request, CallOptions options)

Updates a TensorboardRun.

Parameters
Name Description
request UpdateTensorboardRunRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
TensorboardRun

The response received from the server.

UpdateTensorboardRun(UpdateTensorboardRunRequest, Metadata, DateTime?, CancellationToken)

public virtual TensorboardRun UpdateTensorboardRun(UpdateTensorboardRunRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a TensorboardRun.

Parameters
Name Description
request UpdateTensorboardRunRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
TensorboardRun

The response received from the server.

UpdateTensorboardRunAsync(UpdateTensorboardRunRequest, CallOptions)

public virtual AsyncUnaryCall<TensorboardRun> UpdateTensorboardRunAsync(UpdateTensorboardRunRequest request, CallOptions options)

Updates a TensorboardRun.

Parameters
Name Description
request UpdateTensorboardRunRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallTensorboardRun

The call object.

UpdateTensorboardRunAsync(UpdateTensorboardRunRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<TensorboardRun> UpdateTensorboardRunAsync(UpdateTensorboardRunRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a TensorboardRun.

Parameters
Name Description
request UpdateTensorboardRunRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallTensorboardRun

The call object.

UpdateTensorboardTimeSeries(UpdateTensorboardTimeSeriesRequest, CallOptions)

public virtual TensorboardTimeSeries UpdateTensorboardTimeSeries(UpdateTensorboardTimeSeriesRequest request, CallOptions options)

Updates a TensorboardTimeSeries.

Parameters
Name Description
request UpdateTensorboardTimeSeriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
TensorboardTimeSeries

The response received from the server.

UpdateTensorboardTimeSeries(UpdateTensorboardTimeSeriesRequest, Metadata, DateTime?, CancellationToken)

public virtual TensorboardTimeSeries UpdateTensorboardTimeSeries(UpdateTensorboardTimeSeriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a TensorboardTimeSeries.

Parameters
Name Description
request UpdateTensorboardTimeSeriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
TensorboardTimeSeries

The response received from the server.

UpdateTensorboardTimeSeriesAsync(UpdateTensorboardTimeSeriesRequest, CallOptions)

public virtual AsyncUnaryCall<TensorboardTimeSeries> UpdateTensorboardTimeSeriesAsync(UpdateTensorboardTimeSeriesRequest request, CallOptions options)

Updates a TensorboardTimeSeries.

Parameters
Name Description
request UpdateTensorboardTimeSeriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallTensorboardTimeSeries

The call object.

UpdateTensorboardTimeSeriesAsync(UpdateTensorboardTimeSeriesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<TensorboardTimeSeries> UpdateTensorboardTimeSeriesAsync(UpdateTensorboardTimeSeriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a TensorboardTimeSeries.

Parameters
Name Description
request UpdateTensorboardTimeSeriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallTensorboardTimeSeries

The call object.

WriteTensorboardExperimentData(WriteTensorboardExperimentDataRequest, CallOptions)

public virtual WriteTensorboardExperimentDataResponse WriteTensorboardExperimentData(WriteTensorboardExperimentDataRequest request, CallOptions options)

Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If any data fail to be ingested, an error is returned.

Parameters
Name Description
request WriteTensorboardExperimentDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
WriteTensorboardExperimentDataResponse

The response received from the server.

WriteTensorboardExperimentData(WriteTensorboardExperimentDataRequest, Metadata, DateTime?, CancellationToken)

public virtual WriteTensorboardExperimentDataResponse WriteTensorboardExperimentData(WriteTensorboardExperimentDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If any data fail to be ingested, an error is returned.

Parameters
Name Description
request WriteTensorboardExperimentDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
WriteTensorboardExperimentDataResponse

The response received from the server.

WriteTensorboardExperimentDataAsync(WriteTensorboardExperimentDataRequest, CallOptions)

public virtual AsyncUnaryCall<WriteTensorboardExperimentDataResponse> WriteTensorboardExperimentDataAsync(WriteTensorboardExperimentDataRequest request, CallOptions options)

Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If any data fail to be ingested, an error is returned.

Parameters
Name Description
request WriteTensorboardExperimentDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallWriteTensorboardExperimentDataResponse

The call object.

WriteTensorboardExperimentDataAsync(WriteTensorboardExperimentDataRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<WriteTensorboardExperimentDataResponse> WriteTensorboardExperimentDataAsync(WriteTensorboardExperimentDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If any data fail to be ingested, an error is returned.

Parameters
Name Description
request WriteTensorboardExperimentDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallWriteTensorboardExperimentDataResponse

The call object.

WriteTensorboardRunData(WriteTensorboardRunDataRequest, CallOptions)

public virtual WriteTensorboardRunDataResponse WriteTensorboardRunData(WriteTensorboardRunDataRequest request, CallOptions options)

Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If any data fail to be ingested, an error is returned.

Parameters
Name Description
request WriteTensorboardRunDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
WriteTensorboardRunDataResponse

The response received from the server.

WriteTensorboardRunData(WriteTensorboardRunDataRequest, Metadata, DateTime?, CancellationToken)

public virtual WriteTensorboardRunDataResponse WriteTensorboardRunData(WriteTensorboardRunDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If any data fail to be ingested, an error is returned.

Parameters
Name Description
request WriteTensorboardRunDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
WriteTensorboardRunDataResponse

The response received from the server.

WriteTensorboardRunDataAsync(WriteTensorboardRunDataRequest, CallOptions)

public virtual AsyncUnaryCall<WriteTensorboardRunDataResponse> WriteTensorboardRunDataAsync(WriteTensorboardRunDataRequest request, CallOptions options)

Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If any data fail to be ingested, an error is returned.

Parameters
Name Description
request WriteTensorboardRunDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallWriteTensorboardRunDataResponse

The call object.

WriteTensorboardRunDataAsync(WriteTensorboardRunDataRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<WriteTensorboardRunDataResponse> WriteTensorboardRunDataAsync(WriteTensorboardRunDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If any data fail to be ingested, an error is returned.

Parameters
Name Description
request WriteTensorboardRunDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallWriteTensorboardRunDataResponse

The call object.