QuestionQ4

Platform Configuration

Within the platform layer, which component is used to select the AI training data set, control the inference set, and define the data structure required by the model?

  • A AI model runtime
  • B External Systems
  • C AI broker
  • D Object structure saved queries
Explanation

In IBM Maximo Application Suite's AI architecture, Object Structures define the exposed data model (fields, attributes, and relationships) that the AI features consume, and the Saved Queries attached to an object structure apply the WHERE-clause filters that determine which records are included. These object structure saved queries are what is configured to select the record set used to train a model, to control which records are pulled for inferencing, and to define the shape/structure of the data fed to the model - distinct from the AI broker (which orchestrates the overall AI workflow), the AI model runtime (which executes training/inference), and external systems (such as watsonx.ai, which perform the actual model training/hosting).

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!