Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.25 KB

V1alpha2TransformerSpec.md

File metadata and controls

17 lines (13 loc) · 1.25 KB

V1alpha2TransformerSpec

TransformerSpec defines transformer service for pre/post processing

Properties

Name Type Description Notes
batcher V1alpha2Batcher Activate request batching [optional]
custom V1alpha2CustomSpec Spec for a custom transformer [optional]
logger V1alpha2Logger Activate request/response logging [optional]
max_replicas int This is the up bound for autoscaler to scale to [optional]
min_replicas int Minimum number of replicas which defaults to 1, when minReplicas = 0 pods scale down to 0 in case of no traffic [optional]
parallelism int Parallelism specifies how many requests can be processed concurrently, this sets the hard limit of the container concurrency(https://knative.dev/docs/serving/autoscaling/concurrency). [optional]
service_account_name str ServiceAccountName is the name of the ServiceAccount to use to run the service [optional]

[Back to Model list] [Back to API list] [Back to README]