Class ListTensorboardRunsResponse (1.6.0)

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

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
RepeatedField<TensorboardRun>

Methods

GetEnumerator()

public IEnumerator<TensorboardRun> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<TensorboardRun>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator