ResourceMetaWrapper
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| OutputPrefix | string | This string specifies the prefix for output artifacts generated by the resource. |
| ConnectorResourceMeta | []byte | This byte array holds metadata specific to the connector resource, influencing how the connector interacts with external systems. |
| TaskCategory | *connectorPb.TaskCategory | This pointer to a connectorPb.TaskCategory defines the category of the task, which can affect task scheduling and execution behavior. |
| Project | string | This string identifies the project to which the resource belongs, used for access control and organization. |
| Domain | string | This string specifies the domain within the project for the resource, further organizing and scoping its visibility. |
| Connection | *flyteIdl.Connection | This pointer to a flyteIdl.Connection provides details for establishing a connection to external services, essential for resource operations. |