TensorboardProps
Properties for defining a Tensorboard
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paidlc-tensorboard
Initializer
using AlibabaCloud.SDK.ROS.CDK.Paidlc;
new TensorboardProps {
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 |
Property dataSourceId: For dataset ID, see the data set ID, see ListDataSets. |
DisplayName |
object |
Property displayName: Tensorboard name. |
WorkspaceId |
object |
Property workspaceId: Work space ID.How to get working space ID, see ListworkSpaces. |
Cpu |
object |
Property cpu: CPU nuclear number. |
DataSources |
object |
Property dataSources: Data source configuration. |
DataSourceType |
object |
Property dataSourceType: The type of dataset. |
JobId |
object |
Property jobId: Task ID.How to get the task ID, see Listjobs. |
MaxRunningTimeMinutes |
object |
Property maxRunningTimeMinutes: The longest running time, the unit is: minutes. |
Memory |
object |
Property memory: Memory size, the unit is: GB. |
Options |
object |
Property options: The expansion field of the dataset is JSON format, which currently supports Mountpath: the path of custom dataset mounting. |
SourceId |
object |
Property sourceId: Source ID. |
SourceType |
object |
Property sourceType: Source type. |
SummaryPath |
object |
Property summaryPath: Summary directory. |
SummaryRelativePath |
object |
Property summaryRelativePath: Summary relative directory. |
Uri |
object |
Property uri: URI of a dataset: When DataSourceType is OSS, the format is: OSS: \/\/ [OSS-BUCET]. |
DataSourceId
Required
public object DataSourceId { get; set; }
- Type: object
Property dataSourceId: For dataset ID, see the data set ID, see ListDataSets.
DisplayName
Required
public object DisplayName { get; set; }
- Type: object
Property displayName: Tensorboard name.
WorkspaceId
Required
public object WorkspaceId { get; set; }
- Type: object
Property workspaceId: Work space ID.How to get working space ID, see ListworkSpaces.
Cpu
Optional
public object Cpu { get; set; }
- Type: object
Property cpu: CPU nuclear number.
DataSources
Optional
public object DataSources { get; set; }
- Type: object
Property dataSources: Data source configuration.
DataSourceType
Optional
public object DataSourceType { get; set; }
- Type: object
Property dataSourceType: The type of dataset.
Values: OSS,NAS
JobId
Optional
public object JobId { get; set; }
- Type: object
Property jobId: Task ID.How to get the task ID, see Listjobs.
MaxRunningTimeMinutes
Optional
public object MaxRunningTimeMinutes { get; set; }
- Type: object
Property maxRunningTimeMinutes: The longest running time, the unit is: minutes.
Memory
Optional
public object Memory { get; set; }
- Type: object
Property memory: Memory size, the unit is: GB.
Options
Optional
public object Options { get; set; }
- Type: object
Property options: The expansion field of the dataset is JSON format, which currently supports Mountpath: the path of custom dataset mounting.
SourceId
Optional
public object SourceId { get; set; }
- Type: object
Property sourceId: Source ID.
SourceType
Optional
public object SourceType { get; set; }
- Type: object
Property sourceType: Source type.
SummaryPath
Optional
public object SummaryPath { get; set; }
- Type: object
Property summaryPath: Summary directory.
SummaryRelativePath
Optional
public object SummaryRelativePath { get; set; }
- Type: object
Property summaryRelativePath: Summary relative directory.
Summary relative directory and Summary directory are mutually exclusive
Uri
Optional
public object Uri { get; set; }
- Type: object
Property uri: URI of a dataset: When DataSourceType is OSS, the format is: OSS: \/\/ [OSS-BUCET].
[Endpoint]/[Path]. When the DataSourceType is NAS, the format is: nas:// [nas-filesystem-id]. [Region]/[PATH].