Uses of Class
org.mlflow.api.proto.Webhooks.Webhook.Builder
Packages that use Webhooks.Webhook.Builder
-
Uses of Webhooks.Webhook.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Webhooks.Webhook.BuilderModifier and TypeMethodDescriptionWebhooks.Webhook.Builder.addAllEvents(Iterable<? extends Webhooks.WebhookEvent> values) List of events this webhook is subscribed toWebhooks.Webhook.Builder.addEvents(int index, Webhooks.WebhookEvent value) List of events this webhook is subscribed toWebhooks.Webhook.Builder.addEvents(int index, Webhooks.WebhookEvent.Builder builderForValue) List of events this webhook is subscribed toWebhooks.Webhook.Builder.addEvents(Webhooks.WebhookEvent value) List of events this webhook is subscribed toWebhooks.Webhook.Builder.addEvents(Webhooks.WebhookEvent.Builder builderForValue) List of events this webhook is subscribed toWebhooks.Webhook.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Webhooks.ListWebhooks.Response.Builder.addWebhooksBuilder()List of webhooksWebhooks.ListWebhooks.Response.Builder.addWebhooksBuilder(int index) List of webhooksWebhooks.Webhook.Builder.clear()Webhooks.Webhook.Builder.clearCreationTimestamp()Timestamp when webhook was createdWebhooks.Webhook.Builder.clearDescription()Optional description for the webhookWebhooks.Webhook.Builder.clearEvents()List of events this webhook is subscribed toWebhooks.Webhook.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Webhooks.Webhook.Builder.clearLastUpdatedTimestamp()Timestamp when webhook was last updatedWebhooks.Webhook.Builder.clearName()Name of the webhookWebhooks.Webhook.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Webhooks.Webhook.Builder.clearStatus()Current status of the webhookWebhooks.Webhook.Builder.clearUrl()URL to send webhook events toWebhooks.Webhook.Builder.clearWebhookId()Unique identifier for the webhookWebhooks.Webhook.Builder.clone()Webhooks.CreateWebhook.Response.Builder.getWebhookBuilder()optional .mlflow.Webhook webhook = 1;Webhooks.GetWebhook.Response.Builder.getWebhookBuilder()optional .mlflow.Webhook webhook = 1;Webhooks.UpdateWebhook.Response.Builder.getWebhookBuilder()optional .mlflow.Webhook webhook = 1;Webhooks.ListWebhooks.Response.Builder.getWebhooksBuilder(int index) List of webhooksWebhooks.Webhook.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Webhooks.Webhook.Builder.mergeFrom(com.google.protobuf.Message other) Webhooks.Webhook.Builder.mergeFrom(Webhooks.Webhook other) final Webhooks.Webhook.BuilderWebhooks.Webhook.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Webhooks.Webhook.BuilderWebhooks.Webhook.newBuilder()static Webhooks.Webhook.BuilderWebhooks.Webhook.newBuilder(Webhooks.Webhook prototype) Webhooks.Webhook.newBuilderForType()protected Webhooks.Webhook.BuilderWebhooks.Webhook.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Webhooks.Webhook.Builder.removeEvents(int index) List of events this webhook is subscribed toWebhooks.Webhook.Builder.setCreationTimestamp(long value) Timestamp when webhook was createdWebhooks.Webhook.Builder.setDescription(String value) Optional description for the webhookWebhooks.Webhook.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Optional description for the webhookWebhooks.Webhook.Builder.setEvents(int index, Webhooks.WebhookEvent value) List of events this webhook is subscribed toWebhooks.Webhook.Builder.setEvents(int index, Webhooks.WebhookEvent.Builder builderForValue) List of events this webhook is subscribed toWebhooks.Webhook.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Webhooks.Webhook.Builder.setLastUpdatedTimestamp(long value) Timestamp when webhook was last updatedName of the webhookWebhooks.Webhook.Builder.setNameBytes(com.google.protobuf.ByteString value) Name of the webhookWebhooks.Webhook.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Webhooks.Webhook.Builder.setStatus(Webhooks.WebhookStatus value) Current status of the webhookfinal Webhooks.Webhook.BuilderWebhooks.Webhook.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) URL to send webhook events toWebhooks.Webhook.Builder.setUrlBytes(com.google.protobuf.ByteString value) URL to send webhook events toWebhooks.Webhook.Builder.setWebhookId(String value) Unique identifier for the webhookWebhooks.Webhook.Builder.setWebhookIdBytes(com.google.protobuf.ByteString value) Unique identifier for the webhookWebhooks.Webhook.toBuilder()Methods in org.mlflow.api.proto that return types with arguments of type Webhooks.Webhook.BuilderModifier and TypeMethodDescriptionWebhooks.ListWebhooks.Response.Builder.getWebhooksBuilderList()List of webhooksMethods in org.mlflow.api.proto with parameters of type Webhooks.Webhook.BuilderModifier and TypeMethodDescriptionWebhooks.ListWebhooks.Response.Builder.addWebhooks(int index, Webhooks.Webhook.Builder builderForValue) List of webhooksWebhooks.ListWebhooks.Response.Builder.addWebhooks(Webhooks.Webhook.Builder builderForValue) List of webhooksWebhooks.CreateWebhook.Response.Builder.setWebhook(Webhooks.Webhook.Builder builderForValue) optional .mlflow.Webhook webhook = 1;Webhooks.GetWebhook.Response.Builder.setWebhook(Webhooks.Webhook.Builder builderForValue) optional .mlflow.Webhook webhook = 1;Webhooks.UpdateWebhook.Response.Builder.setWebhook(Webhooks.Webhook.Builder builderForValue) optional .mlflow.Webhook webhook = 1;Webhooks.ListWebhooks.Response.Builder.setWebhooks(int index, Webhooks.Webhook.Builder builderForValue) List of webhooks