Package org.mlflow.api.proto
Interface Webhooks.GetWebhookOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webhooks.GetWebhook,Webhooks.GetWebhook.Builder
- Enclosing class:
- Webhooks
public static interface Webhooks.GetWebhookOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionID of the webhook to retrievecom.google.protobuf.ByteStringID of the webhook to retrievebooleanID of the webhook to retrieveMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasWebhookId
boolean hasWebhookId()ID of the webhook to retrieve
optional string webhook_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the webhookId field is set.
-
getWebhookId
String getWebhookId()ID of the webhook to retrieve
optional string webhook_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The webhookId.
-
getWebhookIdBytes
com.google.protobuf.ByteString getWebhookIdBytes()ID of the webhook to retrieve
optional string webhook_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for webhookId.
-