Skip to main content

Interface: IComputeScaler

compute.v1.IComputeScaler

Properties of a ComputeScaler.

Implemented by

Properties

details

Optional details: null | IPayload

Contains scaler-specific instructions and configuration. For server-implemented scalers, use the SDK's default data converter to ensure the server can understand it. For remote-implemented scalers, you might use your own data converters according to what the remote endpoints understand.


type

Optional type: null | string

Type of the compute scaler. this string is implementation-specific and can be used by implementations to understand how to interpret the contents of the scaler_details field.