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 |
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]. |
dataSourceId
Required
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.
displayName
Required
public java.lang.Object getDisplayName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property displayName: Tensorboard name.
workspaceId
Required
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.
cpu
Optional
public java.lang.Object getCpu();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property cpu: CPU nuclear number.
dataSources
Optional
public java.lang.Object getDataSources();
- Type: java.util.List
OR com.aliyun.ros.cdk.core.IResolvable
Property dataSources: Data source configuration.
dataSourceType
Optional
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
jobId
Optional
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.
maxRunningTimeMinutes
Optional
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.
memory
Optional
public java.lang.Object getMemory();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property memory: Memory size, the unit is: GB.
options
Optional
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.
sourceId
Optional
public java.lang.Object getSourceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property sourceId: Source ID.
sourceType
Optional
public java.lang.Object getSourceType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property sourceType: Source type.
summaryPath
Optional
public java.lang.Object getSummaryPath();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property summaryPath: Summary directory.
summaryRelativePath
Optional
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
uri
Optional
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].