GoogleCloudAiplatformV1ExternalApi class
Retrieve from data source powered by external API for grounding.
The external API is not owned by Google, but need to follow the pre-defined API spec.
Constructors
- GoogleCloudAiplatformV1ExternalApi.new({GoogleCloudAiplatformV1ApiAuth? apiAuth, String? apiSpec, GoogleCloudAiplatformV1AuthConfig? authConfig, GoogleCloudAiplatformV1ExternalApiElasticSearchParams? elasticSearchParams, String? endpoint, GoogleCloudAiplatformV1ExternalApiSimpleSearchParams? simpleSearchParams})
- GoogleCloudAiplatformV1ExternalApi.fromJson(Map json_)
Properties
- apiAuth ↔ GoogleCloudAiplatformV1ApiAuth?
-
The authentication config to access the API.
getter/setter pair
- apiSpec ↔ String?
-
The API spec that the external API implements.
Possible string values are:
getter/setter pair
- authConfig ↔ GoogleCloudAiplatformV1AuthConfig?
-
The authentication config to access the API.
getter/setter pair
- elasticSearchParams ↔ GoogleCloudAiplatformV1ExternalApiElasticSearchParams?
-
Parameters for the elastic search API.
getter/setter pair
- endpoint ↔ String?
-
The endpoint of the external 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
- simpleSearchParams ↔ GoogleCloudAiplatformV1ExternalApiSimpleSearchParams?
-
Parameters for the simple search API.
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