Skip to content

ExperimentProps

Properties for defining a Experiment.

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

Initializer

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

Properties

Name Type Description
artifactUri string | @alicloud/ros-cdk-core.IResolvable Property artifactUri: ArtifactUri is default OSS storage path of the output of trials in the experiment.
experimentName string | @alicloud/ros-cdk-core.IResolvable Property experimentName: Name is the name of the experiment, unique in a namespace.
workspaceId string | @alicloud/ros-cdk-core.IResolvable Property workspaceId: WorkspaceId is the workspace id which contains the experiment.
accessibility string | @alicloud/ros-cdk-core.IResolvable Property accessibility: Experimental Visibility.

artifactUriRequired

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

Property artifactUri: ArtifactUri is default OSS storage path of the output of trials in the experiment.


experimentNameRequired

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

Property experimentName: Name is the name of the experiment, unique in a namespace.


workspaceIdRequired

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

Property workspaceId: WorkspaceId is the workspace id which contains the experiment.


accessibilityOptional

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

Property accessibility: Experimental Visibility.