Skip to content

TensorboardProps

Properties for defining a Tensorboard.

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

Initializer

import com.aliyun.ros.cdk.paidlc.TensorboardProps;
TensorboardProps.builder()
    .dataSourceId(java.lang.String)
    .dataSourceId(IResolvable)
    .displayName(java.lang.String)
    .displayName(IResolvable)
    .workspaceId(java.lang.String)
    .workspaceId(IResolvable)
//  .cpu(java.lang.Number)
//  .cpu(IResolvable)
//  .dataSources(java.util.List<java.lang.Object>)
//  .dataSources(IResolvable)
//  .dataSourceType(java.lang.String)
//  .dataSourceType(IResolvable)
//  .jobId(java.lang.String)
//  .jobId(IResolvable)
//  .maxRunningTimeMinutes(java.lang.Number)
//  .maxRunningTimeMinutes(IResolvable)
//  .memory(java.lang.Number)
//  .memory(IResolvable)
//  .options(java.lang.String)
//  .options(IResolvable)
//  .sourceId(java.lang.String)
//  .sourceId(IResolvable)
//  .sourceType(java.lang.String)
//  .sourceType(IResolvable)
//  .summaryPath(java.lang.String)
//  .summaryPath(IResolvable)
//  .summaryRelativePath(java.lang.String)
//  .summaryRelativePath(IResolvable)
//  .uri(java.lang.String)
//  .uri(IResolvable)
    .build();

Properties

Name Type Description
dataSourceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property dataSourceId: For dataset ID, see the data set ID, see ListDataSets.
displayName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property displayName: Tensorboard name.
workspaceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property workspaceId: Work space ID.How to get working space ID, see ListworkSpaces.
cpu java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable Property cpu: CPU nuclear number.
dataSources java.util.List OR com.aliyun.ros.cdk.core.IResolvable Property dataSources: Data source configuration.
dataSourceType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property dataSourceType: The type of dataset.
jobId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property jobId: Task ID.How to get the task ID, see Listjobs.
maxRunningTimeMinutes java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable Property maxRunningTimeMinutes: The longest running time, the unit is: minutes.
memory java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable Property memory: Memory size, the unit is: GB.
options java.lang.String OR com.aliyun.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 java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property sourceId: Source ID.
sourceType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property sourceType: Source type.
summaryPath java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property summaryPath: Summary directory.
summaryRelativePath java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property summaryRelativePath: Summary relative directory.
uri java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property uri: URI of a dataset: When DataSourceType is OSS, the format is: OSS: \/\/ [OSS-BUCET].

dataSourceIdRequired

public java.lang.Object getDataSourceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


displayNameRequired

public java.lang.Object getDisplayName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property displayName: Tensorboard name.


workspaceIdRequired

public java.lang.Object getWorkspaceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


cpuOptional

public java.lang.Object getCpu();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

Property cpu: CPU nuclear number.


dataSourcesOptional

public java.lang.Object getDataSources();
  • Type: java.util.List OR com.aliyun.ros.cdk.core.IResolvable

Property dataSources: Data source configuration.


dataSourceTypeOptional

public java.lang.Object getDataSourceType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property dataSourceType: The type of dataset.

Values: OSS,NAS


jobIdOptional

public java.lang.Object getJobId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


maxRunningTimeMinutesOptional

public java.lang.Object getMaxRunningTimeMinutes();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

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


memoryOptional

public java.lang.Object getMemory();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

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


optionsOptional

public java.lang.Object getOptions();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getSourceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property sourceId: Source ID.


sourceTypeOptional

public java.lang.Object getSourceType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property sourceType: Source type.


summaryPathOptional

public java.lang.Object getSummaryPath();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property summaryPath: Summary directory.


summaryRelativePathOptional

public java.lang.Object getSummaryRelativePath();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property summaryRelativePath: Summary relative directory.

Summary relative directory and Summary directory are mutually exclusive


uriOptional

public java.lang.Object getUri();
  • Type: java.lang.String OR com.aliyun.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].