Signed-off-by: llhuii <liulinghui@huawei.com>tags/v0.2.0
| @@ -36,6 +36,8 @@ spec: | |||||
| spec: | spec: | ||||
| description: DatasetSpec is a description of a dataset | description: DatasetSpec is a description of a dataset | ||||
| properties: | properties: | ||||
| credentialName: | |||||
| type: string | |||||
| format: | format: | ||||
| type: string | type: string | ||||
| nodeName: | nodeName: | ||||
| @@ -39,6 +39,9 @@ spec: | |||||
| spec: | spec: | ||||
| description: ILJobSpec is a description of a incrementallearningjob | description: ILJobSpec is a description of a incrementallearningjob | ||||
| properties: | properties: | ||||
| credentialName: | |||||
| description: the credential referer for OutputDir | |||||
| type: string | |||||
| dataset: | dataset: | ||||
| properties: | properties: | ||||
| name: | name: | ||||
| @@ -36,6 +36,8 @@ spec: | |||||
| spec: | spec: | ||||
| description: ModelSpec is a description of a model | description: ModelSpec is a description of a model | ||||
| properties: | properties: | ||||
| credentialName: | |||||
| type: string | |||||
| format: | format: | ||||
| type: string | type: string | ||||
| url: | url: | ||||