Class ListTensorboardsResponse (1.6.0)

public sealed class ListTensorboardsResponse : IMessage<ListTensorboardsResponse>, IEquatable<ListTensorboardsResponse>, IDeepCloneable<ListTensorboardsResponse>, IBufferMessage, IMessage, IPageResponse<Tensorboard>, IEnumerable<Tensorboard>, IEnumerable

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

Inheritance

Object > ListTensorboardsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListTensorboardsResponse()

public ListTensorboardsResponse()

ListTensorboardsResponse(ListTensorboardsResponse)

public ListTensorboardsResponse(ListTensorboardsResponse other)
Parameter
NameDescription
otherListTensorboardsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
String

Tensorboards

public RepeatedField<Tensorboard> Tensorboards { get; }

The Tensorboards mathching the request.

Property Value
TypeDescription
RepeatedField<Tensorboard>

Methods

GetEnumerator()

public IEnumerator<Tensorboard> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Tensorboard>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator