organization_info_response_all_of_cli_lists_image_input_scaling_options module#

class edgeimpulse_api.models.organization_info_response_all_of_cli_lists_image_input_scaling_options.OrganizationInfoResponseAllOfCliListsImageInputScalingOptions(
*,
label: StrictStr,
value: ImageInputScaling,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
classmethod from_dict(
obj: dict,
) OrganizationInfoResponseAllOfCliListsImageInputScalingOptions[source]#

Create an instance of OrganizationInfoResponseAllOfCliListsImageInputScalingOptions from a dict

classmethod from_json(
json_str: str,
) OrganizationInfoResponseAllOfCliListsImageInputScalingOptions[source]#

Create an instance of OrganizationInfoResponseAllOfCliListsImageInputScalingOptions from a JSON string

label: StrictStr#
to_dict()[source]#

Returns the dictionary representation of the model using alias

to_json() str[source]#

Returns the JSON representation of the model using alias

to_str() str[source]#

Returns the string representation of the model using alias

value: ImageInputScaling#