Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1GraphProfileNodeTypeExtractionHints
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1GraphProfileNodeTypeExtractionHints
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Overview
Extraction hints (node-level).
Instance Attribute Summary collapse
-
#cardinality ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1GraphProfileNodeTypeExtractionHints
constructor
A new instance of GoogleCloudDataplexV1GraphProfileNodeTypeExtractionHints.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1GraphProfileNodeTypeExtractionHints
Returns a new instance of GoogleCloudDataplexV1GraphProfileNodeTypeExtractionHints.
7644 7645 7646 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7644 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cardinality ⇒ String
Output only. Expected occurrence frequency of this node type within a document.
Format: "Bounds - Description" Example: "0:N - A document may contain
multiple people names."
Corresponds to the JSON property cardinality
7642 7643 7644 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7642 def cardinality @cardinality end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7649 7650 7651 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7649 def update!(**args) @cardinality = args[:cardinality] if args.key?(:cardinality) end |