deflog_execution_metrics_from_client(self,metrics_name:str,custom_properties:t.Optional[t.Dict]=None)->mlpb.Artifact:""" Logs execution metrics from a client. Data from pre-existing metrics from client side is used to create identical metrics on server side.
@@ -3754,8 +3754,7 @@
Source code in cmflib/cmf.py
-
1362
-1363
+
1363136413651366
@@ -3829,7 +3828,8 @@
143414351436
-1437
deflog_execution_metrics(
+1437
+1438
deflog_execution_metrics(self,metrics_name:str,custom_properties:t.Optional[t.Dict]=None)->mlpb.Artifact:"""Log the metadata associated with the execution (coarse-grained tracking).
@@ -3939,8 +3939,7 @@
Source code in cmflib/cmf.py
-
1439
-1440
+
1440144114421443
@@ -3963,7 +3962,8 @@
146014611462
-1463
deflog_metric(
+1463
+1464
deflog_metric(self,metrics_name:str,custom_properties:t.Optional[t.Dict]=None)->None:"""Stores the fine-grained (per step or per epoch) metrics to memory.
@@ -4019,8 +4019,7 @@
defcommit_existing_metrics(self,metrics_name:str,uri:str,props:t.Optional[t.Dict]=None,custom_properties:t.Optional[t.Dict]=None):""" Commits existing metrics associated with the given URI to MLMD. Example:
@@ -4214,8 +4214,7 @@
defcreate_dataslice(self,name:str)->"Cmf.DataSlice":"""Creates a dataslice object. Once created, users can add data instances to this data slice with [add_data][cmflib.cmf.Cmf.DataSlice.add_data] method. Users are also responsible for committing data slices by calling the
@@ -4296,8 +4296,7 @@
defupdate_dataslice(self,name:str,record:str,custom_properties:t.Dict):"""Updates a dataslice record in a Parquet file with the provided custom properties. Example: ```python
@@ -4396,18 +4396,18 @@