Class RagCorpus (1.49.0)

RagCorpus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
name str
Output only. The resource name of the RagCorpus.
display_name str
Required. The display name of the RagCorpus. The name can be up to 128 characters long and can consist of any UTF-8 characters.
description str
Optional. The description of the RagCorpus.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this RagCorpus was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this RagCorpus was last updated.

Methods

RagCorpus

RagCorpus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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