public interface ExportTensorboardTimeSeriesDataRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFilter()
public abstract String getFilter()
Exports the TensorboardTimeSeries' data that match the filter expression.
string filter = 2;
Returns | |
---|---|
Type | Description |
String |
The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes()
Exports the TensorboardTimeSeries' data that match the filter expression.
string filter = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for filter. |
getOrderBy()
public abstract String getOrderBy()
Field to use to sort the TensorboardTimeSeries' data. By default, TensorboardTimeSeries' data is returned in a pseudo random order.
string order_by = 5;
Returns | |
---|---|
Type | Description |
String |
The orderBy. |
getOrderByBytes()
public abstract ByteString getOrderByBytes()
Field to use to sort the TensorboardTimeSeries' data. By default, TensorboardTimeSeries' data is returned in a pseudo random order.
string order_by = 5;
Returns | |
---|---|
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 is 1000. Values must be between 1 and 10000. Values above 10000 are coerced to 10000.
int32 page_size = 3;
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken()
A page token, received from a previous ExportTensorboardTimeSeriesData call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ExportTensorboardTimeSeriesData must match the call that provided the page token.
string page_token = 4;
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()
A page token, received from a previous ExportTensorboardTimeSeriesData call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ExportTensorboardTimeSeriesData must match the call that provided the page token.
string page_token = 4;
Returns | |
---|---|
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) = { ... }
Returns | |
---|---|
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) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tensorboardTimeSeries. |