public sealed class ListReasoningEnginesRequest : IMessage<ListReasoningEnginesRequest>, IEquatable<ListReasoningEnginesRequest>, IDeepCloneable<ListReasoningEnginesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListReasoningEnginesRequest.
Request message for [ReasoningEngineService.ListReasoningEngines][google.cloud.aiplatform.v1beta1.ReasoningEngineService.ListReasoningEngines].
Implements
IMessageListReasoningEnginesRequest, IEquatableListReasoningEnginesRequest, IDeepCloneableListReasoningEnginesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListReasoningEnginesRequest()
public ListReasoningEnginesRequest()
ListReasoningEnginesRequest(ListReasoningEnginesRequest)
public ListReasoningEnginesRequest(ListReasoningEnginesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListReasoningEnginesRequest |
Properties
Filter
public string Filter { get; set; }
Optional. The standard list filter. More detail in AIP-160.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The standard list page size.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The standard list page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the Location to list the ReasoningEngines
from. Format: projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |