public sealed class ListReasoningEnginesResponse : IMessage<ListReasoningEnginesResponse>, IEquatable<ListReasoningEnginesResponse>, IDeepCloneable<ListReasoningEnginesResponse>, IBufferMessage, IMessage, IPageResponse<ReasoningEngine>, IEnumerable<ReasoningEngine>, IEnumerable
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListReasoningEnginesResponse.
Response message for [ReasoningEngineService.ListReasoningEngines][google.cloud.aiplatform.v1beta1.ReasoningEngineService.ListReasoningEngines]
Implements
IMessageListReasoningEnginesResponse, IEquatableListReasoningEnginesResponse, IDeepCloneableListReasoningEnginesResponse, IBufferMessage, IMessage, IPageResponseReasoningEngine, IEnumerableReasoningEngine, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListReasoningEnginesResponse()
public ListReasoningEnginesResponse()
ListReasoningEnginesResponse(ListReasoningEnginesResponse)
public ListReasoningEnginesResponse(ListReasoningEnginesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListReasoningEnginesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve the next page of results. Pass to [ListReasoningEnginesRequest.page_token][google.cloud.aiplatform.v1beta1.ListReasoningEnginesRequest.page_token] to obtain that page.
Property Value | |
---|---|
Type | Description |
string |
ReasoningEngines
public RepeatedField<ReasoningEngine> ReasoningEngines { get; }
List of ReasoningEngines in the requested page.
Property Value | |
---|---|
Type | Description |
RepeatedFieldReasoningEngine |
Methods
GetEnumerator()
public IEnumerator<ReasoningEngine> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorReasoningEngine |