Class: Google::Cloud::AIPlatform::V1::RagEmbeddingModelConfig::VertexPredictionEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RagEmbeddingModelConfig::VertexPredictionEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb
Overview
Config representing a model hosted on Vertex Prediction Endpoint.
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Required.
-
#model ⇒ ::String
readonly
Output only.
-
#model_version_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#endpoint ⇒ ::String
54 55 56 57 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 54 class VertexPredictionEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model ⇒ ::String (readonly)
54 55 56 57 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 54 class VertexPredictionEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_version_id ⇒ ::String (readonly)
54 55 56 57 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 54 class VertexPredictionEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |