Skip to content

RunProps

Properties for defining a Run.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-run

Initializer

import { RunProps } from '@alicloud/ros-cdk-pai'
const runProps: RunProps = { ... }

Properties

Name Type Description
experimentId string | @alicloud/ros-cdk-core.IResolvable Property experimentId: Resource attribute field of the experiment ID to which Run belongs.
runName string | @alicloud/ros-cdk-core.IResolvable Property runName: The name of the Run.
sourceId string | @alicloud/ros-cdk-core.IResolvable Property sourceId: Attribute Resource field representing the source task ID.
sourceType string | @alicloud/ros-cdk-core.IResolvable Property sourceType: Resource attribute fields representing the source type.

experimentIdRequired

public readonly experimentId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property experimentId: Resource attribute field of the experiment ID to which Run belongs.


runNameOptional

public readonly runName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property runName: The name of the Run.


sourceIdOptional

public readonly sourceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property sourceId: Attribute Resource field representing the source task ID.


sourceTypeOptional

public readonly sourceType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property sourceType: Resource attribute fields representing the source type.