get_last_deployment_build_response_all_of_last_build module#

class edgeimpulse_api.models.get_last_deployment_build_response_all_of_last_build.GetLastDeploymentBuildResponseAllOfLastBuild(
*,
version: StrictInt,
deploymentType: StrictStr,
engine: DeploymentTargetEngine,
modelType: KerasModelTypeEnum | None = None,
created: datetime,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
created: datetime#
deployment_type: StrictStr#
engine: DeploymentTargetEngine#
classmethod from_dict(
obj: dict,
) GetLastDeploymentBuildResponseAllOfLastBuild[source]#

Create an instance of GetLastDeploymentBuildResponseAllOfLastBuild from a dict

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

Create an instance of GetLastDeploymentBuildResponseAllOfLastBuild from a JSON string

model_type: KerasModelTypeEnum | None#
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

version: StrictInt#