update_organization_transformation_block_request module#

class edgeimpulse_api.models.update_organization_transformation_block_request.UpdateOrganizationTransformationBlockRequest(
*,
name: StrictStr | None = None,
dockerContainer: StrictStr | None = None,
indMetadata: StrictBool | None = None,
description: StrictStr | None = None,
cliArguments: StrictStr | None = None,
requestsCpu: float | None = None,
requestsMemory: StrictInt | None = None,
limitsCpu: float | None = None,
limitsMemory: StrictInt | None = None,
additionalMountPoints: List[TransformationBlockAdditionalMountPoint] | None = None,
operatesOn: TransformationJobOperatesOnEnum | None = None,
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] | None#
allow_extra_cli_arguments: StrictBool | None#
cli_arguments: StrictStr | None#
description: StrictStr | None#
docker_container: StrictStr | None#
classmethod from_dict(
obj: dict,
) UpdateOrganizationTransformationBlockRequest[source]#

Create an instance of UpdateOrganizationTransformationBlockRequest from a dict

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

Create an instance of UpdateOrganizationTransformationBlockRequest from a JSON string

ind_metadata: StrictBool | None#
is_public: StrictBool | None#
limits_cpu: float | None#
limits_memory: StrictInt | None#
max_running_time_str: StrictStr | None#
name: StrictStr | None#
operates_on: TransformationJobOperatesOnEnum | None#
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