ImageDescriptionSpaceFieldSet

ImageDescriptionSpaceFieldSet(space, fields, allowed_param_types=None)
Specialized field set for image spaces that support both image data and descriptions.

Parameters

space
Space
required
The space instance this field set belongs to.
fields
set[SchemaField]
required
Set of schema fields for this field set.
allowed_param_types
Sequence[type] | None
default:"None"
Optional sequence of allowed parameter types.

Inheritance

Inheritance Chain:
  • ImageDescriptionSpaceFieldSet
  • SpaceFieldSet
  • Generic

Properties

input_type
type
The input type for this field set.

ImageSpaceFieldSet

ImageSpaceFieldSet(space, fields, allowed_param_types=None)
Standard field set for image spaces handling image data.

Parameters

space
Space
required
The space instance this field set belongs to.
fields
set[SchemaField]
required
Set of schema fields for this field set.
allowed_param_types
Sequence[type] | None
default:"None"
Optional sequence of allowed parameter types.

Inheritance

Inheritance Chain:
  • ImageSpaceFieldSet
  • SpaceFieldSet
  • Generic

Properties

input_type
type
The input type for this field set.