Search Results

442 résultats trouvés Page 12 / 45
FAQ
Voir

Are there any parameters required for the `commitTransaction` action?

No, the `commitTransaction` action does not require any parameters. It acts on the current active transaction for the session.

FAQ
Voir

Is it possible to run the cross-validation folds in parallel?

Yes, by default, the folds are evaluated in parallel. You can control this behavior with the 'parallelFolds' parameter (defaulting to True) and specify the number of worker nodes for each subsession with the 'nSubsessionWorkers' parameter.

FAQ
Voir

What is the purpose of the endSession action?

The endSession action is used to end the current session.

FAQ
Voir

Which action set does the endSession action belong to?

The endSession action belongs to the Session Methods Action Set.

FAQ
Voir

What is the CASL syntax for the endSession action?

The CASL syntax is: session.endSession ;

FAQ
Voir

Does the endSession action require any parameters?

No, the endSession action does not typically require any parameters, though optional result and status parameters can be specified in CASL.

FAQ
Voir

What is the purpose of the eventingInfo action?

The eventingInfo action reports whether data events will be generated for global-scope tables and session-scope tables for the current session.

FAQ
Voir

What is the purpose of the fetchresult action?

The fetchresult action is used to fetch the specified saved result for a session.

FAQ
Voir

To which action set does the fetchresult action belong?

The fetchresult action belongs to the Session Methods Action Set.

FAQ
Voir

What is the purpose of the flushresult action?

The flushresult action is used to flush the saved result for the current session.