public interface ExportTensorboardTimeSeriesDataResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getTimeSeriesDataPoints(int index)
public abstract TimeSeriesDataPoint getTimeSeriesDataPoints(int index)The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesDataPoint |
|
getTimeSeriesDataPointsCount()
public abstract int getTimeSeriesDataPointsCount()The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTimeSeriesDataPointsList()
public abstract List<TimeSeriesDataPoint> getTimeSeriesDataPointsList()The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
| Returns | |
|---|---|
| Type | Description |
List<TimeSeriesDataPoint> |
|
getTimeSeriesDataPointsOrBuilder(int index)
public abstract TimeSeriesDataPointOrBuilder getTimeSeriesDataPointsOrBuilder(int index)The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesDataPointOrBuilder |
|
getTimeSeriesDataPointsOrBuilderList()
public abstract List<? extends TimeSeriesDataPointOrBuilder> getTimeSeriesDataPointsOrBuilderList()The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.TimeSeriesDataPointOrBuilder> |
|