Interface Service.GatewayGuardrailConfigOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    optional int64 created_at = 5;
    optional string created_by = 4;
    com.google.protobuf.ByteString
    optional string created_by = 4;
    optional string endpoint_id = 1;
    com.google.protobuf.ByteString
    optional string endpoint_id = 1;
    long
    optional int64 execution_order = 3;
    The full guardrail entity, populated when listing configs.
    optional string guardrail_id = 2;
    com.google.protobuf.ByteString
    optional string guardrail_id = 2;
    The full guardrail entity, populated when listing configs.
    boolean
    optional int64 created_at = 5;
    boolean
    optional string created_by = 4;
    boolean
    optional string endpoint_id = 1;
    boolean
    optional int64 execution_order = 3;
    boolean
    The full guardrail entity, populated when listing configs.
    boolean
    optional string guardrail_id = 2;

    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

    • 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.
    • hasGuardrailId

      boolean hasGuardrailId()
      optional string guardrail_id = 2;
      Returns:
      Whether the guardrailId field is set.
    • getGuardrailId

      String getGuardrailId()
      optional string guardrail_id = 2;
      Returns:
      The guardrailId.
    • getGuardrailIdBytes

      com.google.protobuf.ByteString getGuardrailIdBytes()
      optional string guardrail_id = 2;
      Returns:
      The bytes for guardrailId.
    • hasExecutionOrder

      boolean hasExecutionOrder()
      optional int64 execution_order = 3;
      Returns:
      Whether the executionOrder field is set.
    • getExecutionOrder

      long getExecutionOrder()
      optional int64 execution_order = 3;
      Returns:
      The executionOrder.
    • hasCreatedBy

      boolean hasCreatedBy()
      optional string created_by = 4;
      Returns:
      Whether the createdBy field is set.
    • getCreatedBy

      String getCreatedBy()
      optional string created_by = 4;
      Returns:
      The createdBy.
    • getCreatedByBytes

      com.google.protobuf.ByteString getCreatedByBytes()
      optional string created_by = 4;
      Returns:
      The bytes for createdBy.
    • hasCreatedAt

      boolean hasCreatedAt()
      optional int64 created_at = 5;
      Returns:
      Whether the createdAt field is set.
    • getCreatedAt

      long getCreatedAt()
      optional int64 created_at = 5;
      Returns:
      The createdAt.
    • hasGuardrail

      boolean hasGuardrail()
       The full guardrail entity, populated when listing configs.
       
      optional .mlflow.GatewayGuardrail guardrail = 6;
      Returns:
      Whether the guardrail field is set.
    • getGuardrail

      Service.GatewayGuardrail getGuardrail()
       The full guardrail entity, populated when listing configs.
       
      optional .mlflow.GatewayGuardrail guardrail = 6;
      Returns:
      The guardrail.
    • getGuardrailOrBuilder

      Service.GatewayGuardrailOrBuilder getGuardrailOrBuilder()
       The full guardrail entity, populated when listing configs.
       
      optional .mlflow.GatewayGuardrail guardrail = 6;