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