Interface Service.GatewayEndpointModelMappingOrBuilder

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

public static interface Service.GatewayEndpointModelMappingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMappingId

      boolean hasMappingId()
       Unique identifier for this mapping
       
      optional string mapping_id = 1;
      Returns:
      Whether the mappingId field is set.
    • getMappingId

      String getMappingId()
       Unique identifier for this mapping
       
      optional string mapping_id = 1;
      Returns:
      The mappingId.
    • getMappingIdBytes

      com.google.protobuf.ByteString getMappingIdBytes()
       Unique identifier for this mapping
       
      optional string mapping_id = 1;
      Returns:
      The bytes for mappingId.
    • hasEndpointId

      boolean hasEndpointId()
       ID of the endpoint
       
      optional string endpoint_id = 2;
      Returns:
      Whether the endpointId field is set.
    • getEndpointId

      String getEndpointId()
       ID of the endpoint
       
      optional string endpoint_id = 2;
      Returns:
      The endpointId.
    • getEndpointIdBytes

      com.google.protobuf.ByteString getEndpointIdBytes()
       ID of the endpoint
       
      optional string endpoint_id = 2;
      Returns:
      The bytes for endpointId.
    • hasModelDefinitionId

      boolean hasModelDefinitionId()
       ID of the model definition
       
      optional string model_definition_id = 3;
      Returns:
      Whether the modelDefinitionId field is set.
    • getModelDefinitionId

      String getModelDefinitionId()
       ID of the model definition
       
      optional string model_definition_id = 3;
      Returns:
      The modelDefinitionId.
    • getModelDefinitionIdBytes

      com.google.protobuf.ByteString getModelDefinitionIdBytes()
       ID of the model definition
       
      optional string model_definition_id = 3;
      Returns:
      The bytes for modelDefinitionId.
    • hasModelDefinition

      boolean hasModelDefinition()
       The full model definition (populated via JOIN)
       
      optional .mlflow.GatewayModelDefinition model_definition = 4;
      Returns:
      Whether the modelDefinition field is set.
    • getModelDefinition

      Service.GatewayModelDefinition getModelDefinition()
       The full model definition (populated via JOIN)
       
      optional .mlflow.GatewayModelDefinition model_definition = 4;
      Returns:
      The modelDefinition.
    • getModelDefinitionOrBuilder

      Service.GatewayModelDefinitionOrBuilder getModelDefinitionOrBuilder()
       The full model definition (populated via JOIN)
       
      optional .mlflow.GatewayModelDefinition model_definition = 4;
    • hasWeight

      boolean hasWeight()
       Routing weight for traffic distribution
       
      optional float weight = 5;
      Returns:
      Whether the weight field is set.
    • getWeight

      float getWeight()
       Routing weight for traffic distribution
       
      optional float weight = 5;
      Returns:
      The weight.
    • hasCreatedAt

      boolean hasCreatedAt()
       Timestamp (milliseconds since epoch) when the mapping was created
       
      optional int64 created_at = 6;
      Returns:
      Whether the createdAt field is set.
    • getCreatedAt

      long getCreatedAt()
       Timestamp (milliseconds since epoch) when the mapping was created
       
      optional int64 created_at = 6;
      Returns:
      The createdAt.
    • hasCreatedBy

      boolean hasCreatedBy()
       User ID who created the mapping
       
      optional string created_by = 7;
      Returns:
      Whether the createdBy field is set.
    • getCreatedBy

      String getCreatedBy()
       User ID who created the mapping
       
      optional string created_by = 7;
      Returns:
      The createdBy.
    • getCreatedByBytes

      com.google.protobuf.ByteString getCreatedByBytes()
       User ID who created the mapping
       
      optional string created_by = 7;
      Returns:
      The bytes for createdBy.
    • hasLinkageType

      boolean hasLinkageType()
       Type of linkage
       
      optional .mlflow.GatewayModelLinkageType linkage_type = 8;
      Returns:
      Whether the linkageType field is set.
    • getLinkageType

       Type of linkage
       
      optional .mlflow.GatewayModelLinkageType linkage_type = 8;
      Returns:
      The linkageType.
    • hasFallbackOrder

      boolean hasFallbackOrder()
       Order for fallback attempts (only for FALLBACK linkages, NULL for PRIMARY)
       
      optional int32 fallback_order = 9;
      Returns:
      Whether the fallbackOrder field is set.
    • getFallbackOrder

      int getFallbackOrder()
       Order for fallback attempts (only for FALLBACK linkages, NULL for PRIMARY)
       
      optional int32 fallback_order = 9;
      Returns:
      The fallbackOrder.