Class GoogleCloudAiplatformV1IndexDatapointRestriction
Restriction of a datapoint which describe its attributes(tokens) from each of several attribute categories(namespaces).
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1IndexDatapointRestriction : IDirectResponseSchema
Properties
AllowList
The attributes to allow in this namespace. e.g.: 'red'
Declaration
[JsonProperty("allowList")]
public virtual IList<string> AllowList { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DenyList
The attributes to deny in this namespace. e.g.: 'blue'
Declaration
[JsonProperty("denyList")]
public virtual IList<string> DenyList { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Namespace__
The namespace of this restriction. e.g.: color.
Declaration
[JsonProperty("namespace")]
public virtual string Namespace__ { get; set; }
Property Value
Type | Description |
---|---|
string |