SinkBaiLianParameters

Updated at:
Copy as MD

Parameter

Type

Description

Example

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 JSONPATH option extracts data from the event payload. Valid values: CONSTANT, JSONPATH, and TEMPLATE.

Value

string

The source content for the value, as specified by the Form parameter. For example, if Form is JSONPATH, this value must be a JSONPath expression.

Template

string

The template string for formatting the value. This parameter is used only when Form is set to TEMPLATE.

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 JSONPATH option extracts data from the event payload. Valid values: CONSTANT, JSONPATH, and TEMPLATE.

Value

string

The source content for the value, as specified by the Form parameter. For example, if Form is JSONPATH, this value must be a JSONPath expression.

Template

string

The template string for formatting the value. This parameter is used only when Form is set to TEMPLATE.

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 JSONPATH option extracts data from the event payload. Valid values: CONSTANT, JSONPATH, and TEMPLATE.

Value

string

The source content for the value, as specified by the Form parameter. For example, if Form is JSONPATH, this value must be a JSONPath expression.

Template

string

The template string for formatting the value. This parameter is used only when Form is set to TEMPLATE.

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 JSONPATH option extracts data from the event payload. Valid values: CONSTANT, JSONPATH, and TEMPLATE.

Value

string

The source content for the value, as specified by the Form parameter. For example, if Form is JSONPATH, this value must be a JSONPath expression.

Template

string

The template string for formatting the value. This parameter is used only when Form is set to TEMPLATE.

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 JSONPATH option extracts data from the event payload. Valid values: CONSTANT, JSONPATH, and TEMPLATE.

Value

string

The source content for the value, as specified by the Form parameter. For example, if Form is JSONPATH, this value must be a JSONPath expression.

Template

string

The template string for formatting the value. This parameter is used only when Form is set to TEMPLATE.