Class GoogleCloudAiplatformV1beta1ExamplesArrayFilter
Filters for examples' array metadata fields. An array field is example metadata where multiple values are attributed to a single example.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ExamplesArrayFilter : IDirectResponseSchema
Properties
ArrayOperator
Required. The operator logic to use for filtering.
Declaration
[JsonProperty("arrayOperator")]
public virtual string ArrayOperator { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
Required. The values by which to filter examples.
Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |