Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource

The "ragFiles" collection of methods.

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

Constructors

RagFilesResource(IClientService)

Constructs a new resource.

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

Properties

Operations

Gets the Operations resource.

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

Methods

Delete(string)

Deletes a RagFile.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource.DeleteRequest

Get(string)

Gets a RagFile.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource.GetRequest

Import(GoogleCloudAiplatformV1ImportRagFilesRequest, string)

Import files from Google Cloud Storage or Google Drive into a RagCorpus.

Declaration
public virtual ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource.ImportRequest Import(GoogleCloudAiplatformV1ImportRagFilesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1ImportRagFilesRequest body

The body of the request.

string parent

Required. The name of the RagCorpus resource into which to import files. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

Returns
Type Description
ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource.ImportRequest

List(string)

Lists RagFiles in a RagCorpus.

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

Required. The resource name of the RagCorpus from which to list the RagFiles. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

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