JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "GoogleCloudAiplatformV1RagVectorDbConfig.php"

Full Path: /home/palsarh/web/palsarh.in/public_html/vendor/google/apiclient-services/src/Aiplatform/GoogleCloudAiplatformV1RagVectorDbConfig.php
File size: 3.72 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/*
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */

namespace Google\Service\Aiplatform;

class GoogleCloudAiplatformV1RagVectorDbConfig extends \Google\Model
{
  protected $apiAuthType = GoogleCloudAiplatformV1ApiAuth::class;
  protected $apiAuthDataType = '';
  protected $pineconeType = GoogleCloudAiplatformV1RagVectorDbConfigPinecone::class;
  protected $pineconeDataType = '';
  protected $ragEmbeddingModelConfigType = GoogleCloudAiplatformV1RagEmbeddingModelConfig::class;
  protected $ragEmbeddingModelConfigDataType = '';
  protected $ragManagedDbType = GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDb::class;
  protected $ragManagedDbDataType = '';
  protected $vertexVectorSearchType = GoogleCloudAiplatformV1RagVectorDbConfigVertexVectorSearch::class;
  protected $vertexVectorSearchDataType = '';

  /**
   * Authentication config for the chosen Vector DB.
   *
   * @param GoogleCloudAiplatformV1ApiAuth $apiAuth
   */
  public function setApiAuth(GoogleCloudAiplatformV1ApiAuth $apiAuth)
  {
    $this->apiAuth = $apiAuth;
  }
  /**
   * @return GoogleCloudAiplatformV1ApiAuth
   */
  public function getApiAuth()
  {
    return $this->apiAuth;
  }
  /**
   * The config for the Pinecone.
   *
   * @param GoogleCloudAiplatformV1RagVectorDbConfigPinecone $pinecone
   */
  public function setPinecone(GoogleCloudAiplatformV1RagVectorDbConfigPinecone $pinecone)
  {
    $this->pinecone = $pinecone;
  }
  /**
   * @return GoogleCloudAiplatformV1RagVectorDbConfigPinecone
   */
  public function getPinecone()
  {
    return $this->pinecone;
  }
  /**
   * Optional. Immutable. The embedding model config of the Vector DB.
   *
   * @param GoogleCloudAiplatformV1RagEmbeddingModelConfig $ragEmbeddingModelConfig
   */
  public function setRagEmbeddingModelConfig(GoogleCloudAiplatformV1RagEmbeddingModelConfig $ragEmbeddingModelConfig)
  {
    $this->ragEmbeddingModelConfig = $ragEmbeddingModelConfig;
  }
  /**
   * @return GoogleCloudAiplatformV1RagEmbeddingModelConfig
   */
  public function getRagEmbeddingModelConfig()
  {
    return $this->ragEmbeddingModelConfig;
  }
  /**
   * The config for the RAG-managed Vector DB.
   *
   * @param GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDb $ragManagedDb
   */
  public function setRagManagedDb(GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDb $ragManagedDb)
  {
    $this->ragManagedDb = $ragManagedDb;
  }
  /**
   * @return GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDb
   */
  public function getRagManagedDb()
  {
    return $this->ragManagedDb;
  }
  /**
   * The config for the Vertex Vector Search.
   *
   * @param GoogleCloudAiplatformV1RagVectorDbConfigVertexVectorSearch $vertexVectorSearch
   */
  public function setVertexVectorSearch(GoogleCloudAiplatformV1RagVectorDbConfigVertexVectorSearch $vertexVectorSearch)
  {
    $this->vertexVectorSearch = $vertexVectorSearch;
  }
  /**
   * @return GoogleCloudAiplatformV1RagVectorDbConfigVertexVectorSearch
   */
  public function getVertexVectorSearch()
  {
    return $this->vertexVectorSearch;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleCloudAiplatformV1RagVectorDbConfig::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1RagVectorDbConfig');