Package org.mlflow.api.proto
Interface Service.CreateGatewayEndpointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.CreateGatewayEndpoint,Service.CreateGatewayEndpoint.Builder
- Enclosing class:
- Service
public static interface Service.CreateGatewayEndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionUsername of the creatorcom.google.protobuf.ByteStringUsername of the creatorOptional experiment ID for tracing.com.google.protobuf.ByteStringOptional experiment ID for tracing.Optional fallback configuration (includes strategy, max_attempts)Optional fallback configuration (includes strategy, max_attempts)getModelConfigs(int index) List of model configurationsintList of model configurationsList of model configurationsgetModelConfigsOrBuilder(int index) List of model configurationsList<? extends Service.GatewayEndpointModelConfigOrBuilder>List of model configurationsgetName()Optional user-friendly name for the endpointcom.google.protobuf.ByteStringOptional user-friendly name for the endpointOptional routing strategy for the endpointbooleanWhether to enable usage tracking for this endpoint.booleanUsername of the creatorbooleanOptional experiment ID for tracing.booleanOptional fallback configuration (includes strategy, max_attempts)booleanhasName()Optional user-friendly name for the endpointbooleanOptional routing strategy for the endpointbooleanWhether to enable usage tracking for this endpoint.Methods 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
-
hasName
boolean hasName()Optional user-friendly name for the endpoint
optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()Optional user-friendly name for the endpoint
optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Optional user-friendly name for the endpoint
optional string name = 1;- Returns:
- The bytes for name.
-
getModelConfigsList
List<Service.GatewayEndpointModelConfig> getModelConfigsList()List of model configurations
repeated .mlflow.GatewayEndpointModelConfig model_configs = 2; -
getModelConfigs
List of model configurations
repeated .mlflow.GatewayEndpointModelConfig model_configs = 2; -
getModelConfigsCount
int getModelConfigsCount()List of model configurations
repeated .mlflow.GatewayEndpointModelConfig model_configs = 2; -
getModelConfigsOrBuilderList
List<? extends Service.GatewayEndpointModelConfigOrBuilder> getModelConfigsOrBuilderList()List of model configurations
repeated .mlflow.GatewayEndpointModelConfig model_configs = 2; -
getModelConfigsOrBuilder
List of model configurations
repeated .mlflow.GatewayEndpointModelConfig model_configs = 2; -
hasCreatedBy
boolean hasCreatedBy()Username of the creator
optional string created_by = 3;- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
String getCreatedBy()Username of the creator
optional string created_by = 3;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()Username of the creator
optional string created_by = 3;- Returns:
- The bytes for createdBy.
-
hasRoutingStrategy
boolean hasRoutingStrategy()Optional routing strategy for the endpoint
optional .mlflow.RoutingStrategy routing_strategy = 4;- Returns:
- Whether the routingStrategy field is set.
-
getRoutingStrategy
Service.RoutingStrategy getRoutingStrategy()Optional routing strategy for the endpoint
optional .mlflow.RoutingStrategy routing_strategy = 4;- Returns:
- The routingStrategy.
-
hasFallbackConfig
boolean hasFallbackConfig()Optional fallback configuration (includes strategy, max_attempts)
optional .mlflow.FallbackConfig fallback_config = 5;- Returns:
- Whether the fallbackConfig field is set.
-
getFallbackConfig
Service.FallbackConfig getFallbackConfig()Optional fallback configuration (includes strategy, max_attempts)
optional .mlflow.FallbackConfig fallback_config = 5;- Returns:
- The fallbackConfig.
-
getFallbackConfigOrBuilder
Service.FallbackConfigOrBuilder getFallbackConfigOrBuilder()Optional fallback configuration (includes strategy, max_attempts)
optional .mlflow.FallbackConfig fallback_config = 5; -
hasExperimentId
boolean hasExperimentId()Optional experiment ID for tracing. Only used when usage_tracking is true. If not provided and usage_tracking is true, an experiment will be auto-created.
optional string experiment_id = 6;- Returns:
- Whether the experimentId field is set.
-
getExperimentId
String getExperimentId()Optional experiment ID for tracing. Only used when usage_tracking is true. If not provided and usage_tracking is true, an experiment will be auto-created.
optional string experiment_id = 6;- Returns:
- The experimentId.
-
getExperimentIdBytes
com.google.protobuf.ByteString getExperimentIdBytes()Optional experiment ID for tracing. Only used when usage_tracking is true. If not provided and usage_tracking is true, an experiment will be auto-created.
optional string experiment_id = 6;- Returns:
- The bytes for experimentId.
-
hasUsageTracking
boolean hasUsageTracking()Whether to enable usage tracking for this endpoint. Defaults to false. When true, traces will be logged for endpoint invocations.
optional bool usage_tracking = 7;- Returns:
- Whether the usageTracking field is set.
-
getUsageTracking
boolean getUsageTracking()Whether to enable usage tracking for this endpoint. Defaults to false. When true, traces will be logged for endpoint invocations.
optional bool usage_tracking = 7;- Returns:
- The usageTracking.
-