Uses of Class
org.apache.camel.component.torchserve.client.model.ModelDetail
Packages that use ModelDetail
Package
Description
-
Uses of ModelDetail in org.apache.camel.component.torchserve.client
Methods in org.apache.camel.component.torchserve.client that return types with arguments of type ModelDetailModifier and TypeMethodDescriptionManagement.describeModel(String modelName) Provides detailed information about the default version of a model.Management.describeModel(String modelName, String modelVersion) Provides detailed information about the specified version of a model. -
Uses of ModelDetail in org.apache.camel.component.torchserve.client.impl
Methods in org.apache.camel.component.torchserve.client.impl that return types with arguments of type ModelDetailModifier and TypeMethodDescriptionDefaultManagement.describeModel(String modelName) DefaultManagement.describeModel(String modelName, String modelVersion) -
Uses of ModelDetail in org.apache.camel.component.torchserve.client.model
Methods in org.apache.camel.component.torchserve.client.model that return ModelDetailModifier and TypeMethodDescriptionstatic ModelDetailModelDetail.from(DescribeModel200ResponseInner src)