public interface BatchReadTensorboardTimeSeriesDataRequestOrBuilder extends MessageOrBuilderImplements
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) = { ... }
| 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) = { ... }
| 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) = { ... }
| Name | Description |
| index | intThe index of the element to return. |
| 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) = { ... }
| Name | Description |
| index | intThe index of the value to return. |
| 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) = { ... }
| 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) = { ... }
| Type | Description |
| List<String> | A list containing the timeSeries. |