Skip to main content

ExecutionSchema

@group

Models/Execution

Index

Constructors

constructor

Properties

deployment

deployment: IModelReference = ...

environment

environment: IModelReference = ...

environmentVariables

environmentVariables: {} = ...

A set of environment variables to be passed to the Docker container. It represents setting the --env option while running a Docker container.


Type declaration

  • [key string]: string

subnet

subnet: IModelReference = ...