public interface ExportTensorboardTimeSeriesDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Exports the TensorboardTimeSeries' data that match the filter expression.
|
com.google.protobuf.ByteString |
getFilterBytes()
Exports the TensorboardTimeSeries' data that match the filter expression.
|
String |
getOrderBy()
Field to use to sort the TensorboardTimeSeries' data.
|
com.google.protobuf.ByteString |
getOrderByBytes()
Field to use to sort the TensorboardTimeSeries' data.
|
int |
getPageSize()
The maximum number of data points to return per page.
|
String |
getPageToken()
A page token, received from a previous
[TensorboardService.ExportTensorboardTimeSeries][] call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A page token, received from a previous
[TensorboardService.ExportTensorboardTimeSeries][] call.
|
String |
getTensorboardTimeSeries()
Required.
|
com.google.protobuf.ByteString |
getTensorboardTimeSeriesBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
String getFilter()
Exports the TensorboardTimeSeries' data that match the filter expression.
string filter = 2;com.google.protobuf.ByteString getFilterBytes()
Exports the TensorboardTimeSeries' data that match the filter expression.
string filter = 2;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;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;com.google.protobuf.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;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;com.google.protobuf.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;Copyright © 2022 Google LLC. All rights reserved.