View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagCorpus (google_api_ai_platform v0.24.0)
A RagCorpus is a RagFile container and a project can have multiple RagCorpora.
Attributes
-
corpusStatus(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CorpusStatus.t, default:nil) - Output only. RagCorpus state. -
createTime(type:DateTime.t, default:nil) - Output only. Timestamp when this RagCorpus was created. -
description(type:String.t, default:nil) - Optional. The description of the RagCorpus. -
displayName(type:String.t, default:nil) - 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(type:String.t, default:nil) - Output only. The resource name of the RagCorpus. -
updateTime(type:DateTime.t, default:nil) - Output only. Timestamp when this RagCorpus was last updated. -
vectorDbConfig(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagVectorDbConfig.t, default:nil) - Optional. Immutable. The config for the Vector DBs.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagCorpus{ corpusStatus: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CorpusStatus.t() | nil, createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil, vectorDbConfig: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagVectorDbConfig.t() | nil }