Skip to content

TensorboardProps

Properties for defining a Tensorboard.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paidlc-tensorboard

Initializer

import ros_cdk_paidlc
ros_cdk_paidlc.TensorboardProps(
  data_source_id: typing.Union[str, IResolvable],
  display_name: typing.Union[str, IResolvable],
  workspace_id: typing.Union[str, IResolvable],
  cpu: typing.Union[typing.Union[int, float], IResolvable] = None,
  data_sources: typing.Union[typing.List[typing.Any], IResolvable] = None,
  data_source_type: typing.Union[str, IResolvable] = None,
  job_id: typing.Union[str, IResolvable] = None,
  max_running_time_minutes: typing.Union[typing.Union[int, float], IResolvable] = None,
  memory: typing.Union[typing.Union[int, float], IResolvable] = None,
  options: typing.Union[str, IResolvable] = None,
  source_id: typing.Union[str, IResolvable] = None,
  source_type: typing.Union[str, IResolvable] = None,
  summary_path: typing.Union[str, IResolvable] = None,
  summary_relative_path: typing.Union[str, IResolvable] = None,
  uri: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
data_source_id typing.Union[str, ros_cdk_core.IResolvable] Property dataSourceId: For dataset ID, see the data set ID, see ListDataSets.
display_name typing.Union[str, ros_cdk_core.IResolvable] Property displayName: Tensorboard name.
workspace_id typing.Union[str, ros_cdk_core.IResolvable] Property workspaceId: Work space ID.How to get working space ID, see ListworkSpaces.
cpu typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property cpu: CPU nuclear number.
data_sources typing.Union[typing.List[typing.Any], ros_cdk_core.IResolvable] Property dataSources: Data source configuration.
data_source_type typing.Union[str, ros_cdk_core.IResolvable] Property dataSourceType: The type of dataset.
job_id typing.Union[str, ros_cdk_core.IResolvable] Property jobId: Task ID.How to get the task ID, see Listjobs.
max_running_time_minutes typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property maxRunningTimeMinutes: The longest running time, the unit is: minutes.
memory typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property memory: Memory size, the unit is: GB.
options typing.Union[str, 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.
source_id typing.Union[str, ros_cdk_core.IResolvable] Property sourceId: Source ID.
source_type typing.Union[str, ros_cdk_core.IResolvable] Property sourceType: Source type.
summary_path typing.Union[str, ros_cdk_core.IResolvable] Property summaryPath: Summary directory.
summary_relative_path typing.Union[str, ros_cdk_core.IResolvable] Property summaryRelativePath: Summary relative directory.
uri typing.Union[str, ros_cdk_core.IResolvable] Property uri: URI of a dataset: When DataSourceType is OSS, the format is: OSS: \/\/ [OSS-BUCET].

data_source_idRequired

data_source_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property dataSourceId: For dataset ID, see the data set ID, see ListDataSets.


display_nameRequired

display_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property displayName: Tensorboard name.


workspace_idRequired

workspace_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property workspaceId: Work space ID.How to get working space ID, see ListworkSpaces.


cpuOptional

cpu: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property cpu: CPU nuclear number.


data_sourcesOptional

data_sources: typing.Union[typing.List[typing.Any], IResolvable]
  • Type: typing.Union[typing.List[typing.Any], ros_cdk_core.IResolvable]

Property dataSources: Data source configuration.


data_source_typeOptional

data_source_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property dataSourceType: The type of dataset.

Values: OSS,NAS


job_idOptional

job_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property jobId: Task ID.How to get the task ID, see Listjobs.


max_running_time_minutesOptional

max_running_time_minutes: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property maxRunningTimeMinutes: The longest running time, the unit is: minutes.


memoryOptional

memory: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property memory: Memory size, the unit is: GB.


optionsOptional

options: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.


source_idOptional

source_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property sourceId: Source ID.


source_typeOptional

source_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property sourceType: Source type.


summary_pathOptional

summary_path: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property summaryPath: Summary directory.


summary_relative_pathOptional

summary_relative_path: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property summaryRelativePath: Summary relative directory.

Summary relative directory and Summary directory are mutually exclusive


uriOptional

uri: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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].