Package com.volcengine.ark.model
Class ModelReferenceForCreateEndpointInput
- java.lang.Object
-
- com.volcengine.ark.model.ModelReferenceForCreateEndpointInput
-
public class ModelReferenceForCreateEndpointInput extends Object
ModelReferenceForCreateEndpointInput
-
-
Constructor Summary
Constructors Constructor Description ModelReferenceForCreateEndpointInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelReferenceForCreateEndpointInputcustomModelId(String customModelId)booleanequals(Object o)ModelReferenceForCreateEndpointInputfoundationModel(FoundationModelForCreateEndpointInput foundationModel)StringgetCustomModelId()Get customModelId@Valid FoundationModelForCreateEndpointInputgetFoundationModel()Get foundationModelinthashCode()voidsetCustomModelId(String customModelId)voidsetFoundationModel(FoundationModelForCreateEndpointInput foundationModel)StringtoString()
-
-
-
Method Detail
-
customModelId
public ModelReferenceForCreateEndpointInput customModelId(String customModelId)
-
getCustomModelId
public String getCustomModelId()
Get customModelId- Returns:
- customModelId
-
setCustomModelId
public void setCustomModelId(String customModelId)
-
foundationModel
public ModelReferenceForCreateEndpointInput foundationModel(FoundationModelForCreateEndpointInput foundationModel)
-
getFoundationModel
@Valid public @Valid FoundationModelForCreateEndpointInput getFoundationModel()
Get foundationModel- Returns:
- foundationModel
-
setFoundationModel
public void setFoundationModel(FoundationModelForCreateEndpointInput foundationModel)
-
-