Package com.databricks.sdk.service.ml
Class RegistryWebhook
- java.lang.Object
-
- com.databricks.sdk.service.ml.RegistryWebhook
-
@Generated public class RegistryWebhook extends Object
-
-
Constructor Summary
Constructors Constructor Description RegistryWebhook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getCreationTimestamp()
String
getDescription()
Collection<RegistryWebhookEvent>
getEvents()
HttpUrlSpecWithoutSecret
getHttpUrlSpec()
String
getId()
JobSpecWithoutSecret
getJobSpec()
Long
getLastUpdatedTimestamp()
String
getModelName()
RegistryWebhookStatus
getStatus()
int
hashCode()
RegistryWebhook
setCreationTimestamp(Long creationTimestamp)
RegistryWebhook
setDescription(String description)
RegistryWebhook
setEvents(Collection<RegistryWebhookEvent> events)
RegistryWebhook
setHttpUrlSpec(HttpUrlSpecWithoutSecret httpUrlSpec)
RegistryWebhook
setId(String id)
RegistryWebhook
setJobSpec(JobSpecWithoutSecret jobSpec)
RegistryWebhook
setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
RegistryWebhook
setModelName(String modelName)
RegistryWebhook
setStatus(RegistryWebhookStatus status)
String
toString()
-
-
-
Method Detail
-
setCreationTimestamp
public RegistryWebhook setCreationTimestamp(Long creationTimestamp)
-
getCreationTimestamp
public Long getCreationTimestamp()
-
setDescription
public RegistryWebhook setDescription(String description)
-
getDescription
public String getDescription()
-
setEvents
public RegistryWebhook setEvents(Collection<RegistryWebhookEvent> events)
-
getEvents
public Collection<RegistryWebhookEvent> getEvents()
-
setHttpUrlSpec
public RegistryWebhook setHttpUrlSpec(HttpUrlSpecWithoutSecret httpUrlSpec)
-
getHttpUrlSpec
public HttpUrlSpecWithoutSecret getHttpUrlSpec()
-
setId
public RegistryWebhook setId(String id)
-
getId
public String getId()
-
setJobSpec
public RegistryWebhook setJobSpec(JobSpecWithoutSecret jobSpec)
-
getJobSpec
public JobSpecWithoutSecret getJobSpec()
-
setLastUpdatedTimestamp
public RegistryWebhook setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
-
getLastUpdatedTimestamp
public Long getLastUpdatedTimestamp()
-
setModelName
public RegistryWebhook setModelName(String modelName)
-
getModelName
public String getModelName()
-
setStatus
public RegistryWebhook setStatus(RegistryWebhookStatus status)
-
getStatus
public RegistryWebhookStatus getStatus()
-
-