Package org.mlflow.api.proto
Interface Service.UpdateGatewayEndpointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.UpdateGatewayEndpoint,Service.UpdateGatewayEndpoint.Builder
- Enclosing class:
- Service
public static interface Service.UpdateGatewayEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEndpointId()ID of the endpoint to updatecom.google.protobuf.ByteStringgetEndpointIdBytes()ID of the endpoint to updateService.FallbackConfiggetFallbackConfig()Optional fallback configuration (includes strategy, max_attempts)Service.FallbackConfigOrBuildergetFallbackConfigOrBuilder()Optional fallback configuration (includes strategy, max_attempts)Service.GatewayEndpointModelConfiggetModelConfigs(int index)Optional new list of model configurations (replaces all existing model linkages)intgetModelConfigsCount()Optional new list of model configurations (replaces all existing model linkages)java.util.List<Service.GatewayEndpointModelConfig>getModelConfigsList()Optional new list of model configurations (replaces all existing model linkages)Service.GatewayEndpointModelConfigOrBuildergetModelConfigsOrBuilder(int index)Optional new list of model configurations (replaces all existing model linkages)java.util.List<? extends Service.GatewayEndpointModelConfigOrBuilder>getModelConfigsOrBuilderList()Optional new list of model configurations (replaces all existing model linkages)java.lang.StringgetName()Optional new name for the endpointcom.google.protobuf.ByteStringgetNameBytes()Optional new name for the endpointService.RoutingStrategygetRoutingStrategy()Optional new routing strategy for the endpointjava.lang.StringgetUpdatedBy()Username of the updatercom.google.protobuf.ByteStringgetUpdatedByBytes()Username of the updaterbooleanhasEndpointId()ID of the endpoint to updatebooleanhasFallbackConfig()Optional fallback configuration (includes strategy, max_attempts)booleanhasName()Optional new name for the endpointbooleanhasRoutingStrategy()Optional new routing strategy for the endpointbooleanhasUpdatedBy()Username of the updater-
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 update
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
java.lang.String getEndpointId()
ID of the endpoint to update
optional string endpoint_id = 1;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()
ID of the endpoint to update
optional string endpoint_id = 1;- Returns:
- The bytes for endpointId.
-
hasName
boolean hasName()
Optional new name for the endpoint
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()
Optional new name for the endpoint
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Optional new name for the endpoint
optional string name = 2;- Returns:
- The bytes for name.
-
hasUpdatedBy
boolean hasUpdatedBy()
Username of the updater
optional string updated_by = 3;- Returns:
- Whether the updatedBy field is set.
-
getUpdatedBy
java.lang.String getUpdatedBy()
Username of the updater
optional string updated_by = 3;- Returns:
- The updatedBy.
-
getUpdatedByBytes
com.google.protobuf.ByteString getUpdatedByBytes()
Username of the updater
optional string updated_by = 3;- Returns:
- The bytes for updatedBy.
-
getModelConfigsList
java.util.List<Service.GatewayEndpointModelConfig> getModelConfigsList()
Optional new list of model configurations (replaces all existing model linkages)
repeated .mlflow.GatewayEndpointModelConfig model_configs = 4;
-
getModelConfigs
Service.GatewayEndpointModelConfig getModelConfigs(int index)
Optional new list of model configurations (replaces all existing model linkages)
repeated .mlflow.GatewayEndpointModelConfig model_configs = 4;
-
getModelConfigsCount
int getModelConfigsCount()
Optional new list of model configurations (replaces all existing model linkages)
repeated .mlflow.GatewayEndpointModelConfig model_configs = 4;
-
getModelConfigsOrBuilderList
java.util.List<? extends Service.GatewayEndpointModelConfigOrBuilder> getModelConfigsOrBuilderList()
Optional new list of model configurations (replaces all existing model linkages)
repeated .mlflow.GatewayEndpointModelConfig model_configs = 4;
-
getModelConfigsOrBuilder
Service.GatewayEndpointModelConfigOrBuilder getModelConfigsOrBuilder(int index)
Optional new list of model configurations (replaces all existing model linkages)
repeated .mlflow.GatewayEndpointModelConfig model_configs = 4;
-
hasRoutingStrategy
boolean hasRoutingStrategy()
Optional new routing strategy for the endpoint
optional .mlflow.RoutingStrategy routing_strategy = 5;- Returns:
- Whether the routingStrategy field is set.
-
getRoutingStrategy
Service.RoutingStrategy getRoutingStrategy()
Optional new routing strategy for the endpoint
optional .mlflow.RoutingStrategy routing_strategy = 5;- Returns:
- The routingStrategy.
-
hasFallbackConfig
boolean hasFallbackConfig()
Optional fallback configuration (includes strategy, max_attempts)
optional .mlflow.FallbackConfig fallback_config = 6;- Returns:
- Whether the fallbackConfig field is set.
-
getFallbackConfig
Service.FallbackConfig getFallbackConfig()
Optional fallback configuration (includes strategy, max_attempts)
optional .mlflow.FallbackConfig fallback_config = 6;- Returns:
- The fallbackConfig.
-
getFallbackConfigOrBuilder
Service.FallbackConfigOrBuilder getFallbackConfigOrBuilder()
Optional fallback configuration (includes strategy, max_attempts)
optional .mlflow.FallbackConfig fallback_config = 6;
-
-