Package org.mlflow.api.proto
Interface Webhooks.TestWebhook.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webhooks.TestWebhook.Response,Webhooks.TestWebhook.Response.Builder
- Enclosing class:
- Webhooks.TestWebhook
public static interface Webhooks.TestWebhook.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .mlflow.WebhookTestResult result = 1;optional .mlflow.WebhookTestResult result = 1;booleanoptional .mlflow.WebhookTestResult result = 1;Methods 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
-
hasResult
boolean hasResult()optional .mlflow.WebhookTestResult result = 1;- Returns:
- Whether the result field is set.
-
getResult
Webhooks.WebhookTestResult getResult()optional .mlflow.WebhookTestResult result = 1;- Returns:
- The result.
-
getResultOrBuilder
Webhooks.WebhookTestResultOrBuilder getResultOrBuilder()optional .mlflow.WebhookTestResult result = 1;
-