Interface Service.UpdateEndpointGuardrailConfig.ResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.UpdateEndpointGuardrailConfig.Response, Service.UpdateEndpointGuardrailConfig.Response.Builder
Enclosing class:
Service.UpdateEndpointGuardrailConfig

public static interface Service.UpdateEndpointGuardrailConfig.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional .mlflow.GatewayGuardrailConfig config = 1;
    optional .mlflow.GatewayGuardrailConfig config = 1;
    boolean
    optional .mlflow.GatewayGuardrailConfig config = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasConfig

      boolean hasConfig()
      optional .mlflow.GatewayGuardrailConfig config = 1;
      Returns:
      Whether the config field is set.
    • getConfig

      optional .mlflow.GatewayGuardrailConfig config = 1;
      Returns:
      The config.
    • getConfigOrBuilder

      optional .mlflow.GatewayGuardrailConfig config = 1;