Cloud AI Platform v1 API - Class ListTensorboardRunsResponse (2.27.0)

public sealed class ListTensorboardRunsResponse : IMessage<ListTensorboardRunsResponse>, IEquatable<ListTensorboardRunsResponse>, IDeepCloneable<ListTensorboardRunsResponse>, IBufferMessage, IMessage, IPageResponse<TensorboardRun>, IEnumerable<TensorboardRun>, IEnumerable

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

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

Inheritance

object > ListTensorboardRunsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListTensorboardRunsResponse()

public ListTensorboardRunsResponse()

ListTensorboardRunsResponse(ListTensorboardRunsResponse)

public ListTensorboardRunsResponse(ListTensorboardRunsResponse other)
Parameter
NameDescription
otherListTensorboardRunsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

TensorboardRuns

public RepeatedField<TensorboardRun> TensorboardRuns { get; }

The TensorboardRuns mathching the request.

Property Value
TypeDescription
RepeatedFieldTensorboardRun

Methods

GetEnumerator()

public IEnumerator<TensorboardRun> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorTensorboardRun