Package org.mlflow.api.proto
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCreatedAt()Timestamp (milliseconds since epoch) when the endpoint was createdjava.lang.StringgetCreatedBy()User ID who created the endpointcom.google.protobuf.ByteStringgetCreatedByBytes()User ID who created the endpointjava.lang.StringgetEndpointId()Unique identifier for the endpointcom.google.protobuf.ByteStringgetEndpointIdBytes()Unique identifier for the endpointjava.lang.StringgetExperimentId()ID of the MLflow experiment where traces for this endpoint are loggedcom.google.protobuf.ByteStringgetExperimentIdBytes()ID of the MLflow experiment where traces for this endpoint are loggedService.FallbackConfiggetFallbackConfig()Fallback configuration (populated if routing_strategy is FALLBACK)Service.FallbackConfigOrBuildergetFallbackConfigOrBuilder()Fallback configuration (populated if routing_strategy is FALLBACK)longgetLastUpdatedAt()Timestamp (milliseconds since epoch) when the endpoint was last updatedjava.lang.StringgetLastUpdatedBy()User ID who last updated the endpointcom.google.protobuf.ByteStringgetLastUpdatedByBytes()User ID who last updated the endpointService.GatewayEndpointModelMappinggetModelMappings(int index)List of model mappings bound to this endpointintgetModelMappingsCount()List of model mappings bound to this endpointjava.util.List<Service.GatewayEndpointModelMapping>getModelMappingsList()List of model mappings bound to this endpointService.GatewayEndpointModelMappingOrBuildergetModelMappingsOrBuilder(int index)List of model mappings bound to this endpointjava.util.List<? extends Service.GatewayEndpointModelMappingOrBuilder>getModelMappingsOrBuilderList()List of model mappings bound to this endpointjava.lang.StringgetName()User-friendly name for the endpointcom.google.protobuf.ByteStringgetNameBytes()User-friendly name for the endpointService.RoutingStrategygetRoutingStrategy()Routing strategy for the endpointService.GatewayEndpointTaggetTags(int index)Tags associated with the endpointintgetTagsCount()Tags associated with the endpointjava.util.List<Service.GatewayEndpointTag>getTagsList()Tags associated with the endpointService.GatewayEndpointTagOrBuildergetTagsOrBuilder(int index)Tags associated with the endpointjava.util.List<? extends Service.GatewayEndpointTagOrBuilder>getTagsOrBuilderList()Tags associated with the endpointbooleangetUsageTracking()Whether usage tracking is enabled for this endpoint.booleanhasCreatedAt()Timestamp (milliseconds since epoch) when the endpoint was createdbooleanhasCreatedBy()User ID who created the endpointbooleanhasEndpointId()Unique identifier for the endpointbooleanhasExperimentId()ID of the MLflow experiment where traces for this endpoint are loggedbooleanhasFallbackConfig()Fallback configuration (populated if routing_strategy is FALLBACK)booleanhasLastUpdatedAt()Timestamp (milliseconds since epoch) when the endpoint was last updatedbooleanhasLastUpdatedBy()User ID who last updated the endpointbooleanhasName()User-friendly name for the endpointbooleanhasRoutingStrategy()Routing strategy for the endpointbooleanhasUsageTracking()Whether usage tracking is enabled for this endpoint.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEndpointId
boolean hasEndpointId()
Unique identifier for the endpoint
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
java.lang.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
java.lang.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
java.util.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
java.util.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
java.lang.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
java.lang.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
java.util.List<Service.GatewayEndpointTag> 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
java.util.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
java.lang.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.
-
-