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