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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Webhooks.WebhookTestResult
getResult()
optional .mlflow.WebhookTestResult result = 1;
Webhooks.WebhookTestResultOrBuilder
getResultOrBuilder()
optional .mlflow.WebhookTestResult result = 1;
boolean
hasResult()
optional .mlflow.WebhookTestResult result = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-