接口 ExampleUpdateWithAttachments

接口 ExampleUpdateWithAttachments {
    id: 字符串;
    attachments?: Attachments;
    attachments_operations?: KVMap;
    dataset_id?: 字符串;
    inputs?: KVMap;
    metadata?: KVMap;
    outputs?: KVMap;
    split?: 字符串 | 字符串[];
}

继承关系 (查看摘要)

属性

id: 字符串
attachments?: Attachments
attachments_operations?: KVMap
dataset_id?: 字符串
inputs?: KVMap
metadata?: KVMap
outputs?: KVMap
split?: 字符串 | 字符串[]