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
Modifier and TypeMethodDescriptionlongTimestamp (milliseconds since epoch) when the endpoint was createdUser ID who created the endpointcom.google.protobuf.ByteStringUser ID who created the endpointUnique identifier for the endpointcom.google.protobuf.ByteStringUnique identifier for the endpointID of the MLflow experiment where traces for this endpoint are loggedcom.google.protobuf.ByteStringID of the MLflow experiment where traces for this endpoint are loggedFallback configuration (populated if routing_strategy is FALLBACK)Fallback configuration (populated if routing_strategy is FALLBACK)longTimestamp (milliseconds since epoch) when the endpoint was last updatedUser ID who last updated the endpointcom.google.protobuf.ByteStringUser ID who last updated the endpointgetModelMappings(int index) List of model mappings bound to this endpointintList of model mappings bound to this endpointList of model mappings bound to this endpointgetModelMappingsOrBuilder(int index) List of model mappings bound to this endpointList<? extends Service.GatewayEndpointModelMappingOrBuilder>List of model mappings bound to this endpointgetName()User-friendly name for the endpointcom.google.protobuf.ByteStringUser-friendly name for the endpointRouting strategy for the endpointgetTags(int index) Tags associated with the endpointintTags associated with the endpointTags associated with the endpointgetTagsOrBuilder(int index) Tags associated with the endpointList<? extends Service.GatewayEndpointTagOrBuilder>Tags associated with the endpointbooleanWhether usage tracking is enabled for this endpoint.booleanTimestamp (milliseconds since epoch) when the endpoint was createdbooleanUser ID who created the endpointbooleanUnique identifier for the endpointbooleanID of the MLflow experiment where traces for this endpoint are loggedbooleanFallback configuration (populated if routing_strategy is FALLBACK)booleanTimestamp (milliseconds since epoch) when the endpoint was last updatedbooleanUser ID who last updated the endpointbooleanhasName()User-friendly name for the endpointbooleanRouting strategy for the endpointbooleanWhether usage tracking is enabled for this endpoint.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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
List<Service.GatewayEndpointTag> getTagsList()Tags associated with the endpoint
repeated .mlflow.GatewayEndpointTag tags = 8; -
getTags
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
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.
-