GoogleCloudAiplatformV1AugmentPromptRequestModel class
Metadata of the backend deployed model.
Constructors
- GoogleCloudAiplatformV1AugmentPromptRequestModel.new({String? model, String? modelVersion})
- GoogleCloudAiplatformV1AugmentPromptRequestModel.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- model ↔ String?
-
The model that the user will send the augmented prompt for content
generation.
getter/setter pair
- modelVersion ↔ String?
-
The model version of the backend deployed model.
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