|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Tensorboard description. |
||
| TensorboardId |
string |
Tensorboard ID. |
tensorboard-xxx |
| TensorboardUrl |
string |
Tensorboard URL. |
http://xxxxxx |
| Status |
string |
Status. |
running |
| Duration |
string |
Runtime duration (seconds). |
60 |
| GmtCreateTime |
string |
Creation time (UTC). |
2021-01-12T14:35:00Z |
| GmtModifyTime |
string |
Modification time (UTC). |
2021-01-12T14:36:00Z |
| GmtFinishTime |
string |
End time (UTC). |
null |
| RequestId |
string |
Request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| DisplayName |
string |
Display name. |
test |
| DataSourceId |
string |
Data source ID. |
datasource-test |
| SummaryPath |
string |
File path. |
/root/data |
| UserId |
string |
Creator ID. |
lycxxxxx |
| Username |
string |
Creator username. |
tensorboard.pai |
| ReasonCode |
string |
Status details code. |
"" |
| ReasonMessage |
string |
Status details. |
"" |
| JobId |
string |
Job ID. |
dlc-20210114104214-vf9lowjt3pso |
| TensorboardDataSources |
array |
Datasets mounted by the Tensorboard Job. |
|
| TensorboardDataSourceSpec |
Tensorboard dataset configuration description. |
||
| TensorboardSpec | TensorboardSpec |
Pay-as-you-go configuration for the Tensorboard Job. |
|
| QuotaId |
string |
Resource group ID used by Tensorboard. |
quota12*** |
| Priority |
string |
Tensorboard Job priority. |
1 |
| QuotaName |
string |
Name of the resource quota used by Tensorboard. |
dlc-quota |
| Accessibility |
string |
Visibility. |
PRIVATE |
| Cpu |
integer |
CPU resource. |
1 |
| SummaryRelativePath |
string |
Absolute path of the summary. |
/summary/ |
| MaxRunningTimeMinutes |
integer |
Maximum runtime duration (minutes). |
240 |
| WorkspaceId |
string |
Workspace. |
123*** |
| DataSourceType |
string |
The type of the dataset. |
OSS |
| Options |
string |
The extension field of the dataset is in JSON format. Currently, MountPath is supported: the mount path of the custom dataset. |
{"mountpath":"/root/data/"} |
| Memory |
integer |
Memory size (GB). |
1000 |
| Token |
string |
Token value. |