ITMSMCPCustomCloudImageAIInstance Interface
Implemented by a service implementation that needs the component's settings injected after it has been created.
API unit family: TMS.MCP.CloudImageAI
Extends: IInterface
Syntax
ITMSMCPCustomCloudImageAIInstance = interface(IInterface)
Remarks
Kept separate from the request-building interface so the injection point is not part of the public building contract. The component queries for this interface right after creating a service implementation and, when it is supported, passes its own settings view.
Methods
| Name | Description |
|---|---|
| SetCloudImageAIProperties | Injects the settings view the implementation reads while building requests. |