Vertex AI v1beta1 API - Class StoredContentsExampleFilter (1.0.0-beta72)

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

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

The metadata filters that will be used to remove or fetch StoredContentsExamples. If a field is unspecified, then no filtering for that field will be applied.

Inheritance

object > StoredContentsExampleFilter

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

StoredContentsExampleFilter()

public StoredContentsExampleFilter()

StoredContentsExampleFilter(StoredContentsExampleFilter)

public StoredContentsExampleFilter(StoredContentsExampleFilter other)
Parameter
Name Description
other StoredContentsExampleFilter

Properties

FunctionNames

public ExamplesArrayFilter FunctionNames { get; set; }

Optional. The function names for filtering.

Property Value
Type Description
ExamplesArrayFilter

SearchKeys

public RepeatedField<string> SearchKeys { get; }

Optional. The search keys for filtering. Only examples with one of the specified search keys ([StoredContentsExample.search_key][google.cloud.aiplatform.v1beta1.StoredContentsExample.search_key]) are eligible to be returned.

Property Value
Type Description
RepeatedFieldstring