public sealed class UserSpecifiedMetadata : IMessage<UserSpecifiedMetadata>, IEquatable<UserSpecifiedMetadata>, IDeepCloneable<UserSpecifiedMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class UserSpecifiedMetadata.
Metadata provided by users.
Implements
IMessageUserSpecifiedMetadata, IEquatableUserSpecifiedMetadata, IDeepCloneableUserSpecifiedMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|