|
|
|
@@ -1580,10 +1580,12 @@ type GrampusNotebookTask struct { |
|
|
|
} |
|
|
|
|
|
|
|
type GrampusDataset struct { |
|
|
|
Name string `json:"name"` |
|
|
|
Bucket string `json:"bucket"` |
|
|
|
EndPoint string `json:"endPoint"` |
|
|
|
ObjectKey string `json:"objectKey"` |
|
|
|
Name string `json:"name"` |
|
|
|
Bucket string `json:"bucket"` |
|
|
|
EndPoint string `json:"endPoint"` |
|
|
|
ObjectKey string `json:"objectKey"` |
|
|
|
ContainerPath string `json:"containerPath"` |
|
|
|
ReadOnly bool `json:"readOnly"` |
|
|
|
} |
|
|
|
|
|
|
|
type CreateGrampusJobRequest struct { |
|
|
|
|