public sealed class AutoMlTextSentiment : IMessage<AutoMlTextSentiment>, IEquatable<AutoMlTextSentiment>, IDeepCloneable<AutoMlTextSentiment>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["The `AutoMlTextSentiment` class, found within the `Google.Cloud.AIPlatform.V1Beta1` API, represents a training job designed for training and uploading an AutoML Text Sentiment Model."],["This class is part of the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace and is implemented in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["`AutoMlTextSentiment` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class provides two constructors: a default constructor `AutoMlTextSentiment()` and a copy constructor `AutoMlTextSentiment(AutoMlTextSentiment other)` that accepts another `AutoMlTextSentiment` instance."],["The class exposes an `Inputs` property of type `AutoMlTextSentimentInputs`, which allows for setting the parameters of the training job."]]],[]]