Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1GraphProfileNodeTypeExtractionHints

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#cardinalityString

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

Returns:

  • (String)


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