Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
edgeimpulse_api.models.performance_calibration_ground_truth.PerformanceCalibrationGroundTruth( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
label_idx
pydantic.v1.types.StrictInt
label_string
pydantic.v1.types.StrictStr
length
samples
List[edgeimpulse_api.models.performance_calibration_ground_truth_samples_inner.PerformanceCalibrationGroundTruthSamplesInner] | None
start
type
edgeimpulse_api.models.performance_calibration_ground_truth.PerformanceCalibrationGroundTruth.from_dict( obj: dict ) ‑> edgeimpulse_api.models.performance_calibration_ground_truth.PerformanceCalibrationGroundTruth
obj
dict
edgeimpulse_api.models.performance_calibration_ground_truth.PerformanceCalibrationGroundTruth
edgeimpulse_api.models.performance_calibration_ground_truth.PerformanceCalibrationGroundTruth.from_json( json_str: str ) ‑> edgeimpulse_api.models.performance_calibration_ground_truth.PerformanceCalibrationGroundTruth
json_str
str
edgeimpulse_api.models.performance_calibration_ground_truth.PerformanceCalibrationGroundTruth.type_validate_enum( v )
v
edgeimpulse_api.models.performance_calibration_ground_truth.PerformanceCalibrationGroundTruth.to_dict( self )
self
edgeimpulse_api.models.performance_calibration_ground_truth.PerformanceCalibrationGroundTruth.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.performance_calibration_ground_truth.PerformanceCalibrationGroundTruth.to_str( self ) ‑> str
Was this page helpful?