public class GetModelCustomizationJobResponse
extends com.volcengine.model.AbstractResponse
| Constructor and Description |
|---|
GetModelCustomizationJobResponse() |
public GetModelCustomizationJobResponse createTime(String createTime)
public String getCreateTime()
public void setCreateTime(String createTime)
public GetModelCustomizationJobResponse customizationType(String customizationType)
public String getCustomizationType()
public void setCustomizationType(String customizationType)
public GetModelCustomizationJobResponse data(DataForGetModelCustomizationJobOutput data)
@Valid public @Valid DataForGetModelCustomizationJobOutput getData()
public void setData(DataForGetModelCustomizationJobOutput data)
public GetModelCustomizationJobResponse description(String description)
public String getDescription()
public void setDescription(String description)
public GetModelCustomizationJobResponse hyperparameters(List<HyperparameterForGetModelCustomizationJobOutput> hyperparameters)
public GetModelCustomizationJobResponse addHyperparametersItem(HyperparameterForGetModelCustomizationJobOutput hyperparametersItem)
@Valid public @Valid List<HyperparameterForGetModelCustomizationJobOutput> getHyperparameters()
public void setHyperparameters(List<HyperparameterForGetModelCustomizationJobOutput> hyperparameters)
public GetModelCustomizationJobResponse id(String id)
public String getId()
public void setId(String id)
public GetModelCustomizationJobResponse modelReference(ModelReferenceForGetModelCustomizationJobOutput modelReference)
@Valid public @Valid ModelReferenceForGetModelCustomizationJobOutput getModelReference()
public void setModelReference(ModelReferenceForGetModelCustomizationJobOutput modelReference)
public GetModelCustomizationJobResponse name(String name)
public String getName()
public void setName(String name)
public GetModelCustomizationJobResponse outputs(List<OutputForGetModelCustomizationJobOutput> outputs)
public GetModelCustomizationJobResponse addOutputsItem(OutputForGetModelCustomizationJobOutput outputsItem)
@Valid public @Valid List<OutputForGetModelCustomizationJobOutput> getOutputs()
public void setOutputs(List<OutputForGetModelCustomizationJobOutput> outputs)
public GetModelCustomizationJobResponse projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
public GetModelCustomizationJobResponse publishedOutputCount(Integer publishedOutputCount)
public Integer getPublishedOutputCount()
public void setPublishedOutputCount(Integer publishedOutputCount)
public GetModelCustomizationJobResponse reason(String reason)
public String getReason()
public void setReason(String reason)
public GetModelCustomizationJobResponse saveModelLimit(Integer saveModelLimit)
public Integer getSaveModelLimit()
public void setSaveModelLimit(Integer saveModelLimit)
public GetModelCustomizationJobResponse status(StatusForGetModelCustomizationJobOutput status)
@Valid public @Valid StatusForGetModelCustomizationJobOutput getStatus()
public void setStatus(StatusForGetModelCustomizationJobOutput status)
public GetModelCustomizationJobResponse tags(List<TagForGetModelCustomizationJobOutput> tags)
public GetModelCustomizationJobResponse addTagsItem(TagForGetModelCustomizationJobOutput tagsItem)
@Valid public @Valid List<TagForGetModelCustomizationJobOutput> getTags()
public void setTags(List<TagForGetModelCustomizationJobOutput> tags)
public GetModelCustomizationJobResponse totalOutputCount(Integer totalOutputCount)
public Integer getTotalOutputCount()
public void setTotalOutputCount(Integer totalOutputCount)
public GetModelCustomizationJobResponse updateTime(String updateTime)
public String getUpdateTime()
public void setUpdateTime(String updateTime)
Copyright © 2025. All rights reserved.