signatureName property

String? signatureName
getter/setter pair

The name of the signature defined in the SavedModel to use for this job.

Please refer to SavedModel for information about how to use signatures. Defaults to DEFAULT_SERVING_SIGNATURE_DEF_KEY , which is "serving_default".

Optional.

Implementation

core.String? signatureName;