|
Parâmetro |
Tipo |
Descrição |
Exemplo |
|---|---|---|---|
|
object |
Parameters for configuring a Model Studio event target. |
||
| Before |
object |
The pre-processing logic to apply to an event before it is sent to the target. |
|
| Form |
string |
The method for generating the value. The |
|
| Value |
string |
The source content for the value, as specified by the |
|
| Template |
string |
The template string for formatting the value. This parameter is used only when |
|
| Context |
any |
Context information for the application. The value must be a JSON object. |
|
| ApplicationType |
string |
The type of the Model Studio application to invoke. |
|
| Op |
object |
The operation that the Model Studio application will perform. |
|
| Form |
string |
The method for generating the value. The |
|
| Value |
string |
The source content for the value, as specified by the |
|
| Template |
string |
The template string for formatting the value. This parameter is used only when |
|
| Partition |
object |
The partition key for the event. This key routes events to a specific partition in the target service, ensuring ordered processing. |
|
| Form |
string |
The method for generating the value. The |
|
| Value |
string |
The source content for the value, as specified by the |
|
| Template |
string |
The template string for formatting the value. This parameter is used only when |
|
| Extend |
any |
Additional key-value pairs to pass to the target. The value must be a valid JSON object. |
|
| WorkspaceId |
string |
The unique ID of the Model Studio workspace. |
|
| After |
object |
The post-processing logic that runs after the main operation completes. |
|
| Form |
string |
The method for generating the value. The |
|
| Value |
string |
The source content for the value, as specified by the |
|
| Template |
string |
The template string for formatting the value. This parameter is used only when |
|
| Offset |
object |
The offset for reading events from a stream or queue, used for stateful processing. |
|
| Form |
string |
The method for generating the value. The |
|
| Value |
string |
The source content for the value, as specified by the |
|
| Template |
string |
The template string for formatting the value. This parameter is used only when |