Class ServingEndpoint
- java.lang.Object
-
- com.databricks.sdk.service.serving.ServingEndpoint
-
@Generated public class ServingEndpoint extends Object
-
-
Constructor Summary
Constructors Constructor Description ServingEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
EndpointCoreConfigSummary
getConfig()
Long
getCreationTimestamp()
String
getCreator()
String
getId()
Long
getLastUpdatedTimestamp()
String
getName()
EndpointState
getState()
int
hashCode()
ServingEndpoint
setConfig(EndpointCoreConfigSummary config)
ServingEndpoint
setCreationTimestamp(Long creationTimestamp)
ServingEndpoint
setCreator(String creator)
ServingEndpoint
setId(String id)
ServingEndpoint
setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
ServingEndpoint
setName(String name)
ServingEndpoint
setState(EndpointState state)
String
toString()
-
-
-
Method Detail
-
setConfig
public ServingEndpoint setConfig(EndpointCoreConfigSummary config)
-
getConfig
public EndpointCoreConfigSummary getConfig()
-
setCreationTimestamp
public ServingEndpoint setCreationTimestamp(Long creationTimestamp)
-
getCreationTimestamp
public Long getCreationTimestamp()
-
setCreator
public ServingEndpoint setCreator(String creator)
-
getCreator
public String getCreator()
-
setId
public ServingEndpoint setId(String id)
-
getId
public String getId()
-
setLastUpdatedTimestamp
public ServingEndpoint setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
-
getLastUpdatedTimestamp
public Long getLastUpdatedTimestamp()
-
setName
public ServingEndpoint setName(String name)
-
getName
public String getName()
-
setState
public ServingEndpoint setState(EndpointState state)
-
getState
public EndpointState getState()
-
-