Skip to content

RosTensorboardProps

Properties for defining a RosTensorboard.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpaidlc"
&alicloudroscdkpaidlc.RosTensorboardProps {
    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{} No description.
DisplayName interface{} No description.
WorkspaceId interface{} No description.
Cpu interface{} No description.
DataSources interface{} No description.
DataSourceType interface{} No description.
JobId interface{} No description.
MaxRunningTimeMinutes interface{} No description.
Memory interface{} No description.
Options interface{} No description.
SourceId interface{} No description.
SourceType interface{} No description.
SummaryPath interface{} No description.
SummaryRelativePath interface{} No description.
Uri interface{} No description.

DataSourceIdRequired

DataSourceId interface{}
  • Type: interface{}

DisplayNameRequired

DisplayName interface{}
  • Type: interface{}

WorkspaceIdRequired

WorkspaceId interface{}
  • Type: interface{}

CpuOptional

Cpu interface{}
  • Type: interface{}

DataSourcesOptional

DataSources interface{}
  • Type: interface{}

DataSourceTypeOptional

DataSourceType interface{}
  • Type: interface{}

JobIdOptional

JobId interface{}
  • Type: interface{}

MaxRunningTimeMinutesOptional

MaxRunningTimeMinutes interface{}
  • Type: interface{}

MemoryOptional

Memory interface{}
  • Type: interface{}

OptionsOptional

Options interface{}
  • Type: interface{}

SourceIdOptional

SourceId interface{}
  • Type: interface{}

SourceTypeOptional

SourceType interface{}
  • Type: interface{}

SummaryPathOptional

SummaryPath interface{}
  • Type: interface{}

SummaryRelativePathOptional

SummaryRelativePath interface{}
  • Type: interface{}

UriOptional

Uri interface{}
  • Type: interface{}