Class GoogleCloudAiplatformV1IndexDatapointNumericRestriction
This field allows restricts to be based on numeric comparisons rather than categorical tokens.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1IndexDatapointNumericRestriction : IDirectResponseSchema
Properties
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.: cost.
Declaration
[JsonProperty("namespace")]
public virtual string Namespace__ { get; set; }
Property Value
Type | Description |
---|---|
string |
Op
This MUST be specified for queries and must NOT be specified for datapoints.
Declaration
[JsonProperty("op")]
public virtual string Op { get; set; }
Property Value
Type | Description |
---|---|
string |
ValueDouble
Represents 64 bit float.
Declaration
[JsonProperty("valueDouble")]
public virtual double? ValueDouble { get; set; }
Property Value
Type | Description |
---|---|
double? |
ValueFloat
Represents 32 bit float.
Declaration
[JsonProperty("valueFloat")]
public virtual float? ValueFloat { get; set; }
Property Value
Type | Description |
---|---|
float? |
ValueInt
Represents 64 bit integer.
Declaration
[JsonProperty("valueInt")]
public virtual long? ValueInt { get; set; }
Property Value
Type | Description |
---|---|
long? |