Class CreateServingEndpoint
- java.lang.Object
-
- com.databricks.sdk.service.serving.CreateServingEndpoint
-
@Generated public class CreateServingEndpoint extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateServingEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)EndpointCoreConfigInputgetConfig()StringgetName()inthashCode()CreateServingEndpointsetConfig(EndpointCoreConfigInput config)CreateServingEndpointsetName(String name)StringtoString()
-
-
-
Method Detail
-
setConfig
public CreateServingEndpoint setConfig(EndpointCoreConfigInput config)
-
getConfig
public EndpointCoreConfigInput getConfig()
-
setName
public CreateServingEndpoint setName(String name)
-
getName
public String getName()
-
-