Class: Google::Cloud::AIPlatform::V1::RagCorpus
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RagCorpus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb
Overview
A RagCorpus is a RagFile container and a project can have multiple RagCorpora.
Instance Attribute Summary collapse
-
#corpus_status ⇒ ::Google::Cloud::AIPlatform::V1::CorpusStatus
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#vector_db_config ⇒ ::Google::Cloud::AIPlatform::V1::RagVectorDbConfig
Optional.
Instance Attribute Details
#corpus_status ⇒ ::Google::Cloud::AIPlatform::V1::CorpusStatus (readonly)
Returns Output only. RagCorpus state.
197 198 199 200 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 197 class RagCorpus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this RagCorpus was created.
197 198 199 200 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 197 class RagCorpus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. The description of the RagCorpus.
197 198 199 200 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 197 class RagCorpus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. The display name of the RagCorpus. The name can be up to 128 characters long and can consist of any UTF-8 characters.
197 198 199 200 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 197 class RagCorpus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The resource name of the RagCorpus.
197 198 199 200 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 197 class RagCorpus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this RagCorpus was last updated.
197 198 199 200 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 197 class RagCorpus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vector_db_config ⇒ ::Google::Cloud::AIPlatform::V1::RagVectorDbConfig
Returns Optional. Immutable. The config for the Vector DBs.
197 198 199 200 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 197 class RagCorpus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |