Show / Hide Table of Contents

Class GoogleCloudAiplatformV1IndexDatapointRestriction

Restriction of a datapoint which describe its attributes(tokens) from each of several attribute categories(namespaces).

Inheritance
object
GoogleCloudAiplatformV1IndexDatapointRestriction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX