Skip to content

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].

DataSourceIdRequired

public object DataSourceId { get; set; }
  • Type: object

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


DisplayNameRequired

public object DisplayName { get; set; }
  • Type: object

Property displayName: Tensorboard name.


WorkspaceIdRequired

public object WorkspaceId { get; set; }
  • Type: object

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


CpuOptional

public object Cpu { get; set; }
  • Type: object

Property cpu: CPU nuclear number.


DataSourcesOptional

public object DataSources { get; set; }
  • Type: object

Property dataSources: Data source configuration.


DataSourceTypeOptional

public object DataSourceType { get; set; }
  • Type: object

Property dataSourceType: The type of dataset.

Values: OSS,NAS


JobIdOptional

public object JobId { get; set; }
  • Type: object

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


MaxRunningTimeMinutesOptional

public object MaxRunningTimeMinutes { get; set; }
  • Type: object

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


MemoryOptional

public object Memory { get; set; }
  • Type: object

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


OptionsOptional

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.


SourceIdOptional

public object SourceId { get; set; }
  • Type: object

Property sourceId: Source ID.


SourceTypeOptional

public object SourceType { get; set; }
  • Type: object

Property sourceType: Source type.


SummaryPathOptional

public object SummaryPath { get; set; }
  • Type: object

Property summaryPath: Summary directory.


SummaryRelativePathOptional

public object SummaryRelativePath { get; set; }
  • Type: object

Property summaryRelativePath: Summary relative directory.

Summary relative directory and Summary directory are mutually exclusive


UriOptional

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].