Method
getExecuteFeatureGroupOperationResultPartCount GET
Copy GET

Gets the number of parts in the result of the execution of fg operation

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes featureGroupOperationRunId str The unique ID associated with the execution.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
type
description

Exceptions:

TYPE WHEN
DataNotFoundError

featureGroupOperationRunId is not found.

Language: