Vertex AI v1beta1 API - Class RagMetadata (1.0.0-beta74)

public sealed class RagMetadata : IMessage<RagMetadata>, IEquatable<RagMetadata>, IDeepCloneable<RagMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class RagMetadata.

Metadata for RagFile provided by users.

Inheritance

object > RagMetadata

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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