Package com.volcengine.ark.model
Class OutputForGetModelCustomizationJobOutput
- java.lang.Object
-
- com.volcengine.ark.model.OutputForGetModelCustomizationJobOutput
-
public class OutputForGetModelCustomizationJobOutput extends Object
OutputForGetModelCustomizationJobOutput
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOutputForGetModelCustomizationJobOutput.StatusEnumGets or Sets status
-
Constructor Summary
Constructors Constructor Description OutputForGetModelCustomizationJobOutput()
-
Method Summary
-
-
-
Method Detail
-
customModelCreateTimeUnix
public OutputForGetModelCustomizationJobOutput customModelCreateTimeUnix(Long customModelCreateTimeUnix)
-
getCustomModelCreateTimeUnix
public Long getCustomModelCreateTimeUnix()
Get customModelCreateTimeUnix- Returns:
- customModelCreateTimeUnix
-
setCustomModelCreateTimeUnix
public void setCustomModelCreateTimeUnix(Long customModelCreateTimeUnix)
-
customModelId
public OutputForGetModelCustomizationJobOutput customModelId(String customModelId)
-
getCustomModelId
public String getCustomModelId()
Get customModelId- Returns:
- customModelId
-
setCustomModelId
public void setCustomModelId(String customModelId)
-
index
public OutputForGetModelCustomizationJobOutput index(Integer index)
-
getIndex
public Integer getIndex()
Get index- Returns:
- index
-
setIndex
public void setIndex(Integer index)
-
name
public OutputForGetModelCustomizationJobOutput name(String name)
-
getName
public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
status
public OutputForGetModelCustomizationJobOutput status(OutputForGetModelCustomizationJobOutput.StatusEnum status)
-
getStatus
public OutputForGetModelCustomizationJobOutput.StatusEnum getStatus()
Get status- Returns:
- status
-
setStatus
public void setStatus(OutputForGetModelCustomizationJobOutput.StatusEnum status)
-
-