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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCreatedAt()Timestamp (milliseconds since epoch) when the mapping was createdjava.lang.StringgetCreatedBy()User ID who created the mappingcom.google.protobuf.ByteStringgetCreatedByBytes()User ID who created the mappingjava.lang.StringgetEndpointId()ID of the endpointcom.google.protobuf.ByteStringgetEndpointIdBytes()ID of the endpointjava.lang.StringgetMappingId()Unique identifier for this mappingcom.google.protobuf.ByteStringgetMappingIdBytes()Unique identifier for this mappingService.GatewayModelDefinitiongetModelDefinition()The full model definition (populated via JOIN)java.lang.StringgetModelDefinitionId()ID of the model definitioncom.google.protobuf.ByteStringgetModelDefinitionIdBytes()ID of the model definitionService.GatewayModelDefinitionOrBuildergetModelDefinitionOrBuilder()The full model definition (populated via JOIN)floatgetWeight()Routing weight for traffic distributionbooleanhasCreatedAt()Timestamp (milliseconds since epoch) when the mapping was createdbooleanhasCreatedBy()User ID who created the mappingbooleanhasEndpointId()ID of the endpointbooleanhasMappingId()Unique identifier for this mappingbooleanhasModelDefinition()The full model definition (populated via JOIN)booleanhasModelDefinitionId()ID of the model definitionbooleanhasWeight()Routing weight for traffic distribution-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMappingId
boolean hasMappingId()
Unique identifier for this mapping
optional string mapping_id = 1;- Returns:
- Whether the mappingId field is set.
-
getMappingId
java.lang.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
java.lang.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
java.lang.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
java.lang.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.
-
-