GoogleCloudAiplatformV1RagEmbeddingModelConfigVertexPredictionEndpoint constructor

GoogleCloudAiplatformV1RagEmbeddingModelConfigVertexPredictionEndpoint({
  1. String? endpoint,
  2. String? model,
  3. String? modelVersionId,
})

Implementation

GoogleCloudAiplatformV1RagEmbeddingModelConfigVertexPredictionEndpoint({
  this.endpoint,
  this.model,
  this.modelVersionId,
});