public sealed class AutoMlTextSentiment : IMessage<AutoMlTextSentiment>, IEquatable<AutoMlTextSentiment>, IDeepCloneable<AutoMlTextSentiment>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class AutoMlTextSentiment.
A TrainingJob that trains and uploads an AutoML Text Sentiment Model.
Implements
IMessageAutoMlTextSentiment, IEquatableAutoMlTextSentiment, IDeepCloneableAutoMlTextSentiment, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.DefinitionAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
AutoMlTextSentiment()
public AutoMlTextSentiment()AutoMlTextSentiment(AutoMlTextSentiment)
public AutoMlTextSentiment(AutoMlTextSentiment other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoMlTextSentiment |
Properties
Inputs
public AutoMlTextSentimentInputs Inputs { get; set; }The input parameters of this TrainingJob.
| Property Value | |
|---|---|
| Type | Description |
AutoMlTextSentimentInputs |
|