GoogleCloudAiplatformV1ToolExaAiSearch class
ExaAiSearch tool type.
A tool that uses the Exa.ai search engine for grounding.
Constructors
-
GoogleCloudAiplatformV1ToolExaAiSearch({String? apiKey, Map<
String, Object?> ? customConfigs}) - GoogleCloudAiplatformV1ToolExaAiSearch.fromJson(Map json_)
Properties
- apiKey ↔ String?
-
The API key for ExaAiSearch.
getter/setter pair
-
customConfigs
↔ Map<
String, Object?> ? -
This field can be used to pass any parameter from the Exa.ai Search API.
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