Uses of Class
com.google.cloud.documentai.v1beta2.AutoMlParams.Builder
-
Packages that use AutoMlParams.Builder Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of AutoMlParams.Builder in com.google.cloud.documentai.v1beta2
Methods in com.google.cloud.documentai.v1beta2 that return AutoMlParams.Builder Modifier and Type Method Description AutoMlParams.BuilderAutoMlParams.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AutoMlParams.BuilderAutoMlParams.Builder. clear()AutoMlParams.BuilderAutoMlParams.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)AutoMlParams.BuilderAutoMlParams.Builder. clearModel()Resource name of the AutoML model.AutoMlParams.BuilderAutoMlParams.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AutoMlParams.BuilderAutoMlParams.Builder. clone()AutoMlParams.BuilderProcessDocumentRequest.Builder. getAutomlParamsBuilder()Controls AutoML model prediction behavior.AutoMlParams.BuilderAutoMlParams.Builder. mergeFrom(AutoMlParams other)AutoMlParams.BuilderAutoMlParams.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AutoMlParams.BuilderAutoMlParams.Builder. mergeFrom(com.google.protobuf.Message other)AutoMlParams.BuilderAutoMlParams.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static AutoMlParams.BuilderAutoMlParams. newBuilder()static AutoMlParams.BuilderAutoMlParams. newBuilder(AutoMlParams prototype)AutoMlParams.BuilderAutoMlParams. newBuilderForType()protected AutoMlParams.BuilderAutoMlParams. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)AutoMlParams.BuilderAutoMlParams.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AutoMlParams.BuilderAutoMlParams.Builder. setModel(String value)Resource name of the AutoML model.AutoMlParams.BuilderAutoMlParams.Builder. setModelBytes(com.google.protobuf.ByteString value)Resource name of the AutoML model.AutoMlParams.BuilderAutoMlParams.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)AutoMlParams.BuilderAutoMlParams.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AutoMlParams.BuilderAutoMlParams. toBuilder()Methods in com.google.cloud.documentai.v1beta2 with parameters of type AutoMlParams.Builder Modifier and Type Method Description ProcessDocumentRequest.BuilderProcessDocumentRequest.Builder. setAutomlParams(AutoMlParams.Builder builderForValue)Controls AutoML model prediction behavior.
-