dsp_run_graph

edgeimpulse_api v1.0.0

edgeimpulse_api.models.dsp_run_graph module

class edgeimpulse_api.models.dsp_run_graph.DspRunGraph(*, name: StrictStr, image: Optional[StrictStr] = None, imageMimeType: Optional[StrictStr] = None, X: Optional[Dict[str, List[float]]] = None, y: Optional[List[float]] = None, suggestedXMin: Optional[float] = None, suggestedXMax: Optional[float] = None, suggestedYMin: Optional[float] = None, suggestedYMax: Optional[float] = None, type: StrictStr, lineWidth: Optional[float] = None, smoothing: Optional[StrictBool] = None, axisLabels: Optional[DspRunGraphAxisLabels] = None, highlights: Optional[Dict[str, List[float]]] = None)

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

axis_labels(: Optional[DspRunGraphAxisLabels )

classmethod from_dict(obj: dict)

Create an instance of DspRunGraph from a dict

classmethod from_json(json_str: str)

Create an instance of DspRunGraph from a JSON string

highlights(: Optional[Dict[str, List[float]] )

image(: Optional[StrictStr )

image_mime_type(: Optional[StrictStr )

line_width(: Optional[float )

name(: StrictSt )

smoothing(: Optional[StrictBool )

suggested_x_max(: Optional[float )

suggested_x_min(: Optional[float )

suggested_y_max(: Optional[float )

suggested_y_min(: Optional[float )

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

type(: StrictSt )

x(: Optional[Dict[str, List[float]] )

y(: Optional[List[float] )

Last updated

Was this helpful?