Class: Google::Cloud::AIPlatform::V1::GenieSource
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GenieSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model.rb
Overview
Contains information about the source of the models generated from Generative AI Studio.
Instance Attribute Summary collapse
-
#base_model_uri ⇒ ::String
Required.
Instance Attribute Details
#base_model_uri ⇒ ::String
Returns Required. The public base model URI.
478 479 480 481 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 478 class GenieSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |