Freigeben über


JobOutput interface

Job output definition container information on where to find job output/logs.

Properties

description

Description for the output.

jobOutputType

Polymorphic discriminator, which specifies the different types this object can be

Property Details

description

Description for the output.

description?: string

Property Value

string

jobOutputType

Polymorphic discriminator, which specifies the different types this object can be

jobOutputType: "custom_model" | "mltable" | "mlflow_model" | "triton_model" | "uri_file" | "uri_folder"

Property Value

"custom_model" | "mltable" | "mlflow_model" | "triton_model" | "uri_file" | "uri_folder"