Skip to content

RunProps

Properties for defining a Run.

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

Initializer

import ros_cdk_pai
ros_cdk_pai.RunProps(
  experiment_id: typing.Union[str, IResolvable],
  run_name: typing.Union[str, IResolvable] = None,
  source_id: typing.Union[str, IResolvable] = None,
  source_type: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
experiment_id typing.Union[str, ros_cdk_core.IResolvable] Property experimentId: Resource attribute field of the experiment ID to which Run belongs.
run_name typing.Union[str, ros_cdk_core.IResolvable] Property runName: The name of the Run.
source_id typing.Union[str, ros_cdk_core.IResolvable] Property sourceId: Attribute Resource field representing the source task ID.
source_type typing.Union[str, ros_cdk_core.IResolvable] Property sourceType: Resource attribute fields representing the source type.

experiment_idRequired

experiment_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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


run_nameOptional

run_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property runName: The name of the Run.


source_idOptional

source_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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


source_typeOptional

source_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property sourceType: Resource attribute fields representing the source type.