GoogleCloudAiplatformV1ImportRagFilesConfig class

Config for importing RagFiles.

Properties

gcsSource GoogleCloudAiplatformV1GcsSource?
Google Cloud Storage location.
getter/setter pair
googleDriveSource GoogleCloudAiplatformV1GoogleDriveSource?
Google Drive location.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jiraSource GoogleCloudAiplatformV1JiraSource?
Jira queries with their corresponding authentication.
getter/setter pair
maxEmbeddingRequestsPerMin int?
The max number of queries per minute that this job is allowed to make to the embedding model specified on the corpus.
getter/setter pair
partialFailureBigquerySink GoogleCloudAiplatformV1BigQueryDestination?
The BigQuery destination to write partial failures to.
getter/setter pair
partialFailureGcsSink GoogleCloudAiplatformV1GcsDestination?
The Cloud Storage path to write partial failures to.
getter/setter pair
ragFileTransformationConfig GoogleCloudAiplatformV1RagFileTransformationConfig?
Specifies the transformation config for RagFiles.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharePointSources GoogleCloudAiplatformV1SharePointSources?
SharePoint sources.
getter/setter pair
slackSource GoogleCloudAiplatformV1SlackSource?
Slack channels with their corresponding access tokens.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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