Interface Service.GatewayEndpointOrBuilder

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

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

    • hasEndpointId

      boolean hasEndpointId()
       Unique identifier for the endpoint
       
      optional string endpoint_id = 1;
      Returns:
      Whether the endpointId field is set.
    • getEndpointId

      String getEndpointId()
       Unique identifier for the endpoint
       
      optional string endpoint_id = 1;
      Returns:
      The endpointId.
    • getEndpointIdBytes

      com.google.protobuf.ByteString getEndpointIdBytes()
       Unique identifier for the endpoint
       
      optional string endpoint_id = 1;
      Returns:
      The bytes for endpointId.
    • hasName

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

      String getName()
       User-friendly name for the endpoint
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       User-friendly name for the endpoint
       
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasCreatedAt

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

      long getCreatedAt()
       Timestamp (milliseconds since epoch) when the endpoint was created
       
      optional int64 created_at = 3;
      Returns:
      The createdAt.
    • hasLastUpdatedAt

      boolean hasLastUpdatedAt()
       Timestamp (milliseconds since epoch) when the endpoint was last updated
       
      optional int64 last_updated_at = 4;
      Returns:
      Whether the lastUpdatedAt field is set.
    • getLastUpdatedAt

      long getLastUpdatedAt()
       Timestamp (milliseconds since epoch) when the endpoint was last updated
       
      optional int64 last_updated_at = 4;
      Returns:
      The lastUpdatedAt.
    • getModelMappingsList

      List<Service.GatewayEndpointModelMapping> getModelMappingsList()
       List of model mappings bound to this endpoint
       
      repeated .mlflow.GatewayEndpointModelMapping model_mappings = 5;
    • getModelMappings

      Service.GatewayEndpointModelMapping getModelMappings(int index)
       List of model mappings bound to this endpoint
       
      repeated .mlflow.GatewayEndpointModelMapping model_mappings = 5;
    • getModelMappingsCount

      int getModelMappingsCount()
       List of model mappings bound to this endpoint
       
      repeated .mlflow.GatewayEndpointModelMapping model_mappings = 5;
    • getModelMappingsOrBuilderList

      List<? extends Service.GatewayEndpointModelMappingOrBuilder> getModelMappingsOrBuilderList()
       List of model mappings bound to this endpoint
       
      repeated .mlflow.GatewayEndpointModelMapping model_mappings = 5;
    • getModelMappingsOrBuilder

      Service.GatewayEndpointModelMappingOrBuilder getModelMappingsOrBuilder(int index)
       List of model mappings bound to this endpoint
       
      repeated .mlflow.GatewayEndpointModelMapping model_mappings = 5;
    • hasCreatedBy

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

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

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

      boolean hasLastUpdatedBy()
       User ID who last updated the endpoint
       
      optional string last_updated_by = 7;
      Returns:
      Whether the lastUpdatedBy field is set.
    • getLastUpdatedBy

      String getLastUpdatedBy()
       User ID who last updated the endpoint
       
      optional string last_updated_by = 7;
      Returns:
      The lastUpdatedBy.
    • getLastUpdatedByBytes

      com.google.protobuf.ByteString getLastUpdatedByBytes()
       User ID who last updated the endpoint
       
      optional string last_updated_by = 7;
      Returns:
      The bytes for lastUpdatedBy.
    • getTagsList

       Tags associated with the endpoint
       
      repeated .mlflow.GatewayEndpointTag tags = 8;
    • getTags

      Service.GatewayEndpointTag getTags(int index)
       Tags associated with the endpoint
       
      repeated .mlflow.GatewayEndpointTag tags = 8;
    • getTagsCount

      int getTagsCount()
       Tags associated with the endpoint
       
      repeated .mlflow.GatewayEndpointTag tags = 8;
    • getTagsOrBuilderList

      List<? extends Service.GatewayEndpointTagOrBuilder> getTagsOrBuilderList()
       Tags associated with the endpoint
       
      repeated .mlflow.GatewayEndpointTag tags = 8;
    • getTagsOrBuilder

      Service.GatewayEndpointTagOrBuilder getTagsOrBuilder(int index)
       Tags associated with the endpoint
       
      repeated .mlflow.GatewayEndpointTag tags = 8;
    • hasRoutingStrategy

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

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

      boolean hasFallbackConfig()
       Fallback configuration (populated if routing_strategy is FALLBACK)
       
      optional .mlflow.FallbackConfig fallback_config = 10;
      Returns:
      Whether the fallbackConfig field is set.
    • getFallbackConfig

      Service.FallbackConfig getFallbackConfig()
       Fallback configuration (populated if routing_strategy is FALLBACK)
       
      optional .mlflow.FallbackConfig fallback_config = 10;
      Returns:
      The fallbackConfig.
    • getFallbackConfigOrBuilder

      Service.FallbackConfigOrBuilder getFallbackConfigOrBuilder()
       Fallback configuration (populated if routing_strategy is FALLBACK)
       
      optional .mlflow.FallbackConfig fallback_config = 10;
    • hasExperimentId

      boolean hasExperimentId()
       ID of the MLflow experiment where traces for this endpoint are logged
       
      optional string experiment_id = 11;
      Returns:
      Whether the experimentId field is set.
    • getExperimentId

      String getExperimentId()
       ID of the MLflow experiment where traces for this endpoint are logged
       
      optional string experiment_id = 11;
      Returns:
      The experimentId.
    • getExperimentIdBytes

      com.google.protobuf.ByteString getExperimentIdBytes()
       ID of the MLflow experiment where traces for this endpoint are logged
       
      optional string experiment_id = 11;
      Returns:
      The bytes for experimentId.
    • hasUsageTracking

      boolean hasUsageTracking()
       Whether usage tracking is enabled for this endpoint.
       When true, an experiment will be auto-created if not provided,
       and traces will be logged for endpoint invocations.
       
      optional bool usage_tracking = 12;
      Returns:
      Whether the usageTracking field is set.
    • getUsageTracking

      boolean getUsageTracking()
       Whether usage tracking is enabled for this endpoint.
       When true, an experiment will be auto-created if not provided,
       and traces will be logged for endpoint invocations.
       
      optional bool usage_tracking = 12;
      Returns:
      The usageTracking.