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-02 UTC."],[[["This document provides reference information for the `ImageClassificationPredictionParams` class within the Google Cloud AI Platform v1beta1 API, specifically in version 1.0.0-beta01."],["The `ImageClassificationPredictionParams` class is used to set parameters for image classification prediction models, defining how the model behaves."],["This class allows users to specify a `ConfidenceThreshold` as a float, dictating the minimum confidence score for a prediction to be returned, with a default value of 0.0."],["The `MaxPredictions` property allows users to define the maximum number of predictions returned by the model per instance, with a default of 10."],["The `ImageClassificationPredictionParams` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration within the Google.Protobuf structure."]]],[]]