Uses of Class
org.mlflow.api.proto.Webhooks.CreateWebhook.Builder
Packages that use Webhooks.CreateWebhook.Builder
-
Uses of Webhooks.CreateWebhook.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Webhooks.CreateWebhook.BuilderModifier and TypeMethodDescriptionWebhooks.CreateWebhook.Builder.addAllEvents(Iterable<? extends Webhooks.WebhookEvent> values) List of events to subscribe toWebhooks.CreateWebhook.Builder.addEvents(int index, Webhooks.WebhookEvent value) List of events to subscribe toWebhooks.CreateWebhook.Builder.addEvents(int index, Webhooks.WebhookEvent.Builder builderForValue) List of events to subscribe toWebhooks.CreateWebhook.Builder.addEvents(Webhooks.WebhookEvent value) List of events to subscribe toWebhooks.CreateWebhook.Builder.addEvents(Webhooks.WebhookEvent.Builder builderForValue) List of events to subscribe toWebhooks.CreateWebhook.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Webhooks.CreateWebhook.Builder.clear()Webhooks.CreateWebhook.Builder.clearDescription()Optional description for the webhookWebhooks.CreateWebhook.Builder.clearEvents()List of events to subscribe toWebhooks.CreateWebhook.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Webhooks.CreateWebhook.Builder.clearName()Name of the webhookWebhooks.CreateWebhook.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Webhooks.CreateWebhook.Builder.clearSecret()Secret key for HMAC signature verificationWebhooks.CreateWebhook.Builder.clearStatus()Initial status (defaults to ACTIVE if not specified)Webhooks.CreateWebhook.Builder.clearUrl()URL to send webhook events toWebhooks.CreateWebhook.Builder.clone()Webhooks.CreateWebhook.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Webhooks.CreateWebhook.Builder.mergeFrom(com.google.protobuf.Message other) Webhooks.CreateWebhook.Builder.mergeFrom(Webhooks.CreateWebhook other) Webhooks.CreateWebhook.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Webhooks.CreateWebhook.newBuilder()Webhooks.CreateWebhook.newBuilder(Webhooks.CreateWebhook prototype) Webhooks.CreateWebhook.newBuilderForType()protected Webhooks.CreateWebhook.BuilderWebhooks.CreateWebhook.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Webhooks.CreateWebhook.Builder.removeEvents(int index) List of events to subscribe toWebhooks.CreateWebhook.Builder.setDescription(String value) Optional description for the webhookWebhooks.CreateWebhook.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Optional description for the webhookWebhooks.CreateWebhook.Builder.setEvents(int index, Webhooks.WebhookEvent value) List of events to subscribe toWebhooks.CreateWebhook.Builder.setEvents(int index, Webhooks.WebhookEvent.Builder builderForValue) List of events to subscribe toWebhooks.CreateWebhook.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Name of the webhookWebhooks.CreateWebhook.Builder.setNameBytes(com.google.protobuf.ByteString value) Name of the webhookWebhooks.CreateWebhook.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Secret key for HMAC signature verificationWebhooks.CreateWebhook.Builder.setSecretBytes(com.google.protobuf.ByteString value) Secret key for HMAC signature verificationWebhooks.CreateWebhook.Builder.setStatus(Webhooks.WebhookStatus value) Initial status (defaults to ACTIVE if not specified)Webhooks.CreateWebhook.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) URL to send webhook events toWebhooks.CreateWebhook.Builder.setUrlBytes(com.google.protobuf.ByteString value) URL to send webhook events toWebhooks.CreateWebhook.toBuilder()