public sealed class ImageClassificationPredictionInstance : IMessage<ImageClassificationPredictionInstance>, IEquatable<ImageClassificationPredictionInstance>, IDeepCloneable<ImageClassificationPredictionInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ImageClassificationPredictionInstance.
[[["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-14 UTC."],[[["The `ImageClassificationPredictionInstance` class, found within the Vertex AI v1beta1 API, serves as the prediction input format for Image Classification tasks."],["This class is sealed and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It has two constructors: a default one and another that takes an `ImageClassificationPredictionInstance` object as a parameter."],["The class includes properties for `Content`, which represents the image bytes or Cloud Storage URI, and `MimeType`, specifying the image's MIME type, with supported types listed."],["The latest version of the `ImageClassificationPredictionInstance` is 1.0.0-beta21, and previous versions such as 1.0.0-beta20 are also accessible."]]],[]]