GoogleCloudAiplatformV1ToolParallelAiSearch class

ParallelAiSearch tool type.

A tool that uses the Parallel.ai search engine for grounding.

Constructors

GoogleCloudAiplatformV1ToolParallelAiSearch({String? apiKey, Map<String, Object?>? customConfigs, bool? enableDataRetention, bool? enableZeroDataRetention})
GoogleCloudAiplatformV1ToolParallelAiSearch.fromJson(Map json_)

Properties

apiKey String?
The API key for ParallelAiSearch.
getter/setter pair
customConfigs Map<String, Object?>?
Custom configs for ParallelAiSearch.
getter/setter pair
enableDataRetention bool?
Deprecated: Use enable_zero_data_retention instead.
getter/setter pair
enableZeroDataRetention bool?
Instructs Vertex Grounding to use Parallel's Zero Data Retention Marketplace product.
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