Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::RagEmbeddingModelConfig::VertexPredictionEndpoint.
Config representing a model hosted on Vertex Prediction Endpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#endpoint
def endpoint() -> ::String
Returns
-
(::String) — Required. The endpoint resource name.
Format:
projects/{project}/locations/{location}/publishers/{publisher}/models/{model}
orprojects/{project}/locations/{location}/endpoints/{endpoint}
#endpoint=
def endpoint=(value) -> ::String
Parameter
-
value (::String) — Required. The endpoint resource name.
Format:
projects/{project}/locations/{location}/publishers/{publisher}/models/{model}
orprojects/{project}/locations/{location}/endpoints/{endpoint}
Returns
-
(::String) — Required. The endpoint resource name.
Format:
projects/{project}/locations/{location}/publishers/{publisher}/models/{model}
orprojects/{project}/locations/{location}/endpoints/{endpoint}
#model
def model() -> ::String
Returns
-
(::String) — 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}
#model_version_id
def model_version_id() -> ::String
Returns
- (::String) — Output only. Version ID of the model that is deployed on the endpoint. Present only when the endpoint is not a publisher model.