Uses of Class
org.mlflow.api.proto.Service.UpdateGatewayEndpoint.Builder
Packages that use Service.UpdateGatewayEndpoint.Builder
-
Uses of Service.UpdateGatewayEndpoint.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.UpdateGatewayEndpoint.BuilderModifier and TypeMethodDescriptionService.UpdateGatewayEndpoint.Builder.addAllModelConfigs(Iterable<? extends Service.GatewayEndpointModelConfig> values) Optional new list of model configurations (replaces all existing model linkages)Service.UpdateGatewayEndpoint.Builder.addModelConfigs(int index, Service.GatewayEndpointModelConfig value) Optional new list of model configurations (replaces all existing model linkages)Service.UpdateGatewayEndpoint.Builder.addModelConfigs(int index, Service.GatewayEndpointModelConfig.Builder builderForValue) Optional new list of model configurations (replaces all existing model linkages)Service.UpdateGatewayEndpoint.Builder.addModelConfigs(Service.GatewayEndpointModelConfig value) Optional new list of model configurations (replaces all existing model linkages)Service.UpdateGatewayEndpoint.Builder.addModelConfigs(Service.GatewayEndpointModelConfig.Builder builderForValue) Optional new list of model configurations (replaces all existing model linkages)Service.UpdateGatewayEndpoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.UpdateGatewayEndpoint.Builder.clear()Service.UpdateGatewayEndpoint.Builder.clearEndpointId()ID of the endpoint to updateService.UpdateGatewayEndpoint.Builder.clearExperimentId()Optional experiment ID for tracing.Service.UpdateGatewayEndpoint.Builder.clearFallbackConfig()Optional fallback configuration (includes strategy, max_attempts)Service.UpdateGatewayEndpoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Service.UpdateGatewayEndpoint.Builder.clearModelConfigs()Optional new list of model configurations (replaces all existing model linkages)Service.UpdateGatewayEndpoint.Builder.clearName()Optional new name for the endpointService.UpdateGatewayEndpoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.UpdateGatewayEndpoint.Builder.clearRoutingStrategy()Optional new routing strategy for the endpointService.UpdateGatewayEndpoint.Builder.clearUpdatedBy()Username of the updaterService.UpdateGatewayEndpoint.Builder.clearUsageTracking()Whether to enable usage tracking for this endpoint.Service.UpdateGatewayEndpoint.Builder.clone()Service.UpdateGatewayEndpoint.Builder.mergeFallbackConfig(Service.FallbackConfig value) Optional fallback configuration (includes strategy, max_attempts)Service.UpdateGatewayEndpoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.UpdateGatewayEndpoint.Builder.mergeFrom(com.google.protobuf.Message other) Service.UpdateGatewayEndpoint.Builder.mergeFrom(Service.UpdateGatewayEndpoint other) Service.UpdateGatewayEndpoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.UpdateGatewayEndpoint.newBuilder()Service.UpdateGatewayEndpoint.newBuilder(Service.UpdateGatewayEndpoint prototype) Service.UpdateGatewayEndpoint.newBuilderForType()protected Service.UpdateGatewayEndpoint.BuilderService.UpdateGatewayEndpoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.UpdateGatewayEndpoint.Builder.removeModelConfigs(int index) Optional new list of model configurations (replaces all existing model linkages)Service.UpdateGatewayEndpoint.Builder.setEndpointId(String value) ID of the endpoint to updateService.UpdateGatewayEndpoint.Builder.setEndpointIdBytes(com.google.protobuf.ByteString value) ID of the endpoint to updateService.UpdateGatewayEndpoint.Builder.setExperimentId(String value) Optional experiment ID for tracing.Service.UpdateGatewayEndpoint.Builder.setExperimentIdBytes(com.google.protobuf.ByteString value) Optional experiment ID for tracing.Service.UpdateGatewayEndpoint.Builder.setFallbackConfig(Service.FallbackConfig value) Optional fallback configuration (includes strategy, max_attempts)Service.UpdateGatewayEndpoint.Builder.setFallbackConfig(Service.FallbackConfig.Builder builderForValue) Optional fallback configuration (includes strategy, max_attempts)Service.UpdateGatewayEndpoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.UpdateGatewayEndpoint.Builder.setModelConfigs(int index, Service.GatewayEndpointModelConfig value) Optional new list of model configurations (replaces all existing model linkages)Service.UpdateGatewayEndpoint.Builder.setModelConfigs(int index, Service.GatewayEndpointModelConfig.Builder builderForValue) Optional new list of model configurations (replaces all existing model linkages)Optional new name for the endpointService.UpdateGatewayEndpoint.Builder.setNameBytes(com.google.protobuf.ByteString value) Optional new name for the endpointService.UpdateGatewayEndpoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.UpdateGatewayEndpoint.Builder.setRoutingStrategy(Service.RoutingStrategy value) Optional new routing strategy for the endpointService.UpdateGatewayEndpoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.UpdateGatewayEndpoint.Builder.setUpdatedBy(String value) Username of the updaterService.UpdateGatewayEndpoint.Builder.setUpdatedByBytes(com.google.protobuf.ByteString value) Username of the updaterService.UpdateGatewayEndpoint.Builder.setUsageTracking(boolean value) Whether to enable usage tracking for this endpoint.Service.UpdateGatewayEndpoint.toBuilder()