Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::AugmentPromptRequest::Model.
Metadata of the backend deployed model.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#model
def model() -> ::String
Returns
- (::String) — Optional. The model that the user will send the augmented prompt for content generation.
#model=
def model=(value) -> ::String
Parameter
- value (::String) — Optional. The model that the user will send the augmented prompt for content generation.
Returns
- (::String) — Optional. The model that the user will send the augmented prompt for content generation.
#model_version
def model_version() -> ::String
Returns
- (::String) — Optional. The model version of the backend deployed model.
#model_version=
def model_version=(value) -> ::String
Parameter
- value (::String) — Optional. The model version of the backend deployed model.
Returns
- (::String) — Optional. The model version of the backend deployed model.