TensorboardProps
Properties for defining a Tensorboard
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paidlc-tensorboard
Initializer
import { TensorboardProps } from '@alicloud/ros-cdk-paidlc'
const tensorboardProps: TensorboardProps = { ... }
Properties
Name | Type | Description |
---|---|---|
dataSourceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property dataSourceId: For dataset ID, see the data set ID, see ListDataSets. |
displayName |
string | @alicloud/ros-cdk-core.IResolvable |
Property displayName: Tensorboard name. |
workspaceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property workspaceId: Work space ID.How to get working space ID, see ListworkSpaces. |
cpu |
number | @alicloud/ros-cdk-core.IResolvable |
Property cpu: CPU nuclear number. |
dataSources |
any[] | @alicloud/ros-cdk-core.IResolvable |
Property dataSources: Data source configuration. |
dataSourceType |
string | @alicloud/ros-cdk-core.IResolvable |
Property dataSourceType: The type of dataset. |
jobId |
string | @alicloud/ros-cdk-core.IResolvable |
Property jobId: Task ID.How to get the task ID, see Listjobs. |
maxRunningTimeMinutes |
number | @alicloud/ros-cdk-core.IResolvable |
Property maxRunningTimeMinutes: The longest running time, the unit is: minutes. |
memory |
number | @alicloud/ros-cdk-core.IResolvable |
Property memory: Memory size, the unit is: GB. |
options |
string | @alicloud/ros-cdk-core.IResolvable |
Property options: The expansion field of the dataset is JSON format, which currently supports Mountpath: the path of custom dataset mounting. |
sourceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property sourceId: Source ID. |
sourceType |
string | @alicloud/ros-cdk-core.IResolvable |
Property sourceType: Source type. |
summaryPath |
string | @alicloud/ros-cdk-core.IResolvable |
Property summaryPath: Summary directory. |
summaryRelativePath |
string | @alicloud/ros-cdk-core.IResolvable |
Property summaryRelativePath: Summary relative directory. |
uri |
string | @alicloud/ros-cdk-core.IResolvable |
Property uri: URI of a dataset: When DataSourceType is OSS, the format is: OSS: \/\/ [OSS-BUCET]. |
dataSourceId
Required
public readonly dataSourceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dataSourceId: For dataset ID, see the data set ID, see ListDataSets.
displayName
Required
public readonly displayName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property displayName: Tensorboard name.
workspaceId
Required
public readonly workspaceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property workspaceId: Work space ID.How to get working space ID, see ListworkSpaces.
cpu
Optional
public readonly cpu: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property cpu: CPU nuclear number.
dataSources
Optional
public readonly dataSources: any[] | IResolvable;
- Type: any[] | @alicloud/ros-cdk-core.IResolvable
Property dataSources: Data source configuration.
dataSourceType
Optional
public readonly dataSourceType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dataSourceType: The type of dataset.
Values: OSS,NAS
jobId
Optional
public readonly jobId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property jobId: Task ID.How to get the task ID, see Listjobs.
maxRunningTimeMinutes
Optional
public readonly maxRunningTimeMinutes: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property maxRunningTimeMinutes: The longest running time, the unit is: minutes.
memory
Optional
public readonly memory: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property memory: Memory size, the unit is: GB.
options
Optional
public readonly options: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property options: The expansion field of the dataset is JSON format, which currently supports Mountpath: the path of custom dataset mounting.
sourceId
Optional
public readonly sourceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property sourceId: Source ID.
sourceType
Optional
public readonly sourceType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property sourceType: Source type.
summaryPath
Optional
public readonly summaryPath: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property summaryPath: Summary directory.
summaryRelativePath
Optional
public readonly summaryRelativePath: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property summaryRelativePath: Summary relative directory.
Summary relative directory and Summary directory are mutually exclusive
uri
Optional
public readonly uri: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
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].