Cloud AI Platform v1 API - Class ListTensorboardsResponse (2.27.0)

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

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

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
RepeatedFieldTensorboard

Methods

GetEnumerator()

public IEnumerator<Tensorboard> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorTensorboard