Optional details provided by the service about statistics of the number of deployments created. The deployments that are counted will depend on the request parameters.

interface DeploymentSystemDetails {
    stats?: WatsonXAI.Stats[];
    warnings?: WatsonXAI.Warning[];
}

Properties

Properties

stats?: WatsonXAI.Stats[]

The stats about deployments.

warnings?: WatsonXAI.Warning[]

Any warnings coming from the system.