Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReasoningEnginesResource

The "reasoningEngines" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ReasoningEnginesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
IClientService service

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ReasoningEnginesResource.OperationsResource

Methods

Create(GoogleCloudAiplatformV1ReasoningEngine, string)

Creates a reasoning engine.

Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.CreateRequest Create(GoogleCloudAiplatformV1ReasoningEngine body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1ReasoningEngine body

The body of the request.

string parent

Required. The resource name of the Location to create the ReasoningEngine in. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.ReasoningEnginesResource.CreateRequest

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: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

Returns
Type Description
ProjectsResource.LocationsResource.ReasoningEnginesResource.DeleteRequest

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: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

Returns
Type Description
ProjectsResource.LocationsResource.ReasoningEnginesResource.GetRequest

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: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.ReasoningEnginesResource.ListRequest

Patch(GoogleCloudAiplatformV1ReasoningEngine, string)

Updates a reasoning engine.

Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.PatchRequest Patch(GoogleCloudAiplatformV1ReasoningEngine body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1ReasoningEngine body

The body of the request.

string name

Identifier. The resource name of the ReasoningEngine. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

Returns
Type Description
ProjectsResource.LocationsResource.ReasoningEnginesResource.PatchRequest

Query(GoogleCloudAiplatformV1QueryReasoningEngineRequest, string)

Queries using a reasoning engine.

Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.QueryRequest Query(GoogleCloudAiplatformV1QueryReasoningEngineRequest body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1QueryReasoningEngineRequest body

The body of the request.

string name

Required. The name of the ReasoningEngine resource to use. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

Returns
Type Description
ProjectsResource.LocationsResource.ReasoningEnginesResource.QueryRequest

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
GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest body

The body of the request.

string name

Required. The name of the ReasoningEngine resource to use. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

Returns
Type Description
ProjectsResource.LocationsResource.ReasoningEnginesResource.StreamQueryRequest
In this article
Back to top Generated by DocFX