Class: Google::Cloud::AIPlatform::V1::RagEmbeddingModelConfig::VertexPredictionEndpoint

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    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}.

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}



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.

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.



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