类 GetModelCustomizationJobResponse
- java.lang.Object
-
- com.volcengine.model.AbstractResponse
-
- com.volcengine.ark.model.GetModelCustomizationJobResponse
-
public class GetModelCustomizationJobResponse extends AbstractResponse
GetModelCustomizationJobResponse
-
-
字段概要
-
从类继承的字段 com.volcengine.model.AbstractResponse
responseMetadata
-
-
构造器概要
构造器 构造器 说明 GetModelCustomizationJobResponse()
-
方法概要
-
从类继承的方法 com.volcengine.model.AbstractResponse
getResponseMetadata, setResponseMetadata
-
-
-
-
方法详细资料
-
createTime
public GetModelCustomizationJobResponse createTime(String createTime)
-
getCreateTime
public String getCreateTime()
Get createTime- 返回:
- createTime
-
setCreateTime
public void setCreateTime(String createTime)
-
customizationType
public GetModelCustomizationJobResponse customizationType(String customizationType)
-
getCustomizationType
public String getCustomizationType()
Get customizationType- 返回:
- customizationType
-
setCustomizationType
public void setCustomizationType(String customizationType)
-
data
public GetModelCustomizationJobResponse data(DataForGetModelCustomizationJobOutput data)
-
getData
@Valid public @Valid DataForGetModelCustomizationJobOutput getData()
Get data- 返回:
- data
-
setData
public void setData(DataForGetModelCustomizationJobOutput data)
-
description
public GetModelCustomizationJobResponse description(String description)
-
getDescription
public String getDescription()
Get description- 返回:
- description
-
setDescription
public void setDescription(String description)
-
hyperparameters
public GetModelCustomizationJobResponse hyperparameters(List<HyperparameterForGetModelCustomizationJobOutput> hyperparameters)
-
addHyperparametersItem
public GetModelCustomizationJobResponse addHyperparametersItem(HyperparameterForGetModelCustomizationJobOutput hyperparametersItem)
-
getHyperparameters
@Valid public @Valid List<HyperparameterForGetModelCustomizationJobOutput> getHyperparameters()
Get hyperparameters- 返回:
- hyperparameters
-
setHyperparameters
public void setHyperparameters(List<HyperparameterForGetModelCustomizationJobOutput> hyperparameters)
-
id
public GetModelCustomizationJobResponse id(String id)
-
getId
public String getId()
Get id- 返回:
- id
-
setId
public void setId(String id)
-
modelReference
public GetModelCustomizationJobResponse modelReference(ModelReferenceForGetModelCustomizationJobOutput modelReference)
-
getModelReference
@Valid public @Valid ModelReferenceForGetModelCustomizationJobOutput getModelReference()
Get modelReference- 返回:
- modelReference
-
setModelReference
public void setModelReference(ModelReferenceForGetModelCustomizationJobOutput modelReference)
-
name
public GetModelCustomizationJobResponse name(String name)
-
getName
public String getName()
Get name- 返回:
- name
-
setName
public void setName(String name)
-
outputs
public GetModelCustomizationJobResponse outputs(List<OutputForGetModelCustomizationJobOutput> outputs)
-
addOutputsItem
public GetModelCustomizationJobResponse addOutputsItem(OutputForGetModelCustomizationJobOutput outputsItem)
-
getOutputs
@Valid public @Valid List<OutputForGetModelCustomizationJobOutput> getOutputs()
Get outputs- 返回:
- outputs
-
setOutputs
public void setOutputs(List<OutputForGetModelCustomizationJobOutput> outputs)
-
projectName
public GetModelCustomizationJobResponse projectName(String projectName)
-
getProjectName
public String getProjectName()
Get projectName- 返回:
- projectName
-
setProjectName
public void setProjectName(String projectName)
-
publishedOutputCount
public GetModelCustomizationJobResponse publishedOutputCount(Integer publishedOutputCount)
-
getPublishedOutputCount
public Integer getPublishedOutputCount()
Get publishedOutputCount- 返回:
- publishedOutputCount
-
setPublishedOutputCount
public void setPublishedOutputCount(Integer publishedOutputCount)
-
reason
public GetModelCustomizationJobResponse reason(String reason)
-
getReason
public String getReason()
Get reason- 返回:
- reason
-
setReason
public void setReason(String reason)
-
saveModelLimit
public GetModelCustomizationJobResponse saveModelLimit(Integer saveModelLimit)
-
getSaveModelLimit
public Integer getSaveModelLimit()
Get saveModelLimit- 返回:
- saveModelLimit
-
setSaveModelLimit
public void setSaveModelLimit(Integer saveModelLimit)
-
status
public GetModelCustomizationJobResponse status(StatusForGetModelCustomizationJobOutput status)
-
getStatus
@Valid public @Valid StatusForGetModelCustomizationJobOutput getStatus()
Get status- 返回:
- status
-
setStatus
public void setStatus(StatusForGetModelCustomizationJobOutput status)
-
tags
public GetModelCustomizationJobResponse tags(List<TagForGetModelCustomizationJobOutput> tags)
-
addTagsItem
public GetModelCustomizationJobResponse addTagsItem(TagForGetModelCustomizationJobOutput tagsItem)
-
getTags
@Valid public @Valid List<TagForGetModelCustomizationJobOutput> getTags()
Get tags- 返回:
- tags
-
setTags
public void setTags(List<TagForGetModelCustomizationJobOutput> tags)
-
totalOutputCount
public GetModelCustomizationJobResponse totalOutputCount(Integer totalOutputCount)
-
getTotalOutputCount
public Integer getTotalOutputCount()
Get totalOutputCount- 返回:
- totalOutputCount
-
setTotalOutputCount
public void setTotalOutputCount(Integer totalOutputCount)
-
updateTime
public GetModelCustomizationJobResponse updateTime(String updateTime)
-
getUpdateTime
public String getUpdateTime()
Get updateTime- 返回:
- updateTime
-
setUpdateTime
public void setUpdateTime(String updateTime)
-
-