public sealed class AutoMlTextSentimentInputs : IMessage<AutoMlTextSentimentInputs>, IEquatable<AutoMlTextSentimentInputs>, IDeepCloneable<AutoMlTextSentimentInputs>, IBufferMessage, IMessageImplements
IMessageAutoMlTextSentimentInputs, IEquatableAutoMlTextSentimentInputs, IDeepCloneableAutoMlTextSentimentInputs, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.DefinitionAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
AutoMlTextSentimentInputs()
public AutoMlTextSentimentInputs()AutoMlTextSentimentInputs(AutoMlTextSentimentInputs)
public AutoMlTextSentimentInputs(AutoMlTextSentimentInputs other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoMlTextSentimentInputs |
Properties
SentimentMax
public int SentimentMax { get; set; }A sentiment is expressed as an integer ordinal, where higher value means a more positive sentiment. The range of sentiments that will be used is between 0 and sentimentMax (inclusive on both ends), and all the values in the range must be represented in the dataset before a model can be created. Only the Annotations with this sentimentMax will be used for training. sentimentMax value must be between 1 and 10 (inclusive).
| Property Value | |
|---|---|
| Type | Description |
int |
|