performance_calibration_parameter_set_stats_inner

edgeimpulse_api v1.0.0

edgeimpulse_api.models.performance_calibration_parameter_set_stats_inner module

class edgeimpulse_api.models.performance_calibration_parameter_set_stats_inner.PerformanceCalibrationParameterSetStatsInner(*, label: StrictStr, truePositives: StrictInt, falsePositives: StrictInt, falseNegatives: StrictInt, trueNegatives: StrictInt, falsePositiveRate: float, falseNegativeRate: float, falsePositiveDetails: Optional[List[PerformanceCalibrationFalsePositive]] = None, falseNegativeTimes: List[float])

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

false_negative_rate(: floa )

false_negative_times(: List[float )

false_negatives(: StrictIn )

false_positive_details(: Optional[List[PerformanceCalibrationFalsePositive] )

false_positive_rate(: floa )

false_positives(: StrictIn )

classmethod from_dict(obj: dict)

Create an instance of PerformanceCalibrationParameterSetStatsInner from a dict

classmethod from_json(json_str: str)

Create an instance of PerformanceCalibrationParameterSetStatsInner from a JSON string

label(: StrictSt )

to_dict()

Returns the dictionary representation of the model using alias

to_json()

Returns the JSON representation of the model using alias

to_str()

Returns the string representation of the model using alias

true_negatives(: StrictIn )

true_positives(: StrictIn )

Last updated

Was this helpful?