public interface BatchReadTensorboardTimeSeriesDataRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTensorboard()
public abstract String getTensorboard()
Required. The resource name of the Tensorboard containing
TensorboardTimeSeries to read data from. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
.
The TensorboardTimeSeries referenced by
time_series
must be sub resources of this Tensorboard.
string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The tensorboard. |
getTensorboardBytes()
public abstract ByteString getTensorboardBytes()
Required. The resource name of the Tensorboard containing
TensorboardTimeSeries to read data from. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
.
The TensorboardTimeSeries referenced by
time_series
must be sub resources of this Tensorboard.
string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tensorboard. |
getTimeSeries(int index)
public abstract String getTimeSeries(int index)
Required. The resource names of the TensorboardTimeSeries to read data
from. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The timeSeries at the given index. |
getTimeSeriesBytes(int index)
public abstract ByteString getTimeSeriesBytes(int index)
Required. The resource names of the TensorboardTimeSeries to read data
from. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the timeSeries at the given index. |
getTimeSeriesCount()
public abstract int getTimeSeriesCount()
Required. The resource names of the TensorboardTimeSeries to read data
from. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
int |
The count of timeSeries. |
getTimeSeriesList()
public abstract List<String> getTimeSeriesList()
Required. The resource names of the TensorboardTimeSeries to read data
from. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the timeSeries. |