Package org.mlflow.api.proto
Interface Service.UpdateEndpointGuardrailConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.UpdateEndpointGuardrailConfig,Service.UpdateEndpointGuardrailConfig.Builder
- Enclosing class:
- Service
public static interface Service.UpdateEndpointGuardrailConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe endpoint ID.com.google.protobuf.ByteStringThe endpoint ID.longThe new execution order.The guardrail ID.com.google.protobuf.ByteStringThe guardrail ID.booleanThe endpoint ID.booleanThe new execution order.booleanThe guardrail ID.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
-
hasEndpointId
boolean hasEndpointId()The endpoint ID.
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
String getEndpointId()The endpoint ID.
optional string endpoint_id = 1;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()The endpoint ID.
optional string endpoint_id = 1;- Returns:
- The bytes for endpointId.
-
hasGuardrailId
boolean hasGuardrailId()The guardrail ID.
optional string guardrail_id = 2;- Returns:
- Whether the guardrailId field is set.
-
getGuardrailId
String getGuardrailId()The guardrail ID.
optional string guardrail_id = 2;- Returns:
- The guardrailId.
-
getGuardrailIdBytes
com.google.protobuf.ByteString getGuardrailIdBytes()The guardrail ID.
optional string guardrail_id = 2;- Returns:
- The bytes for guardrailId.
-
hasExecutionOrder
boolean hasExecutionOrder()The new execution order.
optional int64 execution_order = 3;- Returns:
- Whether the executionOrder field is set.
-
getExecutionOrder
long getExecutionOrder()The new execution order.
optional int64 execution_order = 3;- Returns:
- The executionOrder.
-