TargetDescription Class

Information about a Target. A target is the component that can process a specific type of Job.

Inheritance
TargetDescription

Constructor

TargetDescription(*, id: Optional[str] = None, name: Optional[str] = None, description: Optional[str] = None, accepted_data_formats: Optional[List[str]] = None, accepted_content_encodings: Optional[List[str]] = None, **kwargs)

Parameters

id
str
Required

Unique target id.

name
str
Required

Display name of this target.

description
str
Required

A description about this target.

accepted_data_formats
list[str]
Required

List of data formats accepted by this target.

accepted_content_encodings
list[str]
Required

List of content encodings accepted by this target.