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 Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta09."],["The `Presets` class is used for configuring preset options for example-based explanations, and it inherits from the base `object` class."],["`Presets` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality for message handling and data manipulation."],["Key properties of the `Presets` class include `HasQuery`, `Modality` (for setting the model's modality), and `Query` (for configuring query behavior)."],["The Presets class has two constructors, a default one with no arguments, and another which takes a Presets object as an argument to duplicate it."]]],[]]