Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see Model versions and lifecycle.
If this input feature has been normalized to a standard deviation of
1.0, the original_stddev specifies the standard deviation of the domain
prior to normalization.
[[["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-09-04 UTC."],[],[],null,["# Interface ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilder (1.15.0)\n\n public static interface ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getMaxValue()\n\n public abstract float getMaxValue()\n\nThe maximum permissible value for this feature.\n\n`float max_value = 2;`\n\n### getMinValue()\n\n public abstract float getMinValue()\n\nThe minimum permissible value for this feature.\n\n`float min_value = 1;`\n\n### getOriginalMean()\n\n public abstract float getOriginalMean()\n\nIf this input feature has been normalized to a mean value of 0,\nthe original_mean specifies the mean value of the domain prior to\nnormalization.\n\n`float original_mean = 3;`\n\n### getOriginalStddev()\n\n public abstract float getOriginalStddev()\n\nIf this input feature has been normalized to a standard deviation of\n1.0, the original_stddev specifies the standard deviation of the domain\nprior to normalization.\n\n`float original_stddev = 4;`"]]