次の方法で共有


DataFlowDebugCommandResponse Class

Response body structure of data flow result for data preview, statistics or expression preview.

Constructor

DataFlowDebugCommandResponse(*, status: str | None = None, data: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status
str

The run status of data preview, statistics or expression preview.

Default value: None
data
str

The result data of data preview, statistics or expression preview.

Default value: None

Variables

Name Description
status
str

The run status of data preview, statistics or expression preview.

data
str

The result data of data preview, statistics or expression preview.