add_organization_transformation_block_request module#

class edgeimpulse_api.models.add_organization_transformation_block_request.AddOrganizationTransformationBlockRequest(
*,
name: StrictStr,
dockerContainer: StrictStr,
indMetadata: StrictBool,
description: StrictStr,
cliArguments: StrictStr,
requestsCpu: float | None = None,
requestsMemory: StrictInt | None = None,
limitsCpu: float | None = None,
limitsMemory: StrictInt | None = None,
additionalMountPoints: List[TransformationBlockAdditionalMountPoint],
operatesOn: StrictStr,
allowExtraCliArguments: StrictBool | None = None,
parameters: List[Dict[str, Any]] | None = None,
maxRunningTimeStr: StrictStr | None = None,
isPublic: StrictBool | None = None,
repositoryUrl: StrictStr | None = None,
showInDataSources: StrictBool | None = None,
showInCreateTransformationJob: StrictBool | None = None,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
additional_mount_points: List[TransformationBlockAdditionalMountPoint]#
allow_extra_cli_arguments: StrictBool | None#
cli_arguments: StrictStr#
description: StrictStr#
docker_container: StrictStr#
classmethod from_dict(
obj: dict,
) AddOrganizationTransformationBlockRequest[source]#

Create an instance of AddOrganizationTransformationBlockRequest from a dict

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

Create an instance of AddOrganizationTransformationBlockRequest from a JSON string

ind_metadata: StrictBool#
is_public: StrictBool | None#
limits_cpu: float | None#
limits_memory: StrictInt | None#
max_running_time_str: StrictStr | None#
name: StrictStr#
operates_on: StrictStr#
classmethod operates_on_validate_enum(v)[source]#
parameters: List[Dict[str, Any]] | None#
repository_url: StrictStr | None#
requests_cpu: float | None#
requests_memory: StrictInt | None#
show_in_create_transformation_job: StrictBool | None#
show_in_data_sources: StrictBool | 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