GoogleCloudAiplatformV1RagCorpus class

A RagCorpus is a RagFile container and a project can have multiple RagCorpora.

Constructors

GoogleCloudAiplatformV1RagCorpus({GoogleCloudAiplatformV1CorpusStatus? corpusStatus, String? createTime, String? description, String? displayName, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? name, bool? satisfiesPzi, bool? satisfiesPzs, String? updateTime, GoogleCloudAiplatformV1RagVectorDbConfig? vectorDbConfig, GoogleCloudAiplatformV1VertexAiSearchConfig? vertexAiSearchConfig})
GoogleCloudAiplatformV1RagCorpus.fromJson(Map json_)

Properties

corpusStatus GoogleCloudAiplatformV1CorpusStatus?
RagCorpus state.
getter/setter pair
createTime String?
Timestamp when this RagCorpus was created.
getter/setter pair
description String?
The description of the RagCorpus.
getter/setter pair
displayName String?
The display name of the RagCorpus.
getter/setter pair
encryptionSpec GoogleCloudAiplatformV1EncryptionSpec?
The CMEK key name used to encrypt at-rest data related to this Corpus.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the RagCorpus.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satisfiesPzi bool?
Reserved for future use.
getter/setter pair
satisfiesPzs bool?
Reserved for future use.
getter/setter pair
updateTime String?
Timestamp when this RagCorpus was last updated.
getter/setter pair
vectorDbConfig GoogleCloudAiplatformV1RagVectorDbConfig?
The config for the Vector DBs.
getter/setter pair
vertexAiSearchConfig GoogleCloudAiplatformV1VertexAiSearchConfig?
The config for the Vertex AI Search.
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