Vertex AI v1beta1 API - Class ExamplesArrayFilter (1.0.0-beta24)

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

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

Filters for examples' array metadata fields. An array field is example metadata where multiple values are attributed to a single example.

Inheritance

object > ExamplesArrayFilter

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ExamplesArrayFilter()

public ExamplesArrayFilter()

ExamplesArrayFilter(ExamplesArrayFilter)

public ExamplesArrayFilter(ExamplesArrayFilter other)
Parameter
Name Description
other ExamplesArrayFilter

Properties

ArrayOperator

public ExamplesArrayFilter.Types.ArrayOperator ArrayOperator { get; set; }

Required. The operator logic to use for filtering.

Property Value
Type Description
ExamplesArrayFilterTypesArrayOperator

Values

public RepeatedField<string> Values { get; }

Required. The values by which to filter examples.

Property Value
Type Description
RepeatedFieldstring