public Presets.Types.Modality Modality { get; set; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference documentation for the `Presets` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["The `Presets` class offers preset configurations for example-based explanations and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It defines properties like `Modality` to specify the model's modality and `Query` to manage speed-precision trade-offs when querying for examples."],["The `Presets` class includes constructors to create new instances, either default or by copying an existing instance, and a `HasQuery` property that shows if the query field is set."],["The namespace for this class is `Google.Cloud.AIPlatform.V1Beta1` and it is contained within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]