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 booleanequals(Object o)StringgetDescription()Collection<RegistryWebhookEvent>getEvents()HttpUrlSpecgetHttpUrlSpec()JobSpecgetJobSpec()StringgetModelName()RegistryWebhookStatusgetStatus()inthashCode()CreateRegistryWebhooksetDescription(String description)CreateRegistryWebhooksetEvents(Collection<RegistryWebhookEvent> events)CreateRegistryWebhooksetHttpUrlSpec(HttpUrlSpec httpUrlSpec)CreateRegistryWebhooksetJobSpec(JobSpec jobSpec)CreateRegistryWebhooksetModelName(String modelName)CreateRegistryWebhooksetStatus(RegistryWebhookStatus status)StringtoString()
-
-
-
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()
-
-