Skip to content

ExperimentProps

Properties for defining a Experiment.

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

Initializer

import com.aliyun.ros.cdk.pai.ExperimentProps;
ExperimentProps.builder()
    .artifactUri(java.lang.String)
    .artifactUri(IResolvable)
    .experimentName(java.lang.String)
    .experimentName(IResolvable)
    .workspaceId(java.lang.String)
    .workspaceId(IResolvable)
//  .accessibility(java.lang.String)
//  .accessibility(IResolvable)
    .build();

Properties

Name Type Description
artifactUri java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property artifactUri: ArtifactUri is default OSS storage path of the output of trials in the experiment.
experimentName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property experimentName: Name is the name of the experiment, unique in a namespace.
workspaceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property workspaceId: WorkspaceId is the workspace id which contains the experiment.
accessibility java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property accessibility: Experimental Visibility.

artifactUriRequired

public java.lang.Object getArtifactUri();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


experimentNameRequired

public java.lang.Object getExperimentName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


workspaceIdRequired

public java.lang.Object getWorkspaceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


accessibilityOptional

public java.lang.Object getAccessibility();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property accessibility: Experimental Visibility.