ExperimentProps
Properties for defining a Experiment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-experiment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpai"
&alicloudroscdkpai.ExperimentProps {
ArtifactUri: interface{},
ExperimentName: interface{},
WorkspaceId: interface{},
Accessibility: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
ArtifactUri |
interface{} |
Property artifactUri: ArtifactUri is default OSS storage path of the output of trials in the experiment. |
ExperimentName |
interface{} |
Property experimentName: Name is the name of the experiment, unique in a namespace. |
WorkspaceId |
interface{} |
Property workspaceId: WorkspaceId is the workspace id which contains the experiment. |
Accessibility |
interface{} |
Property accessibility: Experimental Visibility. |
ArtifactUriRequired
ArtifactUri interface{}
- Type: interface{}
Property artifactUri: ArtifactUri is default OSS storage path of the output of trials in the experiment.
ExperimentNameRequired
ExperimentName interface{}
- Type: interface{}
Property experimentName: Name is the name of the experiment, unique in a namespace.
WorkspaceIdRequired
WorkspaceId interface{}
- Type: interface{}
Property workspaceId: WorkspaceId is the workspace id which contains the experiment.
AccessibilityOptional
Accessibility interface{}
- Type: interface{}
Property accessibility: Experimental Visibility.