GoogleCloudAiplatformV1VertexAISearchDataStoreSpec class
Define data stores within engine to filter on in a search call and configurations for those data stores.
For more information, see https://cloud.google.com/generative-ai-app-builder/docs/reference/rpc/google.cloud.discoveryengine.v1#datastorespec
Constructors
- GoogleCloudAiplatformV1VertexAISearchDataStoreSpec.new({String? dataStore, String? filter})
- GoogleCloudAiplatformV1VertexAISearchDataStoreSpec.fromJson(Map json_)
Properties
- dataStore ↔ String?
-
Full resource name of DataStore, such as Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
getter/setter pair - filter ↔ String?
-
Filter specification to filter documents in the data store specified by
data_store field.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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