Interface Service.GatewayEndpointModelMappingOrBuilder

    • Method Detail

      • hasMappingId

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

        java.lang.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

        java.lang.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

        java.lang.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

        java.lang.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.