RunProps
Properties for defining a Run
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-run
Initializer
import com.aliyun.ros.cdk.pai.RunProps;
RunProps.builder()
.experimentId(java.lang.String)
.experimentId(IResolvable)
// .runName(java.lang.String)
// .runName(IResolvable)
// .sourceId(java.lang.String)
// .sourceId(IResolvable)
// .sourceType(java.lang.String)
// .sourceType(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
experimentId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property experimentId: Resource attribute field of the experiment ID to which Run belongs. |
runName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property runName: The name of the Run. |
sourceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property sourceId: Attribute Resource field representing the source task ID. |
sourceType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property sourceType: Resource attribute fields representing the source type. |
experimentId
Required
public java.lang.Object getExperimentId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property experimentId: Resource attribute field of the experiment ID to which Run belongs.
runName
Optional
public java.lang.Object getRunName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property runName: The name of the Run.
sourceId
Optional
public java.lang.Object getSourceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property sourceId: Attribute Resource field representing the source task ID.
sourceType
Optional
public java.lang.Object getSourceType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property sourceType: Resource attribute fields representing the source type.