A deployment resource.

interface DeploymentResource {
    entity?: WatsonXAI.DeploymentEntity;
    metadata?: WatsonXAI.ResourceMeta;
}

Properties

Properties

The definition of the deployment.

Common metadata for a resource where project_id or space_id must be present.