Additional domain-specific parameters, any string must be up to 25000
characters long.
AutoML Vision Classification
score_threshold
: (float) A value from 0.0 to 1.0. When the model
makes predictions for an image, it will only produce results that have
at least this confidence score. The default is 0.5.
AutoML Vision Object Detection
score_threshold
: (float) When Model detects objects on the image,
it will only produce bounding boxes which have at least this
confidence score. Value in 0 to 1 range, default is 0.5.
max_bounding_box_count
: (int64) The maximum number of bounding
boxes returned. The default is 100. The
number of returned bounding boxes might be limited by the server.
AutoML Tables
feature_importance
: (boolean) Whether
[feature_importance][google.cloud.automl.v1.TablesModelColumnInfo.feature_importance]
is populated in the returned list of
[TablesAnnotation][google.cloud.automl.v1.TablesAnnotation]
objects. The default is false.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003ePredictRequest\u003c/code\u003e class within the Google Cloud AutoML V1 library, specifically version 3.0.0, which is used to make prediction requests.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePredictRequest\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.AutoML.V1\u003c/code\u003e namespace and is implemented as a sealed class that implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePredictRequest\u003c/code\u003e requires a \u003ccode\u003eName\u003c/code\u003e property that indicates the model being used for the prediction, as well as a \u003ccode\u003ePayload\u003c/code\u003e property for the data you wish to get a prediction on, and they are both required.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eModelName\u003c/code\u003e, which is a typed view of the model name, and \u003ccode\u003eParams\u003c/code\u003e, which allows setting of additional, domain-specific parameters like \u003ccode\u003escore_threshold\u003c/code\u003e for Vision Classification and Object Detection, and \u003ccode\u003efeature_importance\u003c/code\u003e for Tables.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is version 3.4.0, but the documentation focuses on version 3.0.0, and other versions from 2.2.0 onward are also available.\u003c/p\u003e\n"]]],[],null,[]]