Class TensorboardService.TensorboardServiceClient (1.1.0)

public class TensorboardServiceClient : ClientBase<TensorboardService.TensorboardServiceClient>

Client for TensorboardService

Inheritance

Object > ClientBase > ClientBase<TensorboardService.TensorboardServiceClient> > 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(ClientBase.ClientBaseConfiguration)

protected TensorboardServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBase.ClientBaseConfiguration

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, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<BatchCreateTensorboardRunsResponse>

The call object.

BatchCreateTensorboardRunsAsync(BatchCreateTensorboardRunsRequest, Metadata, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<BatchCreateTensorboardRunsResponse>

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, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<BatchCreateTensorboardTimeSeriesResponse>

The call object.

BatchCreateTensorboardTimeSeriesAsync(BatchCreateTensorboardTimeSeriesRequest, Metadata, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<BatchCreateTensorboardTimeSeriesResponse>

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 will be returned. Otherwise, that limit number of data points will be 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, Nullable<DateTime>, CancellationToken)

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

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 will be returned. Otherwise, that limit number of data points will be 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.

deadlineNullable<DateTime>

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 will be returned. Otherwise, that limit number of data points will be 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
AsyncUnaryCall<BatchReadTensorboardTimeSeriesDataResponse>

The call object.

BatchReadTensorboardTimeSeriesDataAsync(BatchReadTensorboardTimeSeriesDataRequest, Metadata, Nullable<DateTime>, CancellationToken)

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

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 will be returned. Otherwise, that limit number of data points will be 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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<BatchReadTensorboardTimeSeriesDataResponse>

The call object.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

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

Returns
TypeDescription
Operations.OperationsClient

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, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<Operation>

The call object.

CreateTensorboardAsync(CreateTensorboardRequest, Metadata, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<Operation>

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, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<TensorboardExperiment>

The call object.

CreateTensorboardExperimentAsync(CreateTensorboardExperimentRequest, Metadata, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<TensorboardExperiment>

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, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<TensorboardRun>

The call object.

CreateTensorboardRunAsync(CreateTensorboardRunRequest, Metadata, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<TensorboardRun>

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, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<TensorboardTimeSeries>

The call object.

CreateTensorboardTimeSeriesAsync(CreateTensorboardTimeSeriesRequest, Metadata, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<TensorboardTimeSeries>

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, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<Operation>

The call object.

DeleteTensorboardAsync(DeleteTensorboardRequest, Metadata, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<Operation>

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, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<Operation>

The call object.

DeleteTensorboardExperimentAsync(DeleteTensorboardExperimentRequest, Metadata, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<Operation>

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, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<Operation>

The call object.

DeleteTensorboardRunAsync(DeleteTensorboardRunRequest, Metadata, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<Operation>

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, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<Operation>

The call object.

DeleteTensorboardTimeSeriesAsync(DeleteTensorboardTimeSeriesRequest, Metadata, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<Operation>

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, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<ExportTensorboardTimeSeriesDataResponse>

The call object.

ExportTensorboardTimeSeriesDataAsync(ExportTensorboardTimeSeriesDataRequest, Metadata, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<ExportTensorboardTimeSeriesDataResponse>

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, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<Tensorboard>

The call object.

GetTensorboardAsync(GetTensorboardRequest, Metadata, Nullable<DateTime>, CancellationToken)

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

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.

deadlineNullable<DateTime>

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
AsyncUnaryCall<