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

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

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

Metadata provided by users.

Inheritance

object > UserSpecifiedMetadata

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

UserSpecifiedMetadata()

public UserSpecifiedMetadata()

UserSpecifiedMetadata(UserSpecifiedMetadata)

public UserSpecifiedMetadata(UserSpecifiedMetadata other)
Parameter
Name Description
other UserSpecifiedMetadata

Properties

Key

public string Key { get; set; }

Required. Key of the metadata. The key must be set with type by CreateRagDataSchema.

Property Value
Type Description
string

Value

public MetadataValue Value { get; set; }

Value of the metadata. The value must be able to convert to the type according to the data schema.

Property Value
Type Description
MetadataValue