organization_create_project_with_files_all_of_files module#

class edgeimpulse_api.models.organization_create_project_with_files_all_of_files.OrganizationCreateProjectWithFilesAllOfFiles(
*,
id: StrictInt,
fileName: StrictStr,
bucketPath: StrictStr,
transformationJobId: StrictInt | None = None,
transformationJobStatus: TransformationJobStatusEnum,
linkToDataItem: StrictStr,
lengthString: StrictStr,
sourceDatasetType: StrictStr,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
bucket_path: StrictStr#
file_name: StrictStr#
classmethod from_dict(
obj: dict,
) OrganizationCreateProjectWithFilesAllOfFiles[source]#

Create an instance of OrganizationCreateProjectWithFilesAllOfFiles from a dict

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

Create an instance of OrganizationCreateProjectWithFilesAllOfFiles from a JSON string

id: StrictInt#
length_string: StrictStr#
source_dataset_type: StrictStr#
classmethod source_dataset_type_validate_enum(
v,
)[source]#
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

transformation_job_id: StrictInt | None#
transformation_job_status: TransformationJobStatusEnum#