ExperimentProps
Properties for defining a Experiment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-experiment
Initializer
import ros_cdk_pai
ros_cdk_pai.ExperimentProps(
artifact_uri: typing.Union[str, IResolvable],
experiment_name: typing.Union[str, IResolvable],
workspace_id: typing.Union[str, IResolvable],
accessibility: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
artifact_uri |
typing.Union[str, ros_cdk_core.IResolvable] |
Property artifactUri: ArtifactUri is default OSS storage path of the output of trials in the experiment. |
experiment_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property experimentName: Name is the name of the experiment, unique in a namespace. |
workspace_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property workspaceId: WorkspaceId is the workspace id which contains the experiment. |
accessibility |
typing.Union[str, ros_cdk_core.IResolvable] |
Property accessibility: Experimental Visibility. |
artifact_uri
Required
artifact_uri: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property artifactUri: ArtifactUri is default OSS storage path of the output of trials in the experiment.
experiment_name
Required
experiment_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property experimentName: Name is the name of the experiment, unique in a namespace.
workspace_id
Required
workspace_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property workspaceId: WorkspaceId is the workspace id which contains the experiment.
accessibility
Optional
accessibility: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property accessibility: Experimental Visibility.