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