public sealed class RagMetadata : IMessage<RagMetadata>, IEquatable<RagMetadata>, IDeepCloneable<RagMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class RagMetadata.
Metadata for RagFile provided by users.
Implements
IMessageRagMetadata, IEquatableRagMetadata, IDeepCloneableRagMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
RagMetadata()
public RagMetadata()RagMetadata(RagMetadata)
public RagMetadata(RagMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
RagMetadata |
Properties
Name
public string Name { get; set; }Identifier. Resource name of the RagMetadata.
Format:
projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}/ragMetadata/{rag_metadata}
| Property Value | |
|---|---|
| Type | Description |
string |
|
RagMetadataName
public RagMetadataName RagMetadataName { get; set; }RagMetadataName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
RagMetadataName |
|
UserSpecifiedMetadata
public UserSpecifiedMetadata UserSpecifiedMetadata { get; set; }User provided metadata.
| Property Value | |
|---|---|
| Type | Description |
UserSpecifiedMetadata |
|