GoogleCloudAiplatformV1ImportRagFilesConfig class
Config for importing RagFiles.
Constructors
- GoogleCloudAiplatformV1ImportRagFilesConfig.new({GoogleCloudAiplatformV1GcsSource? gcsSource, GoogleCloudAiplatformV1GoogleDriveSource? googleDriveSource, GoogleCloudAiplatformV1JiraSource? jiraSource, int? maxEmbeddingRequestsPerMin, GoogleCloudAiplatformV1BigQueryDestination? partialFailureBigquerySink, GoogleCloudAiplatformV1GcsDestination? partialFailureGcsSink, GoogleCloudAiplatformV1RagFileTransformationConfig? ragFileTransformationConfig, GoogleCloudAiplatformV1SlackSource? slackSource})
- GoogleCloudAiplatformV1ImportRagFilesConfig.fromJson(Map json_)
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
-
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