Cloud AI Platform v1 API - Class TensorboardService.TensorboardServiceClient (2.27.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
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

TensorboardServiceClient(ChannelBase)

public TensorboardServiceClient(ChannelBase channel)

Creates a new client for TensorboardService

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

TensorboardServiceClient(ClientBaseConfiguration)

protected TensorboardServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

The client configuration.

Methods

BatchCreateTensorboardRuns(BatchCreateTensorboardRunsRequest, CallOptions)

public virtual BatchCreateTensorboardRunsResponse BatchCreateTensorboardRuns(BatchCreateTensorboardRunsRequest request, CallOptions options)

Batch create TensorboardRuns.

Parameters
NameDescription
requestBatchCreateTensorboardRunsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestBatchCreateTensorboardRunsRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
BatchCreateTensorboardRunsResponse

The response received from the server.

BatchCreateTensorboardRunsAsync(BatchCreateTensorboardRunsRequest, CallOptions)

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

Batch create TensorboardRuns.

Parameters
NameDescription
requestBatchCreateTensorboardRunsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestBatchCreateTensorboardRunsRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallBatchCreateTensorboardRunsResponse

The call object.

BatchCreateTensorboardTimeSeries(BatchCreateTensorboardTimeSeriesRequest, CallOptions)

public virtual BatchCreateTensorboardTimeSeriesResponse BatchCreateTensorboardTimeSeries(BatchCreateTensorboardTimeSeriesRequest request, CallOptions options)

Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.

Parameters
NameDescription
requestBatchCreateTensorboardTimeSeriesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestBatchCreateTensorboardTimeSeriesRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestBatchCreateTensorboardTimeSeriesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestBatchCreateTensorboardTimeSeriesRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestBatchReadTensorboardTimeSeriesDataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestBatchReadTensorboardTimeSeriesDataRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestBatchReadTensorboardTimeSeriesDataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestBatchReadTensorboardTimeSeriesDataRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
requestCreateTensorboardRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateTensorboardRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateTensorboardAsync(CreateTensorboardRequest, CallOptions)

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

Creates a Tensorboard.

Parameters
NameDescription
requestCreateTensorboardRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateTensorboardRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateTensorboardExperiment(CreateTensorboardExperimentRequest, CallOptions)

public virtual TensorboardExperiment CreateTensorboardExperiment(CreateTensorboardExperimentRequest request, CallOptions options)

Creates a TensorboardExperiment.

Parameters
NameDescription
requestCreateTensorboardExperimentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateTensorboardExperimentRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
TensorboardExperiment

The response received from the server.

CreateTensorboardExperimentAsync(CreateTensorboardExperimentRequest, CallOptions)

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

Creates a TensorboardExperiment.

Parameters
NameDescription
requestCreateTensorboardExperimentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateTensorboardExperimentRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallTensorboardExperiment

The call object.

CreateTensorboardRun(CreateTensorboardRunRequest, CallOptions)

public virtual TensorboardRun CreateTensorboardRun(CreateTensorboardRunRequest request, CallOptions options)

Creates a TensorboardRun.

Parameters
NameDescription
requestCreateTensorboardRunRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateTensorboardRunRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
TensorboardRun

The response received from the server.

CreateTensorboardRunAsync(CreateTensorboardRunRequest, CallOptions)

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

Creates a TensorboardRun.

Parameters
NameDescription
requestCreateTensorboardRunRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateTensorboardRunRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallTensorboardRun

The call object.

CreateTensorboardTimeSeries(CreateTensorboardTimeSeriesRequest, CallOptions)

public virtual TensorboardTimeSeries CreateTensorboardTimeSeries(CreateTensorboardTimeSeriesRequest request, CallOptions options)

Creates a TensorboardTimeSeries.

Parameters
NameDescription
requestCreateTensorboardTimeSeriesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateTensorboardTimeSeriesRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
TensorboardTimeSeries

The response received from the server.

CreateTensorboardTimeSeriesAsync(CreateTensorboardTimeSeriesRequest, CallOptions)

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

Creates a TensorboardTimeSeries.

Parameters
NameDescription
requestCreateTensorboardTimeSeriesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateTensorboardTimeSeriesRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallTensorboardTimeSeries

The call object.

DeleteTensorboard(DeleteTensorboardRequest, CallOptions)

public virtual Operation DeleteTensorboard(DeleteTensorboardRequest request, CallOptions options)

Deletes a Tensorboard.

Parameters
NameDescription
requestDeleteTensorboardRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteTensorboardRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteTensorboardAsync(DeleteTensorboardRequest, CallOptions)

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

Deletes a Tensorboard.

Parameters
NameDescription
requestDeleteTensorboardRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteTensorboardRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteTensorboardExperiment(DeleteTensorboardExperimentRequest, CallOptions)

public virtual Operation DeleteTensorboardExperiment(DeleteTensorboardExperimentRequest request, CallOptions options)

Deletes a TensorboardExperiment.

Parameters
NameDescription
requestDeleteTensorboardExperimentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteTensorboardExperimentRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteTensorboardExperimentAsync(DeleteTensorboardExperimentRequest, CallOptions)

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

Deletes a TensorboardExperiment.

Parameters
NameDescription
requestDeleteTensorboardExperimentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteTensorboardExperimentRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteTensorboardRun(DeleteTensorboardRunRequest, CallOptions)

public virtual Operation DeleteTensorboardRun(DeleteTensorboardRunRequest request, CallOptions options)

Deletes a TensorboardRun.

Parameters
NameDescription
requestDeleteTensorboardRunRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteTensorboardRunRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteTensorboardRunAsync(DeleteTensorboardRunRequest, CallOptions)

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

Deletes a TensorboardRun.

Parameters
NameDescription
requestDeleteTensorboardRunRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteTensorboardRunRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteTensorboardTimeSeries(DeleteTensorboardTimeSeriesRequest, CallOptions)

public virtual Operation DeleteTensorboardTimeSeries(DeleteTensorboardTimeSeriesRequest request, CallOptions options)

Deletes a TensorboardTimeSeries.

Parameters
NameDescription
requestDeleteTensorboardTimeSeriesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteTensorboardTimeSeriesRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteTensorboardTimeSeriesAsync(DeleteTensorboardTimeSeriesRequest, CallOptions)

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

Deletes a TensorboardTimeSeries.

Parameters
NameDescription
requestDeleteTensorboardTimeSeriesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteTensorboardTimeSeriesRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestExportTensorboardTimeSeriesDataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestExportTensorboardTimeSeriesDataRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestExportTensorboardTimeSeriesDataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestExportTensorboardTimeSeriesDataRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallExportTensorboardTimeSeriesDataResponse

The call object.

GetTensorboard(GetTensorboardRequest, CallOptions)

public virtual Tensorboard GetTensorboard(GetTensorboardRequest request, CallOptions options)

Gets a Tensorboard.

Parameters
NameDescription
requestGetTensorboardRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetTensorboardRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Tensorboard

The response received from the server.

GetTensorboardAsync(GetTensorboardRequest, CallOptions)

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

Gets a Tensorboard.

Parameters
NameDescription
requestGetTensorboardRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetTensorboardRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallTensorboard

The call object.

GetTensorboardExperiment(GetTensorboardExperimentRequest, CallOptions)

public virtual TensorboardExperiment GetTensorboardExperiment(GetTensorboardExperimentRequest request, CallOptions options)

Gets a TensorboardExperiment.

Parameters
NameDescription
requestGetTensorboardExperimentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetTensorboardExperimentRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
TensorboardExperiment

The response received from the server.

GetTensorboardExperimentAsync(GetTensorboardExperimentRequest, CallOptions)

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

Gets a TensorboardExperiment.

Parameters
NameDescription
requestGetTensorboardExperimentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetTensorboardExperimentRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallTensorboardExperiment

The call object.

GetTensorboardRun(GetTensorboardRunRequest, CallOptions)

public virtual TensorboardRun GetTensorboardRun(GetTensorboardRunRequest request, CallOptions options)

Gets a TensorboardRun.

Parameters
NameDescription
requestGetTensorboardRunRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetTensorboardRunRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
TensorboardRun

The response received from the server.

GetTensorboardRunAsync(GetTensorboardRunRequest, CallOptions)

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

Gets a TensorboardRun.

Parameters
NameDescription
requestGetTensorboardRunRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetTensorboardRunRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallTensorboardRun

The call object.

GetTensorboardTimeSeries(GetTensorboardTimeSeriesRequest, CallOptions)

public virtual TensorboardTimeSeries GetTensorboardTimeSeries(GetTensorboardTimeSeriesRequest request, CallOptions options)

Gets a TensorboardTimeSeries.

Parameters
NameDescription
requestGetTensorboardTimeSeriesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetTensorboardTimeSeriesRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
TensorboardTimeSeries

The response received from the server.

GetTensorboardTimeSeriesAsync(GetTensorboardTimeSeriesRequest, CallOptions)

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

Gets a TensorboardTimeSeries.

Parameters
NameDescription
requestGetTensorboardTimeSeriesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetTensorboardTimeSeriesRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallTensorboardTimeSeries

The call object.

ListTensorboardExperiments(ListTensorboardExperimentsRequest, CallOptions)

public virtual ListTensorboardExperimentsResponse ListTensorboardExperiments(ListTensorboardExperimentsRequest request, CallOptions options)

Lists TensorboardExperiments in a Location.

Parameters
NameDescription
requestListTensorboardExperimentsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListTensorboardExperimentsRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListTensorboardExperimentsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListTensorboardExperimentsRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListTensorboardExperimentsResponse

The call object.

ListTensorboardRuns(ListTensorboardRunsRequest, CallOptions)

public virtual ListTensorboardRunsResponse ListTensorboardRuns(ListTensorboardRunsRequest request, CallOptions options)

Lists TensorboardRuns in a Location.

Parameters
NameDescription
requestListTensorboardRunsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListTensorboardRunsRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListTensorboardRunsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListTensorboardRunsRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListTensorboardRunsResponse

The call object.

ListTensorboardTimeSeries(ListTensorboardTimeSeriesRequest, CallOptions)

public virtual ListTensorboardTimeSeriesResponse ListTensorboardTimeSeries(ListTensorboardTimeSeriesRequest request, CallOptions options)

Lists TensorboardTimeSeries in a Location.

Parameters
NameDescription
requestListTensorboardTimeSeriesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListTensorboardTimeSeriesRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListTensorboardTimeSeriesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListTensorboardTimeSeriesRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListTensorboardTimeSeriesResponse

The call object.

ListTensorboards(ListTensorboardsRequest, CallOptions)

public virtual ListTensorboardsResponse ListTensorboards(ListTensorboardsRequest request, CallOptions options)

Lists Tensorboards in a Location.

Parameters
NameDescription
requestListTensorboardsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListTensorboardsRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListTensorboardsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListTensorboardsRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListTensorboardsResponse

The call object.

NewInstance(ClientBaseConfiguration)

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

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
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
NameDescription
requestReadTensorboardBlobDataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestReadTensorboardBlobDataRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestReadTensorboardSizeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestReadTensorboardSizeRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestReadTensorboardSizeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestReadTensorboardSizeRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestReadTensorboardTimeSeriesDataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestReadTensorboardTimeSeriesDataRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestReadTensorboardTimeSeriesDataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestReadTensorboardTimeSeriesDataRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestReadTensorboardUsageRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestReadTensorboardUsageRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestReadTensorboardUsageRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestReadTensorboardUsageRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallReadTensorboardUsageResponse

The call object.

UpdateTensorboard(UpdateTensorboardRequest, CallOptions)

public virtual Operation UpdateTensorboard(UpdateTensorboardRequest request, CallOptions options)

Updates a Tensorboard.

Parameters
NameDescription
requestUpdateTensorboardRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateTensorboardRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateTensorboardAsync(UpdateTensorboardRequest, CallOptions)

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

Updates a Tensorboard.

Parameters
NameDescription
requestUpdateTensorboardRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateTensorboardRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateTensorboardExperiment(UpdateTensorboardExperimentRequest, CallOptions)

public virtual TensorboardExperiment UpdateTensorboardExperiment(UpdateTensorboardExperimentRequest request, CallOptions options)

Updates a TensorboardExperiment.

Parameters
NameDescription
requestUpdateTensorboardExperimentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateTensorboardExperimentRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
TensorboardExperiment

The response received from the server.

UpdateTensorboardExperimentAsync(UpdateTensorboardExperimentRequest, CallOptions)

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

Updates a TensorboardExperiment.

Parameters
NameDescription
requestUpdateTensorboardExperimentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateTensorboardExperimentRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallTensorboardExperiment

The call object.

UpdateTensorboardRun(UpdateTensorboardRunRequest, CallOptions)

public virtual TensorboardRun UpdateTensorboardRun(UpdateTensorboardRunRequest request, CallOptions options)

Updates a TensorboardRun.

Parameters
NameDescription
requestUpdateTensorboardRunRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateTensorboardRunRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
TensorboardRun

The response received from the server.

UpdateTensorboardRunAsync(UpdateTensorboardRunRequest, CallOptions)

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

Updates a TensorboardRun.

Parameters
NameDescription
requestUpdateTensorboardRunRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateTensorboardRunRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallTensorboardRun

The call object.

UpdateTensorboardTimeSeries(UpdateTensorboardTimeSeriesRequest, CallOptions)

public virtual TensorboardTimeSeries UpdateTensorboardTimeSeries(UpdateTensorboardTimeSeriesRequest request, CallOptions options)

Updates a TensorboardTimeSeries.

Parameters
NameDescription
requestUpdateTensorboardTimeSeriesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateTensorboardTimeSeriesRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
TensorboardTimeSeries

The response received from the server.

UpdateTensorboardTimeSeriesAsync(UpdateTensorboardTimeSeriesRequest, CallOptions)

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

Updates a TensorboardTimeSeries.

Parameters
NameDescription
requestUpdateTensorboardTimeSeriesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateTensorboardTimeSeriesRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestWriteTensorboardExperimentDataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestWriteTensorboardExperimentDataRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestWriteTensorboardExperimentDataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestWriteTensorboardExperimentDataRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestWriteTensorboardRunDataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestWriteTensorboardRunDataRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestWriteTensorboardRunDataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestWriteTensorboardRunDataRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallWriteTensorboardRunDataResponse

The call object.