GoogleCloudAiplatformV1ToolParallelAiSearch class
ParallelAiSearch tool type.
A tool that uses the Parallel.ai search engine for grounding.
Constructors
-
GoogleCloudAiplatformV1ToolParallelAiSearch({String? apiKey, Map<
String, Object?> ? customConfigs}) - 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
- 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