You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# client.create_ontology("Auto OCR ontology from sdk", builder.asdict(), media_type=MediaType.Document)
52
51
53
52
builder=OntologyBuilder(
54
53
classifications=[
@@ -78,7 +77,7 @@
78
77
scope=Classification.Scope.GLOBAL,
79
78
attributes=[
80
79
FeatureSchemaAttribute(
81
-
attributeName="required-connection",
80
+
attributeName="requires-connection",
82
81
attributeValue="true"
83
82
)
84
83
],
@@ -111,5 +110,48 @@
111
110
# feature_schema = client.update_feature_schema_title('cm4rc1nl90h36070782v9hlpt', 'This is a new title - did it remove the feature schema attributes? UPDATED')
0 commit comments