containerName 생성 변경
This commit is contained in:
@@ -82,11 +82,17 @@ public class TrainRunRequest {
|
||||
private Integer timeoutSeconds;
|
||||
private String resumeFrom;
|
||||
|
||||
private UUID uuid;
|
||||
|
||||
public String getDatasetFolder() {
|
||||
return String.valueOf(datasetFolder);
|
||||
return String.valueOf(this.datasetFolder);
|
||||
}
|
||||
|
||||
public String getOutputFolder() {
|
||||
return String.valueOf(outputFolder);
|
||||
return String.valueOf(this.outputFolder);
|
||||
}
|
||||
|
||||
public String getUuid() {
|
||||
return String.valueOf(this.uuid);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user