Show / Hide Table of Contents

Class ReasoningEnginesResource

The "reasoningEngines" collection of methods.

Inheritance
object
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.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ReasoningEnginesResource

Constructors

ReasoningEnginesResource(IClientService)

Constructs a new resource.

Declaration
public ReasoningEnginesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Memories

Gets the Memories resource.

Declaration
public virtual ReasoningEnginesResource.MemoriesResource Memories { get; }
Property Value
Type Description
ReasoningEnginesResource.MemoriesResource

Sessions

Gets the Sessions resource.

Declaration
public virtual ReasoningEnginesResource.SessionsResource Sessions { get; }
Property Value
Type Description
ReasoningEnginesResource.SessionsResource

Methods

Create(GoogleCloudAiplatformV1beta1ReasoningEngine)

Creates a reasoning engine.

Declaration
public virtual ReasoningEnginesResource.CreateRequest Create(GoogleCloudAiplatformV1beta1ReasoningEngine body)
Parameters
Type Name Description
GoogleCloudAiplatformV1beta1ReasoningEngine body

The body of the request.

Returns
Type Description
ReasoningEnginesResource.CreateRequest

Delete(string)

Deletes a reasoning engine.

Declaration
public virtual 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
ReasoningEnginesResource.DeleteRequest

Get(string)

Gets a reasoning engine.

Declaration
public virtual 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
ReasoningEnginesResource.GetRequest

List()

Lists reasoning engines in a location.

Declaration
public virtual ReasoningEnginesResource.ListRequest List()
Returns
Type Description
ReasoningEnginesResource.ListRequest

Patch(GoogleCloudAiplatformV1beta1ReasoningEngine, string)

Updates a reasoning engine.

Declaration
public virtual ReasoningEnginesResource.PatchRequest Patch(GoogleCloudAiplatformV1beta1ReasoningEngine body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1beta1ReasoningEngine 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
ReasoningEnginesResource.PatchRequest

Query(GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest, string)

Queries using a reasoning engine.

Declaration
public virtual ReasoningEnginesResource.QueryRequest Query(GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest 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
ReasoningEnginesResource.QueryRequest

StreamQuery(GoogleCloudAiplatformV1beta1StreamQueryReasoningEngineRequest, string)

Streams queries using a reasoning engine.

Declaration
public virtual ReasoningEnginesResource.StreamQueryRequest StreamQuery(GoogleCloudAiplatformV1beta1StreamQueryReasoningEngineRequest body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1beta1StreamQueryReasoningEngineRequest 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
ReasoningEnginesResource.StreamQueryRequest
In this article
Back to top Generated by DocFX