public sealed class ExportTensorboardTimeSeriesDataResponse : IMessage<ExportTensorboardTimeSeriesDataResponse>, IEquatable<ExportTensorboardTimeSeriesDataResponse>, IDeepCloneable<ExportTensorboardTimeSeriesDataResponse>, IBufferMessage, IMessage, IPageResponse<TimeSeriesDataPoint>, IEnumerable<TimeSeriesDataPoint>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ExportTensorboardTimeSeriesDataResponse.
Response message for [TensorboardService.ExportTensorboardTimeSeriesData][google.cloud.aiplatform.v1beta1.TensorboardService.ExportTensorboardTimeSeriesData].
Implements
IMessageExportTensorboardTimeSeriesDataResponse, IEquatableExportTensorboardTimeSeriesDataResponse, IDeepCloneableExportTensorboardTimeSeriesDataResponse, IBufferMessage, IMessage, IPageResponseTimeSeriesDataPoint, IEnumerableTimeSeriesDataPoint, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ExportTensorboardTimeSeriesDataResponse()
public ExportTensorboardTimeSeriesDataResponse()ExportTensorboardTimeSeriesDataResponse(ExportTensorboardTimeSeriesDataResponse)
public ExportTensorboardTimeSeriesDataResponse(ExportTensorboardTimeSeriesDataResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportTensorboardTimeSeriesDataResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as [page_token][google.cloud.aiplatform.v1beta1.ExportTensorboardTimeSeriesDataRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TimeSeriesDataPoints
public RepeatedField<TimeSeriesDataPoint> TimeSeriesDataPoints { get; }The returned time series data points.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTimeSeriesDataPoint |
|
Methods
GetEnumerator()
public IEnumerator<TimeSeriesDataPoint> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorTimeSeriesDataPoint |
|