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-03-21 UTC."],[[["This document provides reference documentation for the `Presets` class within the Vertex AI v1beta1 API, which is used for configuring example-based explanations."],["The `Presets` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating `Presets` objects, either as a new instance or as a copy of another `Presets` object."],["`Presets` includes properties such as `HasQuery`, `Modality`, and `Query`, which respectively provide information on whether a query is set, the modality of the uploaded model, and the query settings."],["The most current version of the `Presets` class is `1.0.0-beta21` and is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace."]]],[]]