public interface BatchReadTensorboardTimeSeriesDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getTensorboard()
Required.
|
com.google.protobuf.ByteString |
getTensorboardBytes()
Required.
|
String |
getTimeSeries(int index)
Required.
|
com.google.protobuf.ByteString |
getTimeSeriesBytes(int index)
Required.
|
int |
getTimeSeriesCount()
Required.
|
List<String> |
getTimeSeriesList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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][google.cloud.aiplatform.v1beta1.BatchReadTensorboardTimeSeriesDataRequest.time_series]
must be sub resources of this Tensorboard.
string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.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][google.cloud.aiplatform.v1beta1.BatchReadTensorboardTimeSeriesDataRequest.time_series]
must be sub resources of this Tensorboard.
string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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) = { ... }
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) = { ... }
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) = { ... }
index - The index of the element to return.com.google.protobuf.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) = { ... }
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.