ALIYUN::PAIDLC::Tensorboard is used to create a TensorBoard instance.
Syntax
{
"Type": "ALIYUN::PAIDLC::Tensorboard",
"Properties": {
"MaxRunningTimeMinutes": Integer,
"Options": String,
"Memory": Integer,
"SummaryPath": String,
"SourceId": String,
"SourceType": String,
"WorkspaceId": String,
"Cpu": Integer,
"Uri": String,
"DataSources": List,
"SummaryRelativePath": String,
"DataSourceType": String,
"DisplayName": String,
"JobId": String,
"DataSourceId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
MaxRunningTimeMinutes | Integer | No | Yes | The maximum running duration. | Unit: minutes. |
Options | String | No | No | The extended fields of the dataset. The value is in the JSON format. | Set the value to MountPath. A value of MountPath specifies the path to which the dataset is mounted. Example:
|
Memory | Integer | No | No | The memory size. | Unit: GB. |
SummaryPath | String | No | No | The path of the summary. | None. |
SourceId | String | No | No | The source ID. | None. |
SourceType | String | No | No | The source type. | Example: job. |
WorkspaceId | String | Yes | No | The workspace ID. | None. |
Cpu | Integer | No | No | The number of CPU cores. | None. |
Uri | String | No | No | The Uniform Resource Identifier (URI) of the dataset. | Value formats:
|
DataSources | List | No | No | The configurations of the data sources. | None. |
SummaryRelativePath | String | No | No | The relative path of the summary. | None. |
DataSourceType | String | No | No | The dataset type. | Valid values:
|
DisplayName | String | Yes | No | The name of the TensorBoard instance. | None. |
JobId | String | No | No | The job ID. | None. |
DataSourceId | String | Yes | No | The dataset ID. | None. |
Return values
Fn::GetAtt
TensorboardId: the ID of the TensorBoard instance.
TensorboardUrl: The URL of the TensorBoard instance.