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 booleanequals(Object o)EndpointCoreConfigSummarygetConfig()LonggetCreationTimestamp()StringgetCreator()StringgetId()LonggetLastUpdatedTimestamp()StringgetName()EndpointStategetState()inthashCode()ServingEndpointsetConfig(EndpointCoreConfigSummary config)ServingEndpointsetCreationTimestamp(Long creationTimestamp)ServingEndpointsetCreator(String creator)ServingEndpointsetId(String id)ServingEndpointsetLastUpdatedTimestamp(Long lastUpdatedTimestamp)ServingEndpointsetName(String name)ServingEndpointsetState(EndpointState state)StringtoString()
-
-
-
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()
-
-