Interface ReadTensorboardTimeSeriesDataRequestOrBuilder (3.11.0)

public interface ReadTensorboardTimeSeriesDataRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilter()

public abstract String getFilter()

Reads the TensorboardTimeSeries' data that match the filter expression.

string filter = 3;

Returns
TypeDescription
String

The filter.

getFilterBytes()

public abstract ByteString getFilterBytes()

Reads the TensorboardTimeSeries' data that match the filter expression.

string filter = 3;

Returns
TypeDescription
ByteString

The bytes for filter.

getMaxDataPoints()

public abstract int getMaxDataPoints()

The maximum number of TensorboardTimeSeries' data to return. This value should be a positive integer. This value can be set to -1 to return all data.

int32 max_data_points = 2;

Returns
TypeDescription
int

The maxDataPoints.

getTensorboardTimeSeries()

public abstract String getTensorboardTimeSeries()

Required. The resource name of the TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}

string tensorboard_time_series = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The tensorboardTimeSeries.

getTensorboardTimeSeriesBytes()

public abstract ByteString getTensorboardTimeSeriesBytes()

Required. The resource name of the TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}

string tensorboard_time_series = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for tensorboardTimeSeries.