Skip to content

TensorboardProps

Properties for defining a Tensorboard.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpaidlc"
&alicloudroscdkpaidlc.TensorboardProps {
    DataSourceId: interface{},
    DisplayName: interface{},
    WorkspaceId: interface{},
    Cpu: interface{},
    DataSources: interface{},
    DataSourceType: interface{},
    JobId: interface{},
    MaxRunningTimeMinutes: interface{},
    Memory: interface{},
    Options: interface{},
    SourceId: interface{},
    SourceType: interface{},
    SummaryPath: interface{},
    SummaryRelativePath: interface{},
    Uri: interface{},
}

Properties

Name Type Description
DataSourceId interface{} Property dataSourceId: For dataset ID, see the data set ID, see ListDataSets.
DisplayName interface{} Property displayName: Tensorboard name.
WorkspaceId interface{} Property workspaceId: Work space ID.How to get working space ID, see ListworkSpaces.
Cpu interface{} Property cpu: CPU nuclear number.
DataSources interface{} Property dataSources: Data source configuration.
DataSourceType interface{} Property dataSourceType: The type of dataset.
JobId interface{} Property jobId: Task ID.How to get the task ID, see Listjobs.
MaxRunningTimeMinutes interface{} Property maxRunningTimeMinutes: The longest running time, the unit is: minutes.
Memory interface{} Property memory: Memory size, the unit is: GB.
Options interface{} Property options: The expansion field of the dataset is JSON format, which currently supports Mountpath: the path of custom dataset mounting.
SourceId interface{} Property sourceId: Source ID.
SourceType interface{} Property sourceType: Source type.
SummaryPath interface{} Property summaryPath: Summary directory.
SummaryRelativePath interface{} Property summaryRelativePath: Summary relative directory.
Uri interface{} Property uri: URI of a dataset: When DataSourceType is OSS, the format is: OSS: \/\/ [OSS-BUCET].

DataSourceIdRequired

DataSourceId interface{}
  • Type: interface{}

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


DisplayNameRequired

DisplayName interface{}
  • Type: interface{}

Property displayName: Tensorboard name.


WorkspaceIdRequired

WorkspaceId interface{}
  • Type: interface{}

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


CpuOptional

Cpu interface{}
  • Type: interface{}

Property cpu: CPU nuclear number.


DataSourcesOptional

DataSources interface{}
  • Type: interface{}

Property dataSources: Data source configuration.


DataSourceTypeOptional

DataSourceType interface{}
  • Type: interface{}

Property dataSourceType: The type of dataset.

Values: OSS,NAS


JobIdOptional

JobId interface{}
  • Type: interface{}

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


MaxRunningTimeMinutesOptional

MaxRunningTimeMinutes interface{}
  • Type: interface{}

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


MemoryOptional

Memory interface{}
  • Type: interface{}

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


OptionsOptional

Options interface{}
  • Type: interface{}

Property options: The expansion field of the dataset is JSON format, which currently supports Mountpath: the path of custom dataset mounting.


SourceIdOptional

SourceId interface{}
  • Type: interface{}

Property sourceId: Source ID.


SourceTypeOptional

SourceType interface{}
  • Type: interface{}

Property sourceType: Source type.


SummaryPathOptional

SummaryPath interface{}
  • Type: interface{}

Property summaryPath: Summary directory.


SummaryRelativePathOptional

SummaryRelativePath interface{}
  • Type: interface{}

Property summaryRelativePath: Summary relative directory.

Summary relative directory and Summary directory are mutually exclusive


UriOptional

Uri interface{}
  • Type: interface{}

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