Uses of Class
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTextSentimentInputs.Builder
Packages that use AutoMlTextSentimentInputs.Builder
-
Uses of AutoMlTextSentimentInputs.Builder in com.google.cloud.aiplatform.v1.schema.trainingjob.definition
Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition that return AutoMlTextSentimentInputs.BuilderModifier and TypeMethodDescriptionAutoMlTextSentimentInputs.Builder.clear()AutoMlTextSentimentInputs.Builder.clearSentimentMax()A sentiment is expressed as an integer ordinal, where higher value means a more positive sentiment.AutoMlTextSentiment.Builder.getInputsBuilder()The input parameters of this TrainingJob.AutoMlTextSentimentInputs.Builder.mergeFrom(AutoMlTextSentimentInputs other) AutoMlTextSentimentInputs.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AutoMlTextSentimentInputs.Builder.mergeFrom(com.google.protobuf.Message other) AutoMlTextSentimentInputs.newBuilder()AutoMlTextSentimentInputs.newBuilder(AutoMlTextSentimentInputs prototype) AutoMlTextSentimentInputs.newBuilderForType()protected AutoMlTextSentimentInputs.BuilderAutoMlTextSentimentInputs.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AutoMlTextSentimentInputs.Builder.setSentimentMax(int value) A sentiment is expressed as an integer ordinal, where higher value means a more positive sentiment.AutoMlTextSentimentInputs.toBuilder()Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition with parameters of type AutoMlTextSentimentInputs.BuilderModifier and TypeMethodDescriptionAutoMlTextSentiment.Builder.setInputs(AutoMlTextSentimentInputs.Builder builderForValue) The input parameters of this TrainingJob.