Class ExportTensorboardTimeSeriesDataResponse (1.1.0)

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

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 [ExportTensorboardTimeSeriesRequest.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
RepeatedField<TimeSeriesDataPoint>

Methods

GetEnumerator()

public IEnumerator<TimeSeriesDataPoint> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<TimeSeriesDataPoint>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator