public interface ExportTensorboardTimeSeriesDataRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFilter()
public abstract String getFilter()Exports the TensorboardTimeSeries' data that match the filter expression.
string filter = 2;
| Type | Description |
| String | The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes()Exports the TensorboardTimeSeries' data that match the filter expression.
string filter = 2;
| Type | Description |
| ByteString | The bytes for filter. |
getOrderBy()
public abstract String getOrderBy()Field to use to sort the TensorboardTimeSeries' data. By default, TensorboardTimeSeries' data will be returned in a pseudo random order.
string order_by = 5;
| Type | Description |
| String | The orderBy. |
getOrderByBytes()
public abstract ByteString getOrderByBytes()Field to use to sort the TensorboardTimeSeries' data. By default, TensorboardTimeSeries' data will be returned in a pseudo random order.
string order_by = 5;
| Type | Description |
| ByteString | The bytes for orderBy. |
getPageSize()
public abstract int getPageSize()The maximum number of data points to return per page. The default page_size will be 1000. Values must be between 1 and 10000. Values above 10000 will be coerced to 10000.
int32 page_size = 3;
| Type | Description |
| int | The pageSize. |
getPageToken()
public abstract String getPageToken()A page token, received from a previous [TensorboardService.ExportTensorboardTimeSeries][] call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to [TensorboardService.ExportTensorboardTimeSeries][] must match the call that provided the page token.
string page_token = 4;
| Type | Description |
| String | The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()A page token, received from a previous [TensorboardService.ExportTensorboardTimeSeries][] call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to [TensorboardService.ExportTensorboardTimeSeries][] must match the call that provided the page token.
string page_token = 4;
| Type | Description |
| ByteString | The bytes for pageToken. |
getTensorboardTimeSeries()
public abstract String getTensorboardTimeSeries() Required. The resource name of the TensorboardTimeSeries to export 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) = { ... }
| Type | Description |
| String | The tensorboardTimeSeries. |
getTensorboardTimeSeriesBytes()
public abstract ByteString getTensorboardTimeSeriesBytes() Required. The resource name of the TensorboardTimeSeries to export 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) = { ... }
| Type | Description |
| ByteString | The bytes for tensorboardTimeSeries. |