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
Returns Required. The endpoint resource name.
Format:
projects/{project}/locations/{location}/publishers/{publisher}/models/{model}
or
projects/{project}/locations/{location}/endpoints/{endpoint}.
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)
Returns Output only. The resource name of the model that is deployed on the
endpoint. Present only when the endpoint is not a publisher model.
Pattern:
projects/{project}/locations/{location}/models/{model}.
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)
Returns Output only. Version ID of the model that is deployed on the endpoint. Present only when the endpoint is not a publisher model.
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 |