public sealed class ImageClassificationPredictionParams : IMessage<ImageClassificationPredictionParams>, IEquatable<ImageClassificationPredictionParams>, IDeepCloneable<ImageClassificationPredictionParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ImageClassificationPredictionParams.
Prediction model parameters for Image Classification.
The Model only returns up to that many top, by confidence score,
predictions per instance. If this number is very high, the Model may return
fewer predictions. Default value is 10.
[[["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-04-09 UTC."],[[["This document provides reference information for the `ImageClassificationPredictionParams` class within the Google Cloud AI Platform v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Params` namespace."],["`ImageClassificationPredictionParams` is a class used to set prediction model parameters for image classification and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `ImageClassificationPredictionParams()`, and one that takes another `ImageClassificationPredictionParams` instance as an argument."],["`ImageClassificationPredictionParams` has two properties, `ConfidenceThreshold`, a float which sets the minimum confidence score for predictions to be returned (default 0.0), and `MaxPredictions`, an int specifying the maximum number of top predictions to return per instance (default 10)."]]],[]]