Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RagCorporaResource

The "ragCorpora" collection of methods.

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

Constructors

RagCorporaResource(IClientService)

Constructs a new resource.

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

Properties

Operations

Gets the Operations resource.

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

RagFiles

Gets the RagFiles resource.

Declaration
public virtual ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource RagFiles { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource

Methods

Create(GoogleCloudAiplatformV1beta1RagCorpus, string)

Creates a RagCorpus.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.RagCorporaResource.CreateRequest

Delete(string)

Deletes a RagCorpus.

Declaration
public virtual ProjectsResource.LocationsResource.RagCorporaResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the RagCorpus resource to be deleted. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

Returns
Type Description
ProjectsResource.LocationsResource.RagCorporaResource.DeleteRequest

Get(string)

Gets a RagCorpus.

Declaration
public virtual ProjectsResource.LocationsResource.RagCorporaResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the RagCorpus resource. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

Returns
Type Description
ProjectsResource.LocationsResource.RagCorporaResource.GetRequest

List(string)

Lists RagCorpora in a Location.

Declaration
public virtual ProjectsResource.LocationsResource.RagCorporaResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the Location from which to list the RagCorpora. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.RagCorporaResource.ListRequest

Patch(GoogleCloudAiplatformV1beta1RagCorpus, string)

Updates a RagCorpus.

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

The body of the request.

string name

Output only. The resource name of the RagCorpus.

Returns
Type Description
ProjectsResource.LocationsResource.RagCorporaResource.PatchRequest
In this article
Back to top Generated by DocFX