Class GoogleCloudAiplatformV1beta1ExamplesOverride
Overrides for example-based explanations.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ExamplesOverride : IDirectResponseSchema
Properties
CrowdingCount
The number of neighbors to return that have the same crowding tag.
Declaration
[JsonProperty("crowdingCount")]
public virtual int? CrowdingCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
DataFormat
The format of the data being provided with each call.
Declaration
[JsonProperty("dataFormat")]
public virtual string DataFormat { 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 |
NeighborCount
The number of neighbors to return.
Declaration
[JsonProperty("neighborCount")]
public virtual int? NeighborCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Restrictions
Restrict the resulting nearest neighbors to respect these constraints.
Declaration
[JsonProperty("restrictions")]
public virtual IList<GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace> Restrictions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1ExamplesRestrictionsNamespace> |
ReturnEmbeddings
If true, return the embeddings instead of neighbors.
Declaration
[JsonProperty("returnEmbeddings")]
public virtual bool? ReturnEmbeddings { get; set; }
Property Value
Type | Description |
---|---|
bool? |