Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.instance.TextSentimentPredictionInstance.Builder
Packages that use TextSentimentPredictionInstance.Builder
-
Uses of TextSentimentPredictionInstance.Builder in com.google.cloud.aiplatform.v1.schema.predict.instance
Methods in com.google.cloud.aiplatform.v1.schema.predict.instance that return TextSentimentPredictionInstance.BuilderModifier and TypeMethodDescriptionTextSentimentPredictionInstance.Builder.clear()TextSentimentPredictionInstance.Builder.clearContent()The text snippet to make the predictions on.TextSentimentPredictionInstance.Builder.clearMimeType()The MIME type of the text snippet.TextSentimentPredictionInstance.Builder.mergeFrom(TextSentimentPredictionInstance other) TextSentimentPredictionInstance.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TextSentimentPredictionInstance.Builder.mergeFrom(com.google.protobuf.Message other) TextSentimentPredictionInstance.newBuilder()TextSentimentPredictionInstance.newBuilder(TextSentimentPredictionInstance prototype) TextSentimentPredictionInstance.newBuilderForType()protected TextSentimentPredictionInstance.BuilderTextSentimentPredictionInstance.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TextSentimentPredictionInstance.Builder.setContent(String value) The text snippet to make the predictions on.TextSentimentPredictionInstance.Builder.setContentBytes(com.google.protobuf.ByteString value) The text snippet to make the predictions on.TextSentimentPredictionInstance.Builder.setMimeType(String value) The MIME type of the text snippet.TextSentimentPredictionInstance.Builder.setMimeTypeBytes(com.google.protobuf.ByteString value) The MIME type of the text snippet.TextSentimentPredictionInstance.toBuilder()