public interface ReadTensorboardTimeSeriesDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Reads the TensorboardTimeSeries' data that match the filter expression.
|
com.google.protobuf.ByteString |
getFilterBytes()
Reads the TensorboardTimeSeries' data that match the filter expression.
|
int |
getMaxDataPoints()
The maximum number of TensorboardTimeSeries' data to return.
|
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 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) = { ... }
com.google.protobuf.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) = { ... }
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;String getFilter()
Reads the TensorboardTimeSeries' data that match the filter expression.
string filter = 3;com.google.protobuf.ByteString getFilterBytes()
Reads the TensorboardTimeSeries' data that match the filter expression.
string filter = 3;Copyright © 2024 Google LLC. All rights reserved.