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