Cloud AI Platform v1 API - Class ListModelsResponse (2.27.0)

public sealed class ListModelsResponse : IMessage<ListModelsResponse>, IEquatable<ListModelsResponse>, IDeepCloneable<ListModelsResponse>, IBufferMessage, IMessage, IPageResponse<Model>, IEnumerable<Model>, IEnumerable

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

Response message for [ModelService.ListModels][google.cloud.aiplatform.v1.ModelService.ListModels]

Inheritance

object > ListModelsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListModelsResponse()

public ListModelsResponse()

ListModelsResponse(ListModelsResponse)

public ListModelsResponse(ListModelsResponse other)
Parameter
NameDescription
otherListModelsResponse

Properties

Models

public RepeatedField<Model> Models { get; }

List of Models in the requested page.

Property Value
TypeDescription
RepeatedFieldModel

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass to [ListModelsRequest.page_token][google.cloud.aiplatform.v1.ListModelsRequest.page_token] to obtain that page.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Model> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorModel