Package org.mlflow.api.proto
Interface Service.ListEndpointGuardrailConfigsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.ListEndpointGuardrailConfigs,Service.ListEndpointGuardrailConfigs.Builder
- Enclosing class:
- Service
public static interface Service.ListEndpointGuardrailConfigsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string endpoint_id = 1;com.google.protobuf.ByteStringoptional string endpoint_id = 1;booleanoptional string endpoint_id = 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
-
hasEndpointId
boolean hasEndpointId()optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
String getEndpointId()optional string endpoint_id = 1;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()optional string endpoint_id = 1;- Returns:
- The bytes for endpointId.
-