Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::RagCorpus (v0.59.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::RagCorpus.

A RagCorpus is a RagFile container and a project can have multiple RagCorpora.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#corpus_status

def corpus_status() -> ::Google::Cloud::AIPlatform::V1::CorpusStatus
Returns

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#description

def description() -> ::String
Returns
  • (::String) — Optional. The description of the RagCorpus.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. The description of the RagCorpus.
Returns
  • (::String) — Optional. The description of the RagCorpus.

#display_name

def display_name() -> ::String
Returns
  • (::String) — Required. The display name of the RagCorpus. The name can be up to 128 characters long and can consist of any UTF-8 characters.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Required. The display name of the RagCorpus. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Returns
  • (::String) — Required. The display name of the RagCorpus. The name can be up to 128 characters long and can consist of any UTF-8 characters.

#name

def name() -> ::String
Returns
  • (::String) — Output only. The resource name of the RagCorpus.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#vector_db_config

def vector_db_config() -> ::Google::Cloud::AIPlatform::V1::RagVectorDbConfig
Returns

#vector_db_config=

def vector_db_config=(value) -> ::Google::Cloud::AIPlatform::V1::RagVectorDbConfig
Parameter
Returns