packageSpec property

ReasoningEngineSpec_PackageSpec? packageSpec
final

Optional. User provided package spec of the ReasoningEngine. Ignored when users directly specify a deployment image through deployment_spec.first_party_image_override, but keeping the field_behavior to avoid introducing breaking changes. The deployment_source field should not be set if package_spec is specified.

Implementation

final ReasoningEngineSpec_PackageSpec? packageSpec;