public interface ExportTensorboardTimeSeriesDataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as
[ExportTensorboardTimeSeriesRequest.page_token][] to retrieve the next
page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ExportTensorboardTimeSeriesRequest.page_token][] to retrieve the next
page.
|
TimeSeriesDataPoint |
getTimeSeriesDataPoints(int index)
The returned time series data points.
|
int |
getTimeSeriesDataPointsCount()
The returned time series data points.
|
List<TimeSeriesDataPoint> |
getTimeSeriesDataPointsList()
The returned time series data points.
|
TimeSeriesDataPointOrBuilder |
getTimeSeriesDataPointsOrBuilder(int index)
The returned time series data points.
|
List<? extends TimeSeriesDataPointOrBuilder> |
getTimeSeriesDataPointsOrBuilderList()
The returned time series data points.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TimeSeriesDataPoint> getTimeSeriesDataPointsList()
The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
TimeSeriesDataPoint getTimeSeriesDataPoints(int index)
The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
int getTimeSeriesDataPointsCount()
The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
List<? extends TimeSeriesDataPointOrBuilder> getTimeSeriesDataPointsOrBuilderList()
The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
TimeSeriesDataPointOrBuilder getTimeSeriesDataPointsOrBuilder(int index)
The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
String getNextPageToken()
A token, which can be sent as [ExportTensorboardTimeSeriesRequest.page_token][] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ExportTensorboardTimeSeriesRequest.page_token][] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2022 Google LLC. All rights reserved.