@@ -198,6 +198,26 @@ month = typing___cast(UsageIntervalTypeValue, 2)
198198year = typing___cast (UsageIntervalTypeValue , 3 )
199199type___UsageIntervalType = UsageIntervalType
200200
201+ RoleTypeValue = typing___NewType ('RoleTypeValue' , builtin___int )
202+ type___RoleTypeValue = RoleTypeValue
203+ class RoleType (object ):
204+ DESCRIPTOR : google___protobuf___descriptor___EnumDescriptor = ...
205+ @classmethod
206+ def Name (cls , number : builtin___int ) -> builtin___str : ...
207+ @classmethod
208+ def Value (cls , name : builtin___str ) -> RoleTypeValue : ...
209+ @classmethod
210+ def keys (cls ) -> typing___List [builtin___str ]: ...
211+ @classmethod
212+ def values (cls ) -> typing___List [RoleTypeValue ]: ...
213+ @classmethod
214+ def items (cls ) -> typing___List [typing___Tuple [builtin___str , RoleTypeValue ]]: ...
215+ TEAM = typing___cast (RoleTypeValue , 0 )
216+ ORG = typing___cast (RoleTypeValue , 1 )
217+ TEAM = typing___cast (RoleTypeValue , 0 )
218+ ORG = typing___cast (RoleTypeValue , 1 )
219+ type___RoleType = RoleType
220+
201221StatValueAggTypeValue = typing___NewType ('StatValueAggTypeValue' , builtin___int )
202222type___StatValueAggTypeValue = StatValueAggTypeValue
203223class StatValueAggType (object ):
@@ -257,6 +277,7 @@ class Annotation(google___protobuf___message___Message):
257277 embed_model_version_id : typing___Text = ...
258278 trusted : builtin___bool = ...
259279 input_level : builtin___bool = ...
280+ task_id : typing___Text = ...
260281
261282 @property
262283 def data (self ) -> type___Data : ...
@@ -291,6 +312,7 @@ class Annotation(google___protobuf___message___Message):
291312 trusted : typing___Optional [builtin___bool ] = None ,
292313 input_level : typing___Optional [builtin___bool ] = None ,
293314 consensus_info : typing___Optional [google___protobuf___struct_pb2___Struct ] = None ,
315+ task_id : typing___Optional [typing___Text ] = None ,
294316 ) -> None : ...
295317 if sys .version_info >= (3 ,):
296318 @classmethod
@@ -299,7 +321,7 @@ class Annotation(google___protobuf___message___Message):
299321 @classmethod
300322 def FromString (cls , s : typing___Union [builtin___bytes , builtin___buffer , builtin___unicode ]) -> Annotation : ...
301323 def HasField (self , field_name : typing_extensions___Literal [u"annotation_info" ,b"annotation_info" ,u"consensus_info" ,b"consensus_info" ,u"created_at" ,b"created_at" ,u"data" ,b"data" ,u"modified_at" ,b"modified_at" ,u"status" ,b"status" ]) -> builtin___bool : ...
302- def ClearField (self , field_name : typing_extensions___Literal [u"annotation_info" ,b"annotation_info" ,u"consensus_info" ,b"consensus_info" ,u"created_at" ,b"created_at" ,u"data" ,b"data" ,u"embed_model_version_id" ,b"embed_model_version_id" ,u"id" ,b"id" ,u"input_id" ,b"input_id" ,u"input_level" ,b"input_level" ,u"model_version_id" ,b"model_version_id" ,u"modified_at" ,b"modified_at" ,u"status" ,b"status" ,u"trusted" ,b"trusted" ,u"user_id" ,b"user_id" ]) -> None : ...
324+ def ClearField (self , field_name : typing_extensions___Literal [u"annotation_info" ,b"annotation_info" ,u"consensus_info" ,b"consensus_info" ,u"created_at" ,b"created_at" ,u"data" ,b"data" ,u"embed_model_version_id" ,b"embed_model_version_id" ,u"id" ,b"id" ,u"input_id" ,b"input_id" ,u"input_level" ,b"input_level" ,u"model_version_id" ,b"model_version_id" ,u"modified_at" ,b"modified_at" ,u"status" ,b"status" ,u"task_id" , b"task_id" , u" trusted" ,b"trusted" ,u"user_id" ,b"user_id" ]) -> None : ...
303325type___Annotation = Annotation
304326
305327class App (google___protobuf___message___Message ):
@@ -518,6 +540,7 @@ class Cluster(google___protobuf___message___Message):
518540 id : typing___Text = ...
519541 count : builtin___int = ...
520542 score : builtin___float = ...
543+ projection : google___protobuf___internal___containers___RepeatedScalarFieldContainer [builtin___float ] = ...
521544
522545 @property
523546 def hits (self ) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer [type___Hit ]: ...
@@ -528,14 +551,15 @@ class Cluster(google___protobuf___message___Message):
528551 count : typing___Optional [builtin___int ] = None ,
529552 score : typing___Optional [builtin___float ] = None ,
530553 hits : typing___Optional [typing___Iterable [type___Hit ]] = None ,
554+ projection : typing___Optional [typing___Iterable [builtin___float ]] = None ,
531555 ) -> None : ...
532556 if sys .version_info >= (3 ,):
533557 @classmethod
534558 def FromString (cls , s : builtin___bytes ) -> Cluster : ...
535559 else :
536560 @classmethod
537561 def FromString (cls , s : typing___Union [builtin___bytes , builtin___buffer , builtin___unicode ]) -> Cluster : ...
538- def ClearField (self , field_name : typing_extensions___Literal [u"count" ,b"count" ,u"hits" ,b"hits" ,u"id" ,b"id" ,u"score" ,b"score" ]) -> None : ...
562+ def ClearField (self , field_name : typing_extensions___Literal [u"count" ,b"count" ,u"hits" ,b"hits" ,u"id" ,b"id" ,u"projection" , b"projection" , u" score" ,b"score" ]) -> None : ...
539563type___Cluster = Cluster
540564
541565class Color (google___protobuf___message___Message ):
@@ -2100,6 +2124,33 @@ class BinaryMetrics(google___protobuf___message___Message):
21002124 def ClearField (self , field_name : typing_extensions___Literal [u"area_max" ,b"area_max" ,u"area_min" ,b"area_min" ,u"area_name" ,b"area_name" ,u"avg_precision" ,b"avg_precision" ,u"concept" ,b"concept" ,u"f1" ,b"f1" ,u"iou" ,b"iou" ,u"num_neg" ,b"num_neg" ,u"num_pos" ,b"num_pos" ,u"num_tot" ,b"num_tot" ,u"precision_recall_curve" ,b"precision_recall_curve" ,u"roc_auc" ,b"roc_auc" ,u"roc_curve" ,b"roc_curve" ]) -> None : ...
21012125type___BinaryMetrics = BinaryMetrics
21022126
2127+ class TrackerMetrics (google___protobuf___message___Message ):
2128+ DESCRIPTOR : google___protobuf___descriptor___Descriptor = ...
2129+ mot_mota : builtin___float = ...
2130+ mot_num_switches : builtin___int = ...
2131+ morse_frag : builtin___float = ...
2132+ avg_precision : builtin___float = ...
2133+ aiid : typing___Text = ...
2134+ unique_switch_rate : builtin___float = ...
2135+
2136+ def __init__ (self ,
2137+ * ,
2138+ mot_mota : typing___Optional [builtin___float ] = None ,
2139+ mot_num_switches : typing___Optional [builtin___int ] = None ,
2140+ morse_frag : typing___Optional [builtin___float ] = None ,
2141+ avg_precision : typing___Optional [builtin___float ] = None ,
2142+ aiid : typing___Optional [typing___Text ] = None ,
2143+ unique_switch_rate : typing___Optional [builtin___float ] = None ,
2144+ ) -> None : ...
2145+ if sys .version_info >= (3 ,):
2146+ @classmethod
2147+ def FromString (cls , s : builtin___bytes ) -> TrackerMetrics : ...
2148+ else :
2149+ @classmethod
2150+ def FromString (cls , s : typing___Union [builtin___bytes , builtin___buffer , builtin___unicode ]) -> TrackerMetrics : ...
2151+ def ClearField (self , field_name : typing_extensions___Literal [u"aiid" ,b"aiid" ,u"avg_precision" ,b"avg_precision" ,u"morse_frag" ,b"morse_frag" ,u"mot_mota" ,b"mot_mota" ,u"mot_num_switches" ,b"mot_num_switches" ,u"unique_switch_rate" ,b"unique_switch_rate" ]) -> None : ...
2152+ type___TrackerMetrics = TrackerMetrics
2153+
21032154class EvalTestSetEntry (google___protobuf___message___Message ):
21042155 DESCRIPTOR : google___protobuf___descriptor___Descriptor = ...
21052156 id : typing___Text = ...
@@ -2229,6 +2280,9 @@ class EvalMetrics(google___protobuf___message___Message):
22292280 @property
22302281 def metrics_by_class (self ) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer [type___BinaryMetrics ]: ...
22312282
2283+ @property
2284+ def tracker_metrics (self ) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer [type___TrackerMetrics ]: ...
2285+
22322286 def __init__ (self ,
22332287 * ,
22342288 status : typing___Optional [proto___clarifai___api___status___status_pb2___Status ] = None ,
@@ -2241,6 +2295,7 @@ class EvalMetrics(google___protobuf___message___Message):
22412295 test_set : typing___Optional [typing___Iterable [type___EvalTestSetEntry ]] = None ,
22422296 metrics_by_area : typing___Optional [typing___Iterable [type___BinaryMetrics ]] = None ,
22432297 metrics_by_class : typing___Optional [typing___Iterable [type___BinaryMetrics ]] = None ,
2298+ tracker_metrics : typing___Optional [typing___Iterable [type___TrackerMetrics ]] = None ,
22442299 ) -> None : ...
22452300 if sys .version_info >= (3 ,):
22462301 @classmethod
@@ -2249,7 +2304,7 @@ class EvalMetrics(google___protobuf___message___Message):
22492304 @classmethod
22502305 def FromString (cls , s : typing___Union [builtin___bytes , builtin___buffer , builtin___unicode ]) -> EvalMetrics : ...
22512306 def HasField (self , field_name : typing_extensions___Literal [u"confusion_matrix" ,b"confusion_matrix" ,u"cooccurrence_matrix" ,b"cooccurrence_matrix" ,u"label_counts" ,b"label_counts" ,u"status" ,b"status" ,u"summary" ,b"summary" ]) -> builtin___bool : ...
2252- def ClearField (self , field_name : typing_extensions___Literal [u"binary_metrics" ,b"binary_metrics" ,u"confusion_matrix" ,b"confusion_matrix" ,u"cooccurrence_matrix" ,b"cooccurrence_matrix" ,u"id" ,b"id" ,u"label_counts" ,b"label_counts" ,u"metrics_by_area" ,b"metrics_by_area" ,u"metrics_by_class" ,b"metrics_by_class" ,u"status" ,b"status" ,u"summary" ,b"summary" ,u"test_set" ,b"test_set" ]) -> None : ...
2307+ def ClearField (self , field_name : typing_extensions___Literal [u"binary_metrics" ,b"binary_metrics" ,u"confusion_matrix" ,b"confusion_matrix" ,u"cooccurrence_matrix" ,b"cooccurrence_matrix" ,u"id" ,b"id" ,u"label_counts" ,b"label_counts" ,u"metrics_by_area" ,b"metrics_by_area" ,u"metrics_by_class" ,b"metrics_by_class" ,u"status" ,b"status" ,u"summary" ,b"summary" ,u"test_set" ,b"test_set" , u"tracker_metrics" , b"tracker_metrics" ]) -> None : ...
22532308type___EvalMetrics = EvalMetrics
22542309
22552310class FieldsValue (google___protobuf___message___Message ):
0 commit comments