public sealed class AutoMlTextSentiment : IMessage<AutoMlTextSentiment>, IEquatable<AutoMlTextSentiment>, IDeepCloneable<AutoMlTextSentiment>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class AutoMlTextSentiment.
A TrainingJob that trains and uploads an AutoML Text Sentiment Model.
[[["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 `AutoMlTextSentiment` class, which is used for training and uploading AutoML Text Sentiment Models within the Vertex AI v1beta1 API."],["The `AutoMlTextSentiment` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Two versions are documented, with `1.0.0-beta21` being the latest, and it is part of the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace."],["It contains two constructors, one default and one that takes another `AutoMlTextSentiment` instance as a parameter, and it has an `Inputs` property to set training job parameters of type `AutoMlTextSentimentInputs`."]]],[]]