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.
[[["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-03 UTC."],[],[],null,["# Interface FeatureNoiseSigmaOrBuilder (1.32.0)\n\n public interface FeatureNoiseSigmaOrBuilder 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### getNoiseSigma(int index)\n\n public abstract FeatureNoiseSigma.NoiseSigmaForFeature getNoiseSigma(int index)\n\nNoise sigma per feature. No noise is added to features that are not set.\n\n`\nrepeated .google.cloud.vertexai.v1.FeatureNoiseSigma.NoiseSigmaForFeature noise_sigma = 1;\n`\n\n### getNoiseSigmaCount()\n\n public abstract int getNoiseSigmaCount()\n\nNoise sigma per feature. No noise is added to features that are not set.\n\n`\nrepeated .google.cloud.vertexai.v1.FeatureNoiseSigma.NoiseSigmaForFeature noise_sigma = 1;\n`\n\n### getNoiseSigmaList()\n\n public abstract List\u003cFeatureNoiseSigma.NoiseSigmaForFeature\u003e getNoiseSigmaList()\n\nNoise sigma per feature. No noise is added to features that are not set.\n\n`\nrepeated .google.cloud.vertexai.v1.FeatureNoiseSigma.NoiseSigmaForFeature noise_sigma = 1;\n`\n\n### getNoiseSigmaOrBuilder(int index)\n\n public abstract FeatureNoiseSigma.NoiseSigmaForFeatureOrBuilder getNoiseSigmaOrBuilder(int index)\n\nNoise sigma per feature. No noise is added to features that are not set.\n\n`\nrepeated .google.cloud.vertexai.v1.FeatureNoiseSigma.NoiseSigmaForFeature noise_sigma = 1;\n`\n\n### getNoiseSigmaOrBuilderList()\n\n public abstract List\u003c? extends FeatureNoiseSigma.NoiseSigmaForFeatureOrBuilder\u003e getNoiseSigmaOrBuilderList()\n\nNoise sigma per feature. No noise is added to features that are not set.\n\n`\nrepeated .google.cloud.vertexai.v1.FeatureNoiseSigma.NoiseSigmaForFeature noise_sigma = 1;\n`"]]