Interface Service.CreateGatewayGuardrail.ResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional .mlflow.GatewayGuardrail guardrail = 1;
    optional .mlflow.GatewayGuardrail guardrail = 1;
    boolean
    optional .mlflow.GatewayGuardrail guardrail = 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

    • hasGuardrail

      boolean hasGuardrail()
      optional .mlflow.GatewayGuardrail guardrail = 1;
      Returns:
      Whether the guardrail field is set.
    • getGuardrail

      Service.GatewayGuardrail getGuardrail()
      optional .mlflow.GatewayGuardrail guardrail = 1;
      Returns:
      The guardrail.
    • getGuardrailOrBuilder

      Service.GatewayGuardrailOrBuilder getGuardrailOrBuilder()
      optional .mlflow.GatewayGuardrail guardrail = 1;