Cloud AI Platform v1 API - Class AutoMlTextSentiment (2.27.0)

public sealed class AutoMlTextSentiment : IMessage<AutoMlTextSentiment>, IEquatable<AutoMlTextSentiment>, IDeepCloneable<AutoMlTextSentiment>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class AutoMlTextSentiment.

A TrainingJob that trains and uploads an AutoML Text Sentiment Model.

Inheritance

object > AutoMlTextSentiment

Namespace

Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AutoMlTextSentiment()

public AutoMlTextSentiment()

AutoMlTextSentiment(AutoMlTextSentiment)

public AutoMlTextSentiment(AutoMlTextSentiment other)
Parameter
NameDescription
otherAutoMlTextSentiment

Properties

Inputs

public AutoMlTextSentimentInputs Inputs { get; set; }

The input parameters of this TrainingJob.

Property Value
TypeDescription
AutoMlTextSentimentInputs