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. |
experimentId
Required
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.
runName
Optional
public readonly runName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property runName: The name of the Run.
sourceId
Optional
public readonly sourceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property sourceId: Attribute Resource field representing the source task ID.
sourceType
Optional
public readonly sourceType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property sourceType: Resource attribute fields representing the source type.