Package org.mlflow.api.proto
Interface Service.DetachModelFromGatewayEndpointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.DetachModelFromGatewayEndpoint,Service.DetachModelFromGatewayEndpoint.Builder
- Enclosing class:
- Service
public static interface Service.DetachModelFromGatewayEndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionID of the endpointcom.google.protobuf.ByteStringID of the endpointID of the model definition to detachcom.google.protobuf.ByteStringID of the model definition to detachbooleanID of the endpointbooleanID of the model definition to detachMethods 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()ID of the endpoint
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
String getEndpointId()ID of the endpoint
optional string endpoint_id = 1;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()ID of the endpoint
optional string endpoint_id = 1;- Returns:
- The bytes for endpointId.
-
hasModelDefinitionId
boolean hasModelDefinitionId()ID of the model definition to detach
optional string model_definition_id = 2;- Returns:
- Whether the modelDefinitionId field is set.
-
getModelDefinitionId
String getModelDefinitionId()ID of the model definition to detach
optional string model_definition_id = 2;- Returns:
- The modelDefinitionId.
-
getModelDefinitionIdBytes
com.google.protobuf.ByteString getModelDefinitionIdBytes()ID of the model definition to detach
optional string model_definition_id = 2;- Returns:
- The bytes for modelDefinitionId.
-