Uses of Class
org.mlflow.api.proto.Service.GatewayEndpointBinding.Builder
Packages that use Service.GatewayEndpointBinding.Builder
-
Uses of Service.GatewayEndpointBinding.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.GatewayEndpointBinding.BuilderModifier and TypeMethodDescriptionService.ListGatewayEndpointBindings.Response.Builder.addBindingsBuilder()List of bindings for the endpointService.ListGatewayEndpointBindings.Response.Builder.addBindingsBuilder(int index) List of bindings for the endpointService.GatewayEndpointBinding.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.GatewayEndpointBinding.Builder.clear()Service.GatewayEndpointBinding.Builder.clearCreatedAt()Timestamp (milliseconds since epoch) when the binding was createdService.GatewayEndpointBinding.Builder.clearCreatedBy()User ID who created the bindingService.GatewayEndpointBinding.Builder.clearDisplayName()Fields 8-9 reserved - endpoint_name and model_mappings removed (join client-side) Human-readable display name for the resource (e.g., scorer name)Service.GatewayEndpointBinding.Builder.clearEndpointId()ID of the endpoint this binding referencesService.GatewayEndpointBinding.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Service.GatewayEndpointBinding.Builder.clearLastUpdatedAt()Timestamp (milliseconds since epoch) when the binding was last updatedService.GatewayEndpointBinding.Builder.clearLastUpdatedBy()User ID who last updated the bindingService.GatewayEndpointBinding.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.GatewayEndpointBinding.Builder.clearResourceId()ID of the specific resource instanceService.GatewayEndpointBinding.Builder.clearResourceType()Type of MLflow resource (e.g., "scorer")Service.GatewayEndpointBinding.Builder.clone()Service.CreateGatewayEndpointBinding.Response.Builder.getBindingBuilder()The created bindingService.ListGatewayEndpointBindings.Response.Builder.getBindingsBuilder(int index) List of bindings for the endpointService.GatewayEndpointBinding.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GatewayEndpointBinding.Builder.mergeFrom(com.google.protobuf.Message other) Service.GatewayEndpointBinding.Builder.mergeFrom(Service.GatewayEndpointBinding other) Service.GatewayEndpointBinding.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.GatewayEndpointBinding.newBuilder()Service.GatewayEndpointBinding.newBuilder(Service.GatewayEndpointBinding prototype) Service.GatewayEndpointBinding.newBuilderForType()protected Service.GatewayEndpointBinding.BuilderService.GatewayEndpointBinding.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.GatewayEndpointBinding.Builder.setCreatedAt(long value) Timestamp (milliseconds since epoch) when the binding was createdService.GatewayEndpointBinding.Builder.setCreatedBy(String value) User ID who created the bindingService.GatewayEndpointBinding.Builder.setCreatedByBytes(com.google.protobuf.ByteString value) User ID who created the bindingService.GatewayEndpointBinding.Builder.setDisplayName(String value) Fields 8-9 reserved - endpoint_name and model_mappings removed (join client-side) Human-readable display name for the resource (e.g., scorer name)Service.GatewayEndpointBinding.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Fields 8-9 reserved - endpoint_name and model_mappings removed (join client-side) Human-readable display name for the resource (e.g., scorer name)Service.GatewayEndpointBinding.Builder.setEndpointId(String value) ID of the endpoint this binding referencesService.GatewayEndpointBinding.Builder.setEndpointIdBytes(com.google.protobuf.ByteString value) ID of the endpoint this binding referencesService.GatewayEndpointBinding.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.GatewayEndpointBinding.Builder.setLastUpdatedAt(long value) Timestamp (milliseconds since epoch) when the binding was last updatedService.GatewayEndpointBinding.Builder.setLastUpdatedBy(String value) User ID who last updated the bindingService.GatewayEndpointBinding.Builder.setLastUpdatedByBytes(com.google.protobuf.ByteString value) User ID who last updated the bindingService.GatewayEndpointBinding.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.GatewayEndpointBinding.Builder.setResourceId(String value) ID of the specific resource instanceService.GatewayEndpointBinding.Builder.setResourceIdBytes(com.google.protobuf.ByteString value) ID of the specific resource instanceService.GatewayEndpointBinding.Builder.setResourceType(String value) Type of MLflow resource (e.g., "scorer")Service.GatewayEndpointBinding.Builder.setResourceTypeBytes(com.google.protobuf.ByteString value) Type of MLflow resource (e.g., "scorer")Service.GatewayEndpointBinding.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.GatewayEndpointBinding.toBuilder()Methods in org.mlflow.api.proto that return types with arguments of type Service.GatewayEndpointBinding.BuilderModifier and TypeMethodDescriptionService.ListGatewayEndpointBindings.Response.Builder.getBindingsBuilderList()List of bindings for the endpointMethods in org.mlflow.api.proto with parameters of type Service.GatewayEndpointBinding.BuilderModifier and TypeMethodDescriptionService.ListGatewayEndpointBindings.Response.Builder.addBindings(int index, Service.GatewayEndpointBinding.Builder builderForValue) List of bindings for the endpointService.ListGatewayEndpointBindings.Response.Builder.addBindings(Service.GatewayEndpointBinding.Builder builderForValue) List of bindings for the endpointService.CreateGatewayEndpointBinding.Response.Builder.setBinding(Service.GatewayEndpointBinding.Builder builderForValue) The created bindingService.ListGatewayEndpointBindings.Response.Builder.setBindings(int index, Service.GatewayEndpointBinding.Builder builderForValue) List of bindings for the endpoint