RuntimeConfig

Runtime configuration for a workload.

JSON representation
{
  "version": string,
  "containerImage": string,
  "properties": {
    string: string,
    ...
  },
  "repositoryConfig": {
    object (RepositoryConfig)
  }
}
Fields
version

string

Optional. Version of the batch runtime.

containerImage

string

Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.

properties

map (key: string, value: string)

Optional. A mapping of property names to values, which are used to configure workload execution.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

repositoryConfig

object (RepositoryConfig)

Optional. Dependency repository configuration.

RepositoryConfig

Configuration for dependency repositories

JSON representation
{
  "pypiRepositoryConfig": {
    object (PyPiRepositoryConfig)
  }
}
Fields
pypiRepositoryConfig

object (PyPiRepositoryConfig)

Optional. Configuration for PyPi repository.

PyPiRepositoryConfig

Configuration for PyPi repository

JSON representation
{
  "pypiRepository": string
}
Fields
pypiRepository

string

Optional. PyPi repository address