GoogleCloudApigeeV1LlmOperation class
Represents the pairing of REST resource path, model and the actions (verbs) allowed on the resource path.
Constructors
-
GoogleCloudApigeeV1LlmOperation({List<
String> ? methods, String? model, String? resource}) - GoogleCloudApigeeV1LlmOperation.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
methods
↔ List<
String> ? -
methods refers to the REST verbs as in
https://httpwg.org/specs/rfc9110.html For example: GET, POST, PUT, DELETE,
etc.
getter/setter pair
- model ↔ String?
-
LLM model name associated with the API proxy
getter/setter pair
- resource ↔ String?
-
REST resource path associated with the API proxy or remote service.
getter/setter pair
- 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