Table of Contents

ITMSMCPCustomCloudImageAIProperties Interface

Read-only view of the request settings that a service implementation needs while it builds an outgoing request.

API unit family: TMS.MCP.CloudImageAI Extends: IInterface

Syntax

ITMSMCPCustomCloudImageAIProperties = interface(IInterface)

Remarks

The component implements this interface itself and hands it to the service implementation it creates, so the implementation reads the current settings without holding a reference to the component. All members are getters; settings are changed through the component.

Methods

Name Description
GetAPIKey Returns the key used to authenticate against the selected service.
GetCustomOptions Returns the extra request parameters that are merged into the outgoing request body.
GetImages Returns the collection of reference images that should accompany the prompt.
GetModel Returns the name of the model the request should use.