Package org.mlflow.api.proto
Interface Service.GatewayEndpointModelMappingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GatewayEndpointModelMapping,Service.GatewayEndpointModelMapping.Builder
- Enclosing class:
- Service
public static interface Service.GatewayEndpointModelMappingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongTimestamp (milliseconds since epoch) when the mapping was createdUser ID who created the mappingcom.google.protobuf.ByteStringUser ID who created the mappingID of the endpointcom.google.protobuf.ByteStringID of the endpointintOrder for fallback attempts (only for FALLBACK linkages, NULL for PRIMARY)Type of linkageUnique identifier for this mappingcom.google.protobuf.ByteStringUnique identifier for this mappingThe full model definition (populated via JOIN)ID of the model definitioncom.google.protobuf.ByteStringID of the model definitionThe full model definition (populated via JOIN)floatRouting weight for traffic distributionbooleanTimestamp (milliseconds since epoch) when the mapping was createdbooleanUser ID who created the mappingbooleanID of the endpointbooleanOrder for fallback attempts (only for FALLBACK linkages, NULL for PRIMARY)booleanType of linkagebooleanUnique identifier for this mappingbooleanThe full model definition (populated via JOIN)booleanID of the model definitionbooleanRouting weight for traffic distributionMethods 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
-
hasMappingId
boolean hasMappingId()Unique identifier for this mapping
optional string mapping_id = 1;- Returns:
- Whether the mappingId field is set.
-
getMappingId
String getMappingId()Unique identifier for this mapping
optional string mapping_id = 1;- Returns:
- The mappingId.
-
getMappingIdBytes
com.google.protobuf.ByteString getMappingIdBytes()Unique identifier for this mapping
optional string mapping_id = 1;- Returns:
- The bytes for mappingId.
-
hasEndpointId
boolean hasEndpointId()ID of the endpoint
optional string endpoint_id = 2;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
String getEndpointId()ID of the endpoint
optional string endpoint_id = 2;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()ID of the endpoint
optional string endpoint_id = 2;- Returns:
- The bytes for endpointId.
-
hasModelDefinitionId
boolean hasModelDefinitionId()ID of the model definition
optional string model_definition_id = 3;- Returns:
- Whether the modelDefinitionId field is set.
-
getModelDefinitionId
String getModelDefinitionId()ID of the model definition
optional string model_definition_id = 3;- Returns:
- The modelDefinitionId.
-
getModelDefinitionIdBytes
com.google.protobuf.ByteString getModelDefinitionIdBytes()ID of the model definition
optional string model_definition_id = 3;- Returns:
- The bytes for modelDefinitionId.
-
hasModelDefinition
boolean hasModelDefinition()The full model definition (populated via JOIN)
optional .mlflow.GatewayModelDefinition model_definition = 4;- Returns:
- Whether the modelDefinition field is set.
-
getModelDefinition
Service.GatewayModelDefinition getModelDefinition()The full model definition (populated via JOIN)
optional .mlflow.GatewayModelDefinition model_definition = 4;- Returns:
- The modelDefinition.
-
getModelDefinitionOrBuilder
Service.GatewayModelDefinitionOrBuilder getModelDefinitionOrBuilder()The full model definition (populated via JOIN)
optional .mlflow.GatewayModelDefinition model_definition = 4; -
hasWeight
boolean hasWeight()Routing weight for traffic distribution
optional float weight = 5;- Returns:
- Whether the weight field is set.
-
getWeight
float getWeight()Routing weight for traffic distribution
optional float weight = 5;- Returns:
- The weight.
-
hasCreatedAt
boolean hasCreatedAt()Timestamp (milliseconds since epoch) when the mapping was created
optional int64 created_at = 6;- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
long getCreatedAt()Timestamp (milliseconds since epoch) when the mapping was created
optional int64 created_at = 6;- Returns:
- The createdAt.
-
hasCreatedBy
boolean hasCreatedBy()User ID who created the mapping
optional string created_by = 7;- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
String getCreatedBy()User ID who created the mapping
optional string created_by = 7;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()User ID who created the mapping
optional string created_by = 7;- Returns:
- The bytes for createdBy.
-
hasLinkageType
boolean hasLinkageType()Type of linkage
optional .mlflow.GatewayModelLinkageType linkage_type = 8;- Returns:
- Whether the linkageType field is set.
-
getLinkageType
Service.GatewayModelLinkageType getLinkageType()Type of linkage
optional .mlflow.GatewayModelLinkageType linkage_type = 8;- Returns:
- The linkageType.
-
hasFallbackOrder
boolean hasFallbackOrder()Order for fallback attempts (only for FALLBACK linkages, NULL for PRIMARY)
optional int32 fallback_order = 9;- Returns:
- Whether the fallbackOrder field is set.
-
getFallbackOrder
int getFallbackOrder()Order for fallback attempts (only for FALLBACK linkages, NULL for PRIMARY)
optional int32 fallback_order = 9;- Returns:
- The fallbackOrder.
-