public interface ReadTensorboardBlobDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBlobIds(int index)
IDs of the blobs to read.
|
com.google.protobuf.ByteString |
getBlobIdsBytes(int index)
IDs of the blobs to read.
|
int |
getBlobIdsCount()
IDs of the blobs to read.
|
List<String> |
getBlobIdsList()
IDs of the blobs to read.
|
String |
getTimeSeries()
Required.
|
com.google.protobuf.ByteString |
getTimeSeriesBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTimeSeries()
Required. The resource name of the TensorboardTimeSeries to list Blobs.
Format:
'projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}'
string time_series = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getTimeSeriesBytes()
Required. The resource name of the TensorboardTimeSeries to list Blobs.
Format:
'projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}'
string time_series = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<String> getBlobIdsList()
IDs of the blobs to read.
repeated string blob_ids = 2;int getBlobIdsCount()
IDs of the blobs to read.
repeated string blob_ids = 2;String getBlobIds(int index)
IDs of the blobs to read.
repeated string blob_ids = 2;index - The index of the element to return.com.google.protobuf.ByteString getBlobIdsBytes(int index)
IDs of the blobs to read.
repeated string blob_ids = 2;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.