Manifest

class aws_rfdk.deadline.Manifest(*, recipes, schema, version)

Bases: object

The manifest included with Deadline Docker image recipes.

Parameters
  • recipes (Mapping[str, Union[Recipe, Dict[str, Any]]]) – The recipes.

  • schema (Union[int, float]) – The manifest schema version number.

  • version (str) – The version of Deadline that the staging directory contains.

Attributes

recipes

The recipes.

Return type

Mapping[str, Recipe]

schema

The manifest schema version number.

Return type

Union[int, float]

version

The version of Deadline that the staging directory contains.

Return type

str