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-03-25 UTC."],[[["This documentation covers the `ImageClassificationPredictionParams` class within the Cloud AI Platform v1beta1 API, specifically for .NET development, providing reference information for version 1.0.0-beta09 and up to beta21."],["`ImageClassificationPredictionParams` is used to define prediction model parameters for image classification tasks, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ConfidenceThreshold` (a float determining the minimum confidence score for a prediction to be returned) and `MaxPredictions` (an integer specifying the maximum number of predictions returned per instance)."],["The class can be instatiated either by a default constructor, or by another instance of the `ImageClassificationPredictionParams`."],["The `ImageClassificationPredictionParams` class inherits members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]