Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ExamplesOverride

Overrides for example-based explanations.

Inheritance
object
GoogleCloudAiplatformV1beta1ExamplesOverride
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX