Package org.mlflow.api.proto
Interface Service.AttachModelToGatewayEndpointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.AttachModelToGatewayEndpoint,Service.AttachModelToGatewayEndpoint.Builder
- Enclosing class:
- Service
public static interface Service.AttachModelToGatewayEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCreatedBy()Username of the creatorcom.google.protobuf.ByteStringgetCreatedByBytes()Username of the creatorjava.lang.StringgetEndpointId()ID of the endpoint to attach the model tocom.google.protobuf.ByteStringgetEndpointIdBytes()ID of the endpoint to attach the model tojava.lang.StringgetModelDefinitionId()ID of the model definition to attachcom.google.protobuf.ByteStringgetModelDefinitionIdBytes()ID of the model definition to attachfloatgetWeight()Optional routing weight (default 1)booleanhasCreatedBy()Username of the creatorbooleanhasEndpointId()ID of the endpoint to attach the model tobooleanhasModelDefinitionId()ID of the model definition to attachbooleanhasWeight()Optional routing weight (default 1)-
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()
ID of the endpoint to attach the model to
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
java.lang.String getEndpointId()
ID of the endpoint to attach the model to
optional string endpoint_id = 1;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()
ID of the endpoint to attach the model to
optional string endpoint_id = 1;- Returns:
- The bytes for endpointId.
-
hasModelDefinitionId
boolean hasModelDefinitionId()
ID of the model definition to attach
optional string model_definition_id = 2;- Returns:
- Whether the modelDefinitionId field is set.
-
getModelDefinitionId
java.lang.String getModelDefinitionId()
ID of the model definition to attach
optional string model_definition_id = 2;- Returns:
- The modelDefinitionId.
-
getModelDefinitionIdBytes
com.google.protobuf.ByteString getModelDefinitionIdBytes()
ID of the model definition to attach
optional string model_definition_id = 2;- Returns:
- The bytes for modelDefinitionId.
-
hasWeight
boolean hasWeight()
Optional routing weight (default 1)
optional float weight = 3;- Returns:
- Whether the weight field is set.
-
getWeight
float getWeight()
Optional routing weight (default 1)
optional float weight = 3;- Returns:
- The weight.
-
hasCreatedBy
boolean hasCreatedBy()
Username of the creator
optional string created_by = 4;- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
java.lang.String getCreatedBy()
Username of the creator
optional string created_by = 4;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()
Username of the creator
optional string created_by = 4;- Returns:
- The bytes for createdBy.
-
-