deploy_pretrained_model_request
edgeimpulse_api v1.0.0
edgeimpulse_api.models.deploy_pretrained_model_request module
class edgeimpulse_api.models.deploy_pretrained_model_request.DeployPretrainedModelRequest(*, modelFileBase64: StrictStr, modelFileType: StrictStr, deploymentType: StrictStr, engine: Optional[DeploymentTargetEngine] = None, modelInfo: DeployPretrainedModelRequestModelInfo, representativeFeaturesBase64: Optional[StrictStr] = None, deployModelType: Optional[StrictStr] = None)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
deploy_model_type(: Optional[StrictStr )
classmethod deploy_model_type_validate_enum(v)
deployment_type(: StrictSt )
engine(: Optional[DeploymentTargetEngine )
classmethod from_dict(obj: dict)Create an instance of DeployPretrainedModelRequest from a dict
classmethod from_json(json_str: str)Create an instance of DeployPretrainedModelRequest from a JSON string
model_file_base64(: StrictSt )
model_file_type(: StrictSt )
classmethod model_file_type_validate_enum(v)
model_info(_: DeployPretrainedModelRequestModelInfo
representative_features_base64(: Optional[StrictStr )
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
Last updated
Was this helpful?