Parameters for the deploymentsUpdate operation.

interface DeploymentsUpdateParams {
    deploymentId: string;
    headers?: OutgoingHttpHeaders;
    jsonPatch: WatsonXAI.JsonPatchOperation[];
    projectId?: string;
    spaceId?: string;
}

Properties

deploymentId: string

The deployment id.

headers?: OutgoingHttpHeaders

The json patch.

projectId?: string

The project that contains the resource. Either space_id or project_id query parameter has to be given.

spaceId?: string

The space that contains the resource. Either space_id or project_id query parameter has to be given.