Package com.databricks.sdk.service.ml
Class CreateRegistryWebhook
- java.lang.Object
-
- com.databricks.sdk.service.ml.CreateRegistryWebhook
-
@Generated public class CreateRegistryWebhook extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateRegistryWebhook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDescription()
Collection<RegistryWebhookEvent>
getEvents()
HttpUrlSpec
getHttpUrlSpec()
JobSpec
getJobSpec()
String
getModelName()
RegistryWebhookStatus
getStatus()
int
hashCode()
CreateRegistryWebhook
setDescription(String description)
CreateRegistryWebhook
setEvents(Collection<RegistryWebhookEvent> events)
CreateRegistryWebhook
setHttpUrlSpec(HttpUrlSpec httpUrlSpec)
CreateRegistryWebhook
setJobSpec(JobSpec jobSpec)
CreateRegistryWebhook
setModelName(String modelName)
CreateRegistryWebhook
setStatus(RegistryWebhookStatus status)
String
toString()
-
-
-
Method Detail
-
setDescription
public CreateRegistryWebhook setDescription(String description)
-
getDescription
public String getDescription()
-
setEvents
public CreateRegistryWebhook setEvents(Collection<RegistryWebhookEvent> events)
-
getEvents
public Collection<RegistryWebhookEvent> getEvents()
-
setHttpUrlSpec
public CreateRegistryWebhook setHttpUrlSpec(HttpUrlSpec httpUrlSpec)
-
getHttpUrlSpec
public HttpUrlSpec getHttpUrlSpec()
-
setJobSpec
public CreateRegistryWebhook setJobSpec(JobSpec jobSpec)
-
getJobSpec
public JobSpec getJobSpec()
-
setModelName
public CreateRegistryWebhook setModelName(String modelName)
-
getModelName
public String getModelName()
-
setStatus
public CreateRegistryWebhook setStatus(RegistryWebhookStatus status)
-
getStatus
public RegistryWebhookStatus getStatus()
-
-