Class GoogleCloudAiplatformV1beta1Presets
Preset configuration for example-based explanations
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1Presets : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Modality
The modality of the uploaded model, which automatically configures the distance measurement and feature normalization for the underlying example index and queries. If your model does not precisely fit one of these types, it is okay to choose the closest type.
Declaration
[JsonProperty("modality")]
public virtual string Modality { get; set; }
Property Value
Type | Description |
---|---|
string |
Query
Preset option controlling parameters for speed-precision trade-off when querying for examples. If omitted,
defaults to PRECISE
.
Declaration
[JsonProperty("query")]
public virtual string Query { get; set; }
Property Value
Type | Description |
---|---|
string |