A model. The software_spec is a reference to a software specification. The hardware_spec is a reference to a hardware specification.

interface ModelDefinitionRel {
    command?: string;
    hardware_spec?: WatsonXAI.HardwareSpec;
    id: string;
    model_type?: string;
    parameters?: WatsonXAI.JsonObject;
    rev?: string;
    software_spec?: WatsonXAI.SoftwareSpecRel;
}

Properties

command?: string

If present, it overrides the command specified to the library resource itself.

hardware_spec?: WatsonXAI.HardwareSpec

A hardware specification.

id: string

The id of the referenced resource.

model_type?: string

The underlying model type produced by the pipeline or by the model_definition.

parameters?: WatsonXAI.JsonObject

Optional key-value pairs parameters.

rev?: string

The revision of the referenced resource.

software_spec?: WatsonXAI.SoftwareSpecRel

A software specification.