Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MemoryBanksResource

The "memoryBanks" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.MemoryBanksResource
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.MemoryBanksResource

Constructors

MemoryBanksResource(IClientService)

Constructs a new resource.

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

Properties

Memories

Gets the Memories resource.

Declaration
public virtual ProjectsResource.LocationsResource.MemoryBanksResource.MemoriesResource Memories { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.MemoryBanksResource.MemoriesResource

Operations

Gets the Operations resource.

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

Methods

IngestEvents(GoogleCloudAiplatformV1IngestEventsRequest, string)

Ingests events for a Memory Bank.

Declaration
public virtual ProjectsResource.LocationsResource.MemoryBanksResource.IngestEventsRequest IngestEvents(GoogleCloudAiplatformV1IngestEventsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1IngestEventsRequest body

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.MemoryBanksResource.IngestEventsRequest
In this article
Back to top Generated by DocFX