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.
7449 7450 7451 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7449 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
7447 7448 7449 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7447 def cardinality @cardinality end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7454 7455 7456 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7454 def update!(**args) @cardinality = args[:cardinality] if args.key?(:cardinality) end |