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

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

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

List representation in metadata.

Inheritance

object > MetadataList

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

MetadataList()

public MetadataList()

MetadataList(MetadataList)

public MetadataList(MetadataList other)
Parameter
Name Description
other MetadataList

Properties

Values

public RepeatedField<MetadataValue> Values { get; }

The values of LIST data type metadata.

Property Value
Type Description
RepeatedFieldMetadataValue