Cloud AI Platform v1 API - Class ListTensorboardExperimentsResponse (2.27.0)

public sealed class ListTensorboardExperimentsResponse : IMessage<ListTensorboardExperimentsResponse>, IEquatable<ListTensorboardExperimentsResponse>, IDeepCloneable<ListTensorboardExperimentsResponse>, IBufferMessage, IMessage, IPageResponse<TensorboardExperiment>, IEnumerable<TensorboardExperiment>, IEnumerable

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

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

Inheritance

object > ListTensorboardExperimentsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListTensorboardExperimentsResponse()

public ListTensorboardExperimentsResponse()

ListTensorboardExperimentsResponse(ListTensorboardExperimentsResponse)

public ListTensorboardExperimentsResponse(ListTensorboardExperimentsResponse other)
Parameter
NameDescription
otherListTensorboardExperimentsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

TensorboardExperiments

public RepeatedField<TensorboardExperiment> TensorboardExperiments { get; }

The TensorboardExperiments mathching the request.

Property Value
TypeDescription
RepeatedFieldTensorboardExperiment

Methods

GetEnumerator()

public IEnumerator<TensorboardExperiment> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorTensorboardExperiment