Skip to content

ExperimentProps

Properties for defining a Experiment.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pai;
new ExperimentProps {
    object ArtifactUri,
    object ExperimentName,
    object WorkspaceId,
    object Accessibility = null
};

Properties

Name Type Description
ArtifactUri object Property artifactUri: ArtifactUri is default OSS storage path of the output of trials in the experiment.
ExperimentName object Property experimentName: Name is the name of the experiment, unique in a namespace.
WorkspaceId object Property workspaceId: WorkspaceId is the workspace id which contains the experiment.
Accessibility object Property accessibility: Experimental Visibility.

ArtifactUriRequired

public object ArtifactUri { get; set; }
  • Type: object

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


ExperimentNameRequired

public object ExperimentName { get; set; }
  • Type: object

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


WorkspaceIdRequired

public object WorkspaceId { get; set; }
  • Type: object

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


AccessibilityOptional

public object Accessibility { get; set; }
  • Type: object

Property accessibility: Experimental Visibility.