?> Que spécifie le paramètre actionSet ?... - Aide
QUESTION / RÉPONSE

Que spécifie le paramètre actionSet ?

0 consultations

Réponse

Le paramètre actionSet spécifie le nom de l'ensemble d'actions défini par l'utilisateur. Cet ensemble d'actions est converti de sa structure de données existante en une table en mémoire.
Action technique liée

Voir la documentation de actionSetToTable

Voir l'Action
Thématiques

Voir aussi

addNode
builtins

The `addNode` action dynamically adds one or more machines to a running SAS Cloud Analytic Services (CAS) server. This is a fundamental administrative task for scaling a CAS environment, allowing for the expansion of computational resources without restarting the entire server. It can be used to add either worker nodes to increase processing power and data capacity, or a backup controller to enhance high availability. This action is typically performed by administrators to manage the cluster's topology in response to changing workloads.

actionSetInfo
builtins

The actionSetInfo action is part of the built-in action set in SAS Viya. It is used to display build and version information for loaded CAS action sets. This is particularly useful for administrators and developers to verify the versions of the action sets currently in use in a CAS session, which can be crucial for debugging, ensuring compatibility, and managing the environment. By default, it lists only the action sets loaded in the current session, but it can also be used to list all action sets available on the server.

actionSetToTable
builtins

Crea una tabla en memoria a partir de un conjunto de acciones definido por el usuario. Esta acción es útil para convertir la estructura de un conjunto de acciones, que puede contener metadatos y definiciones de acciones, en una tabla CAS que puede ser consultada o manipulada.