Cloud AI Platform v1 API - Class ExportTensorboardTimeSeriesDataResponse (2.27.0)

public sealed class ExportTensorboardTimeSeriesDataResponse : IMessage<ExportTensorboardTimeSeriesDataResponse>, IEquatable<ExportTensorboardTimeSeriesDataResponse>, IDeepCloneable<ExportTensorboardTimeSeriesDataResponse>, IBufferMessage, IMessage, IPageResponse<TimeSeriesDataPoint>, IEnumerable<TimeSeriesDataPoint>, IEnumerable

Reference documentation and code samples for the Cloud AI Platform v1 API class ExportTensorboardTimeSeriesDataResponse.

Response message for [TensorboardService.ExportTensorboardTimeSeriesData][google.cloud.aiplatform.v1.TensorboardService.ExportTensorboardTimeSeriesData].

Inheritance

object > ExportTensorboardTimeSeriesDataResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExportTensorboardTimeSeriesDataResponse()

public ExportTensorboardTimeSeriesDataResponse()

ExportTensorboardTimeSeriesDataResponse(ExportTensorboardTimeSeriesDataResponse)

public ExportTensorboardTimeSeriesDataResponse(ExportTensorboardTimeSeriesDataResponse other)
Parameter
NameDescription
otherExportTensorboardTimeSeriesDataResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as [page_token][google.cloud.aiplatform.v1.ExportTensorboardTimeSeriesDataRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

TimeSeriesDataPoints

public RepeatedField<TimeSeriesDataPoint> TimeSeriesDataPoints { get; }

The returned time series data points.

Property Value
TypeDescription
RepeatedFieldTimeSeriesDataPoint

Methods

GetEnumerator()

public IEnumerator<TimeSeriesDataPoint> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorTimeSeriesDataPoint