Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.instance.ImageClassificationPredictionInstance.Builder
Packages that use ImageClassificationPredictionInstance.Builder
-
Uses of ImageClassificationPredictionInstance.Builder in com.google.cloud.aiplatform.v1.schema.predict.instance
Methods in com.google.cloud.aiplatform.v1.schema.predict.instance that return ImageClassificationPredictionInstance.BuilderModifier and TypeMethodDescriptionImageClassificationPredictionInstance.Builder.clear()ImageClassificationPredictionInstance.Builder.clearContent()The image bytes or Cloud Storage URI to make the prediction on.ImageClassificationPredictionInstance.Builder.clearMimeType()The MIME type of the content of the image.ImageClassificationPredictionInstance.Builder.mergeFrom(ImageClassificationPredictionInstance other) ImageClassificationPredictionInstance.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ImageClassificationPredictionInstance.Builder.mergeFrom(com.google.protobuf.Message other) ImageClassificationPredictionInstance.newBuilder()ImageClassificationPredictionInstance.newBuilder(ImageClassificationPredictionInstance prototype) ImageClassificationPredictionInstance.newBuilderForType()ImageClassificationPredictionInstance.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ImageClassificationPredictionInstance.Builder.setContent(String value) The image bytes or Cloud Storage URI to make the prediction on.ImageClassificationPredictionInstance.Builder.setContentBytes(com.google.protobuf.ByteString value) The image bytes or Cloud Storage URI to make the prediction on.ImageClassificationPredictionInstance.Builder.setMimeType(String value) The MIME type of the content of the image.ImageClassificationPredictionInstance.Builder.setMimeTypeBytes(com.google.protobuf.ByteString value) The MIME type of the content of the image.ImageClassificationPredictionInstance.toBuilder()