RosTensorboardProps
Properties for defining a RosTensorboard
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paidlc-tensorboard
Initializer
using AlibabaCloud.SDK.ROS.CDK.Paidlc;
new RosTensorboardProps {
object DataSourceId,
object DisplayName,
object WorkspaceId,
object Cpu = null,
object DataSources = null,
object DataSourceType = null,
object JobId = null,
object MaxRunningTimeMinutes = null,
object Memory = null,
object Options = null,
object SourceId = null,
object SourceType = null,
object SummaryPath = null,
object SummaryRelativePath = null,
object Uri = null
};
Properties
Name | Type | Description |
---|---|---|
DataSourceId |
object |
No description. |
DisplayName |
object |
No description. |
WorkspaceId |
object |
No description. |
Cpu |
object |
No description. |
DataSources |
object |
No description. |
DataSourceType |
object |
No description. |
JobId |
object |
No description. |
MaxRunningTimeMinutes |
object |
No description. |
Memory |
object |
No description. |
Options |
object |
No description. |
SourceId |
object |
No description. |
SourceType |
object |
No description. |
SummaryPath |
object |
No description. |
SummaryRelativePath |
object |
No description. |
Uri |
object |
No description. |
DataSourceId
Required
public object DataSourceId { get; set; }
- Type: object
DisplayName
Required
public object DisplayName { get; set; }
- Type: object
WorkspaceId
Required
public object WorkspaceId { get; set; }
- Type: object
Cpu
Optional
public object Cpu { get; set; }
- Type: object
DataSources
Optional
public object DataSources { get; set; }
- Type: object
DataSourceType
Optional
public object DataSourceType { get; set; }
- Type: object
JobId
Optional
public object JobId { get; set; }
- Type: object
MaxRunningTimeMinutes
Optional
public object MaxRunningTimeMinutes { get; set; }
- Type: object
Memory
Optional
public object Memory { get; set; }
- Type: object
Options
Optional
public object Options { get; set; }
- Type: object
SourceId
Optional
public object SourceId { get; set; }
- Type: object
SourceType
Optional
public object SourceType { get; set; }
- Type: object
SummaryPath
Optional
public object SummaryPath { get; set; }
- Type: object
SummaryRelativePath
Optional
public object SummaryRelativePath { get; set; }
- Type: object
Uri
Optional
public object Uri { get; set; }
- Type: object