View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagEmbeddingModelConfigVertexPredictionEndpoint (google_api_ai_platform v0.25.0)

Config representing a model hosted on Vertex Prediction Endpoint.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagEmbeddingModelConfigVertexPredictionEndpoint{
    endpoint: String.t() | nil,
    model: String.t() | nil,
    modelVersionId: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.