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.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class 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 ReasoningEnginesResource.OperationsResource Operations { get; }
Property Value
Type Description
ReasoningEnginesResource.OperationsResource

Methods

Create(GoogleCloudAiplatformV1ReasoningEngine)

Creates a reasoning engine.

Declaration
public virtual ReasoningEnginesResource.CreateRequest Create(GoogleCloudAiplatformV1ReasoningEngine body)
Parameters
Type Name Description
GoogleCloudAiplatformV1ReasoningEngine 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(GoogleCloudAiplatformV1ReasoningEngine, string)

Updates a reasoning engine.

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

Query(GoogleCloudAiplatformV1QueryReasoningEngineRequest, string)

Queries using a reasoning engine.

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

StreamQuery(GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest, string)

Streams queries using a reasoning engine.

Declaration
public virtual 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
ReasoningEnginesResource.StreamQueryRequest
In this article
Back to top Generated by DocFX