Interface Service.CreateGatewayEndpointOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
         Optional user-friendly name for the endpoint
         
        optional string name = 1;
        Returns:
        Whether the name field is set.
      • getName

        java.lang.String getName()
         Optional user-friendly name for the endpoint
         
        optional string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Optional user-friendly name for the endpoint
         
        optional string name = 1;
        Returns:
        The bytes for name.
      • getModelConfigsList

        java.util.List<Service.GatewayEndpointModelConfig> getModelConfigsList()
         List of model configurations
         
        repeated .mlflow.GatewayEndpointModelConfig model_configs = 2;
      • getModelConfigs

        Service.GatewayEndpointModelConfig getModelConfigs​(int index)
         List of model configurations
         
        repeated .mlflow.GatewayEndpointModelConfig model_configs = 2;
      • getModelConfigsCount

        int getModelConfigsCount()
         List of model configurations
         
        repeated .mlflow.GatewayEndpointModelConfig model_configs = 2;
      • getModelConfigsOrBuilderList

        java.util.List<? extends Service.GatewayEndpointModelConfigOrBuilder> getModelConfigsOrBuilderList()
         List of model configurations
         
        repeated .mlflow.GatewayEndpointModelConfig model_configs = 2;
      • hasCreatedBy

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

        java.lang.String getCreatedBy()
         Username of the creator
         
        optional string created_by = 3;
        Returns:
        The createdBy.
      • getCreatedByBytes

        com.google.protobuf.ByteString getCreatedByBytes()
         Username of the creator
         
        optional string created_by = 3;
        Returns:
        The bytes for createdBy.
      • hasRoutingStrategy

        boolean hasRoutingStrategy()
         Optional routing strategy for the endpoint
         
        optional .mlflow.RoutingStrategy routing_strategy = 4;
        Returns:
        Whether the routingStrategy field is set.
      • getRoutingStrategy

        Service.RoutingStrategy getRoutingStrategy()
         Optional routing strategy for the endpoint
         
        optional .mlflow.RoutingStrategy routing_strategy = 4;
        Returns:
        The routingStrategy.
      • hasFallbackConfig

        boolean hasFallbackConfig()
         Optional fallback configuration (includes strategy, max_attempts)
         
        optional .mlflow.FallbackConfig fallback_config = 5;
        Returns:
        Whether the fallbackConfig field is set.
      • getFallbackConfig

        Service.FallbackConfig getFallbackConfig()
         Optional fallback configuration (includes strategy, max_attempts)
         
        optional .mlflow.FallbackConfig fallback_config = 5;
        Returns:
        The fallbackConfig.
      • getFallbackConfigOrBuilder

        Service.FallbackConfigOrBuilder getFallbackConfigOrBuilder()
         Optional fallback configuration (includes strategy, max_attempts)
         
        optional .mlflow.FallbackConfig fallback_config = 5;