public sealed class ListModelsResponse : IMessage<ListModelsResponse>, IEquatable<ListModelsResponse>, IDeepCloneable<ListModelsResponse>, IBufferMessage, IMessage, IPageResponse<Model>, IEnumerable<Model>, IEnumerableResponse message for [ModelService.ListModels][google.cloud.aiplatform.v1.ModelService.ListModels]
Implements
IMessage<ListModelsResponse>, IEquatable<ListModelsResponse>, IDeepCloneable<ListModelsResponse>, IBufferMessage, IMessage, IPageResponse<Model>, IEnumerable<Model>, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ListModelsResponse()
public ListModelsResponse()ListModelsResponse(ListModelsResponse)
public ListModelsResponse(ListModelsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListModelsResponse |
Properties
Models
public RepeatedField<Model> Models { get; }List of Models in the requested page.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Model> |
|
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 | |
|---|---|
| Type | Description |
String |
|
Methods
GetEnumerator()
public IEnumerator<Model> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Model> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|