Class ProjectsResource.LocationsResource.ReasoningEnginesResource
The "reasoningEngines" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ReasoningEnginesResource
Constructors
ReasoningEnginesResource(IClientService)
Constructs a new resource.
Declaration
public ReasoningEnginesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClient |
service |
Properties
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
Projects |
Methods
Create(GoogleCloudAiplatformV1ReasoningEngine, string)
Creates a reasoning engine.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.CreateRequest Create(GoogleCloudAiplatformV1ReasoningEngine body, string parent)
Parameters
Type | Name | Description |
---|---|---|
Google |
body | The body of the request. |
string | parent | Required. The resource name of the Location to create the ReasoningEngine in. Format:
|
Returns
Type | Description |
---|---|
Projects |
Delete(string)
Deletes a reasoning engine.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the ReasoningEngine resource to be deleted. Format:
|
Returns
Type | Description |
---|---|
Projects |
Get(string)
Gets a reasoning engine.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the ReasoningEngine resource. Format:
|
Returns
Type | Description |
---|---|
Projects |
List(string)
Lists reasoning engines in a location.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The resource name of the Location to list the ReasoningEngines from. Format:
|
Returns
Type | Description |
---|---|
Projects |
Patch(GoogleCloudAiplatformV1ReasoningEngine, string)
Updates a reasoning engine.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.PatchRequest Patch(GoogleCloudAiplatformV1ReasoningEngine body, string name)
Parameters
Type | Name | Description |
---|---|---|
Google |
body | The body of the request. |
string | name | Identifier. The resource name of the ReasoningEngine. |
Returns
Type | Description |
---|---|
Projects |
Query(GoogleCloudAiplatformV1QueryReasoningEngineRequest, string)
Queries using a reasoning engine.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.QueryRequest Query(GoogleCloudAiplatformV1QueryReasoningEngineRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
Google |
body | The body of the request. |
string | name | Required. The name of the ReasoningEngine resource to use. Format:
|
Returns
Type | Description |
---|---|
Projects |
StreamQuery(GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest, string)
Streams queries using a reasoning engine.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.StreamQueryRequest StreamQuery(GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
Google |
body | The body of the request. |
string | name | Required. The name of the ReasoningEngine resource to use. Format:
|
Returns
Type | Description |
---|---|
Projects |