Uses of Class
org.apache.camel.component.torchserve.client.management.model.DescribeModel200ResponseInner
Packages that use DescribeModel200ResponseInner
Package
Description
-
Uses of DescribeModel200ResponseInner in org.apache.camel.component.torchserve.client.management.api
Methods in org.apache.camel.component.torchserve.client.management.api that return types with arguments of type DescribeModel200ResponseInnerModifier and TypeMethodDescriptionDefaultApi.describeModel(String modelName) Provides detailed information about the default version of a model.DefaultApi.describeModel(String modelName, Map<String, String> additionalHeaders) Provides detailed information about the default version of a model.DefaultApi.versionDescribeModel(String modelName, String modelVersion) Provides detailed information about the specified version of a model.If \"all\" is specified as version, returns the details about all the versions of the model.DefaultApi.versionDescribeModel(String modelName, String modelVersion, Map<String, String> additionalHeaders) Provides detailed information about the specified version of a model.If \"all\" is specified as version, returns the details about all the versions of the model. -
Uses of DescribeModel200ResponseInner in org.apache.camel.component.torchserve.client.management.model
Methods in org.apache.camel.component.torchserve.client.management.model that return DescribeModel200ResponseInnerModifier and TypeMethodDescriptionDescribeModel200ResponseInner.addWorkersItem(DescribeModel200ResponseInnerWorkersInner workersItem) DescribeModel200ResponseInner.jobQueueStatus(DescribeModel200ResponseInnerJobQueueStatus jobQueueStatus) DescribeModel200ResponseInner.maxBatchDelay(Integer maxBatchDelay) DescribeModel200ResponseInner.maxWorkers(Integer maxWorkers) DescribeModel200ResponseInner.metrics(DescribeModel200ResponseInnerMetrics metrics) DescribeModel200ResponseInner.minWorkers(Integer minWorkers) DescribeModel200ResponseInner.modelVersion(String modelVersion) DescribeModel200ResponseInner.workers(List<DescribeModel200ResponseInnerWorkersInner> workers) -
Uses of DescribeModel200ResponseInner in org.apache.camel.component.torchserve.client.model
Methods in org.apache.camel.component.torchserve.client.model with parameters of type DescribeModel200ResponseInnerModifier and TypeMethodDescriptionstatic ModelDetailModelDetail.from(DescribeModel200ResponseInner src)