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]. |
dataSourceIdRequired
public readonly dataSourceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dataSourceId: For dataset ID, see the data set ID, see ListDataSets.
displayNameRequired
public readonly displayName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property displayName: Tensorboard name.
workspaceIdRequired
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.
cpuOptional
public readonly cpu: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property cpu: CPU nuclear number.
dataSourcesOptional
public readonly dataSources: any[] | IResolvable;
- Type: any[] | @alicloud/ros-cdk-core.IResolvable
Property dataSources: Data source configuration.
dataSourceTypeOptional
public readonly dataSourceType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dataSourceType: The type of dataset.
Values: OSS,NAS
jobIdOptional
public readonly jobId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property jobId: Task ID.How to get the task ID, see Listjobs.
maxRunningTimeMinutesOptional
public readonly maxRunningTimeMinutes: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property maxRunningTimeMinutes: The longest running time, the unit is: minutes.
memoryOptional
public readonly memory: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property memory: Memory size, the unit is: GB.
optionsOptional
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.
sourceIdOptional
public readonly sourceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property sourceId: Source ID.
sourceTypeOptional
public readonly sourceType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property sourceType: Source type.
summaryPathOptional
public readonly summaryPath: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property summaryPath: Summary directory.
summaryRelativePathOptional
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
uriOptional
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].