Uses of Class
org.mlflow.api.proto.Service.GatewayEndpoint.Builder
Packages that use Service.GatewayEndpoint.Builder
-
Uses of Service.GatewayEndpoint.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.GatewayEndpoint.BuilderModifier and TypeMethodDescriptionService.GatewayEndpoint.Builder.addAllModelMappings(Iterable<? extends Service.GatewayEndpointModelMapping> values) List of model mappings bound to this endpointService.GatewayEndpoint.Builder.addAllTags(Iterable<? extends Service.GatewayEndpointTag> values) Tags associated with the endpointService.ListGatewayEndpoints.Response.Builder.addEndpointsBuilder()List of endpoints with their model configurationsService.ListGatewayEndpoints.Response.Builder.addEndpointsBuilder(int index) List of endpoints with their model configurationsService.GatewayEndpoint.Builder.addModelMappings(int index, Service.GatewayEndpointModelMapping value) List of model mappings bound to this endpointService.GatewayEndpoint.Builder.addModelMappings(int index, Service.GatewayEndpointModelMapping.Builder builderForValue) List of model mappings bound to this endpointService.GatewayEndpoint.Builder.addModelMappings(Service.GatewayEndpointModelMapping value) List of model mappings bound to this endpointService.GatewayEndpoint.Builder.addModelMappings(Service.GatewayEndpointModelMapping.Builder builderForValue) List of model mappings bound to this endpointService.GatewayEndpoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.GatewayEndpoint.Builder.addTags(int index, Service.GatewayEndpointTag value) Tags associated with the endpointService.GatewayEndpoint.Builder.addTags(int index, Service.GatewayEndpointTag.Builder builderForValue) Tags associated with the endpointService.GatewayEndpoint.Builder.addTags(Service.GatewayEndpointTag value) Tags associated with the endpointService.GatewayEndpoint.Builder.addTags(Service.GatewayEndpointTag.Builder builderForValue) Tags associated with the endpointService.GatewayEndpoint.Builder.clear()Service.GatewayEndpoint.Builder.clearCreatedAt()Timestamp (milliseconds since epoch) when the endpoint was createdService.GatewayEndpoint.Builder.clearCreatedBy()User ID who created the endpointService.GatewayEndpoint.Builder.clearEndpointId()Unique identifier for the endpointService.GatewayEndpoint.Builder.clearExperimentId()ID of the MLflow experiment where traces for this endpoint are loggedService.GatewayEndpoint.Builder.clearFallbackConfig()Fallback configuration (populated if routing_strategy is FALLBACK)Service.GatewayEndpoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Service.GatewayEndpoint.Builder.clearLastUpdatedAt()Timestamp (milliseconds since epoch) when the endpoint was last updatedService.GatewayEndpoint.Builder.clearLastUpdatedBy()User ID who last updated the endpointService.GatewayEndpoint.Builder.clearModelMappings()List of model mappings bound to this endpointService.GatewayEndpoint.Builder.clearName()User-friendly name for the endpointService.GatewayEndpoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.GatewayEndpoint.Builder.clearRoutingStrategy()Routing strategy for the endpointService.GatewayEndpoint.Builder.clearTags()Tags associated with the endpointService.GatewayEndpoint.Builder.clearUsageTracking()Whether usage tracking is enabled for this endpoint.Service.GatewayEndpoint.Builder.clone()Service.CreateGatewayEndpoint.Response.Builder.getEndpointBuilder()The created endpoint with all model mappingsService.GetGatewayEndpoint.Response.Builder.getEndpointBuilder()The endpoint with all model configurationsService.UpdateGatewayEndpoint.Response.Builder.getEndpointBuilder()The updated endpointService.ListGatewayEndpoints.Response.Builder.getEndpointsBuilder(int index) List of endpoints with their model configurationsService.GatewayEndpoint.Builder.mergeFallbackConfig(Service.FallbackConfig value) Fallback configuration (populated if routing_strategy is FALLBACK)Service.GatewayEndpoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GatewayEndpoint.Builder.mergeFrom(com.google.protobuf.Message other) Service.GatewayEndpoint.Builder.mergeFrom(Service.GatewayEndpoint other) Service.GatewayEndpoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.GatewayEndpoint.newBuilder()Service.GatewayEndpoint.newBuilder(Service.GatewayEndpoint prototype) Service.GatewayEndpoint.newBuilderForType()protected Service.GatewayEndpoint.BuilderService.GatewayEndpoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.GatewayEndpoint.Builder.removeModelMappings(int index) List of model mappings bound to this endpointService.GatewayEndpoint.Builder.removeTags(int index) Tags associated with the endpointService.GatewayEndpoint.Builder.setCreatedAt(long value) Timestamp (milliseconds since epoch) when the endpoint was createdService.GatewayEndpoint.Builder.setCreatedBy(String value) User ID who created the endpointService.GatewayEndpoint.Builder.setCreatedByBytes(com.google.protobuf.ByteString value) User ID who created the endpointService.GatewayEndpoint.Builder.setEndpointId(String value) Unique identifier for the endpointService.GatewayEndpoint.Builder.setEndpointIdBytes(com.google.protobuf.ByteString value) Unique identifier for the endpointService.GatewayEndpoint.Builder.setExperimentId(String value) ID of the MLflow experiment where traces for this endpoint are loggedService.GatewayEndpoint.Builder.setExperimentIdBytes(com.google.protobuf.ByteString value) ID of the MLflow experiment where traces for this endpoint are loggedService.GatewayEndpoint.Builder.setFallbackConfig(Service.FallbackConfig value) Fallback configuration (populated if routing_strategy is FALLBACK)Service.GatewayEndpoint.Builder.setFallbackConfig(Service.FallbackConfig.Builder builderForValue) Fallback configuration (populated if routing_strategy is FALLBACK)Service.GatewayEndpoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.GatewayEndpoint.Builder.setLastUpdatedAt(long value) Timestamp (milliseconds since epoch) when the endpoint was last updatedService.GatewayEndpoint.Builder.setLastUpdatedBy(String value) User ID who last updated the endpointService.GatewayEndpoint.Builder.setLastUpdatedByBytes(com.google.protobuf.ByteString value) User ID who last updated the endpointService.GatewayEndpoint.Builder.setModelMappings(int index, Service.GatewayEndpointModelMapping value) List of model mappings bound to this endpointService.GatewayEndpoint.Builder.setModelMappings(int index, Service.GatewayEndpointModelMapping.Builder builderForValue) List of model mappings bound to this endpointUser-friendly name for the endpointService.GatewayEndpoint.Builder.setNameBytes(com.google.protobuf.ByteString value) User-friendly name for the endpointService.GatewayEndpoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.GatewayEndpoint.Builder.setRoutingStrategy(Service.RoutingStrategy value) Routing strategy for the endpointService.GatewayEndpoint.Builder.setTags(int index, Service.GatewayEndpointTag value) Tags associated with the endpointService.GatewayEndpoint.Builder.setTags(int index, Service.GatewayEndpointTag.Builder builderForValue) Tags associated with the endpointService.GatewayEndpoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.GatewayEndpoint.Builder.setUsageTracking(boolean value) Whether usage tracking is enabled for this endpoint.Service.GatewayEndpoint.toBuilder()Methods in org.mlflow.api.proto that return types with arguments of type Service.GatewayEndpoint.BuilderModifier and TypeMethodDescriptionService.ListGatewayEndpoints.Response.Builder.getEndpointsBuilderList()List of endpoints with their model configurationsMethods in org.mlflow.api.proto with parameters of type Service.GatewayEndpoint.BuilderModifier and TypeMethodDescriptionService.ListGatewayEndpoints.Response.Builder.addEndpoints(int index, Service.GatewayEndpoint.Builder builderForValue) List of endpoints with their model configurationsService.ListGatewayEndpoints.Response.Builder.addEndpoints(Service.GatewayEndpoint.Builder builderForValue) List of endpoints with their model configurationsService.CreateGatewayEndpoint.Response.Builder.setEndpoint(Service.GatewayEndpoint.Builder builderForValue) The created endpoint with all model mappingsService.GetGatewayEndpoint.Response.Builder.setEndpoint(Service.GatewayEndpoint.Builder builderForValue) The endpoint with all model configurationsService.UpdateGatewayEndpoint.Response.Builder.setEndpoint(Service.GatewayEndpoint.Builder builderForValue) The updated endpointService.ListGatewayEndpoints.Response.Builder.setEndpoints(int index, Service.GatewayEndpoint.Builder builderForValue) List of endpoints with their model configurations