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;
      • hasExperimentId

        boolean hasExperimentId()
         Optional experiment ID for tracing. Only used when usage_tracking is true.
         If not provided and usage_tracking is true, an experiment will be auto-created.
         
        optional string experiment_id = 6;
        Returns:
        Whether the experimentId field is set.
      • getExperimentId

        java.lang.String getExperimentId()
         Optional experiment ID for tracing. Only used when usage_tracking is true.
         If not provided and usage_tracking is true, an experiment will be auto-created.
         
        optional string experiment_id = 6;
        Returns:
        The experimentId.
      • getExperimentIdBytes

        com.google.protobuf.ByteString getExperimentIdBytes()
         Optional experiment ID for tracing. Only used when usage_tracking is true.
         If not provided and usage_tracking is true, an experiment will be auto-created.
         
        optional string experiment_id = 6;
        Returns:
        The bytes for experimentId.
      • hasUsageTracking

        boolean hasUsageTracking()
         Whether to enable usage tracking for this endpoint. Defaults to false.
         When true, traces will be logged for endpoint invocations.
         
        optional bool usage_tracking = 7;
        Returns:
        Whether the usageTracking field is set.
      • getUsageTracking

        boolean getUsageTracking()
         Whether to enable usage tracking for this endpoint. Defaults to false.
         When true, traces will be logged for endpoint invocations.
         
        optional bool usage_tracking = 7;
        Returns:
        The usageTracking.