The common fields that can be patched. This is a helper for cpdctl.

interface DeploymentResourcePatch {
    asset?: WatsonXAI.Rel;
    custom?: WatsonXAI.JsonObject;
    description?: string;
    name?: string;
    tags?: string[];
}

Properties

asset?: WatsonXAI.Rel

A reference to a resource.

User defined properties specified as key-value pairs.

description?: string

A description of the resource.

name?: string

The name of the resource.

tags?: string[]

A list of tags for this resource.