Uses of Class
org.mlflow.api.proto.Service.GatewayEndpointModelConfig
Packages that use Service.GatewayEndpointModelConfig
-
Uses of Service.GatewayEndpointModelConfig in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.GatewayEndpointModelConfigModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Service.GatewayEndpointModelConfig>Service.GatewayEndpointModelConfig.PARSERDeprecated.Methods in org.mlflow.api.proto that return Service.GatewayEndpointModelConfigModifier and TypeMethodDescriptionService.GatewayEndpointModelConfig.Builder.build()Service.GatewayEndpointModelConfig.Builder.buildPartial()Service.GatewayEndpointModelConfig.getDefaultInstance()Service.GatewayEndpointModelConfig.Builder.getDefaultInstanceForType()Service.GatewayEndpointModelConfig.getDefaultInstanceForType()Service.AttachModelToGatewayEndpoint.Builder.getModelConfig()Configuration for the model to attachService.AttachModelToGatewayEndpoint.getModelConfig()Configuration for the model to attachService.AttachModelToGatewayEndpointOrBuilder.getModelConfig()Configuration for the model to attachService.CreateGatewayEndpoint.Builder.getModelConfigs(int index) List of model configurationsService.CreateGatewayEndpoint.getModelConfigs(int index) List of model configurationsService.CreateGatewayEndpointOrBuilder.getModelConfigs(int index) List of model configurationsService.UpdateGatewayEndpoint.Builder.getModelConfigs(int index) Optional new list of model configurations (replaces all existing model linkages)Service.UpdateGatewayEndpoint.getModelConfigs(int index) Optional new list of model configurations (replaces all existing model linkages)Service.UpdateGatewayEndpointOrBuilder.getModelConfigs(int index) Optional new list of model configurations (replaces all existing model linkages)Service.GatewayEndpointModelConfig.parseDelimitedFrom(InputStream input) Service.GatewayEndpointModelConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GatewayEndpointModelConfig.parseFrom(byte[] data) Service.GatewayEndpointModelConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GatewayEndpointModelConfig.parseFrom(com.google.protobuf.ByteString data) Service.GatewayEndpointModelConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GatewayEndpointModelConfig.parseFrom(com.google.protobuf.CodedInputStream input) Service.GatewayEndpointModelConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GatewayEndpointModelConfig.parseFrom(InputStream input) Service.GatewayEndpointModelConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GatewayEndpointModelConfig.parseFrom(ByteBuffer data) Service.GatewayEndpointModelConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.GatewayEndpointModelConfigModifier and TypeMethodDescriptionService.CreateGatewayEndpoint.Builder.getModelConfigsList()List of model configurationsService.CreateGatewayEndpoint.getModelConfigsList()List of model configurationsService.CreateGatewayEndpointOrBuilder.getModelConfigsList()List of model configurationsService.UpdateGatewayEndpoint.Builder.getModelConfigsList()Optional new list of model configurations (replaces all existing model linkages)Service.UpdateGatewayEndpoint.getModelConfigsList()Optional new list of model configurations (replaces all existing model linkages)Service.UpdateGatewayEndpointOrBuilder.getModelConfigsList()Optional new list of model configurations (replaces all existing model linkages)com.google.protobuf.Parser<Service.GatewayEndpointModelConfig>Service.GatewayEndpointModelConfig.getParserForType()static com.google.protobuf.Parser<Service.GatewayEndpointModelConfig>Service.GatewayEndpointModelConfig.parser()Methods in org.mlflow.api.proto with parameters of type Service.GatewayEndpointModelConfigModifier and TypeMethodDescriptionService.CreateGatewayEndpoint.Builder.addModelConfigs(int index, Service.GatewayEndpointModelConfig value) List of model configurationsService.CreateGatewayEndpoint.Builder.addModelConfigs(Service.GatewayEndpointModelConfig value) List of model configurationsService.UpdateGatewayEndpoint.Builder.addModelConfigs(int index, Service.GatewayEndpointModelConfig value) 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.GatewayEndpointModelConfig.Builder.mergeFrom(Service.GatewayEndpointModelConfig other) Service.AttachModelToGatewayEndpoint.Builder.mergeModelConfig(Service.GatewayEndpointModelConfig value) Configuration for the model to attachService.GatewayEndpointModelConfig.newBuilder(Service.GatewayEndpointModelConfig prototype) Service.AttachModelToGatewayEndpoint.Builder.setModelConfig(Service.GatewayEndpointModelConfig value) Configuration for the model to attachService.CreateGatewayEndpoint.Builder.setModelConfigs(int index, Service.GatewayEndpointModelConfig value) List of model configurationsService.UpdateGatewayEndpoint.Builder.setModelConfigs(int index, Service.GatewayEndpointModelConfig value) Optional new list of model configurations (replaces all existing model linkages)Method parameters in org.mlflow.api.proto with type arguments of type Service.GatewayEndpointModelConfigModifier and TypeMethodDescriptionService.CreateGatewayEndpoint.Builder.addAllModelConfigs(Iterable<? extends Service.GatewayEndpointModelConfig> values) List of model configurationsService.UpdateGatewayEndpoint.Builder.addAllModelConfigs(Iterable<? extends Service.GatewayEndpointModelConfig> values) Optional new list of model configurations (replaces all existing model linkages)