ProjectsLocationsRagCorporaRagFilesResource class

Constructors

ProjectsLocationsRagCorporaRagFilesResource.new(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsRagCorporaRagFilesOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes a RagFile.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1RagFile>
Gets a RagFile.
import(GoogleCloudAiplatformV1ImportRagFilesRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Import files from Google Cloud Storage or Google Drive into a RagCorpus.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudAiplatformV1ListRagFilesResponse>
Lists RagFiles in a RagCorpus.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited