Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec
- 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
DataProfileScan related setting.
Instance Attribute Summary collapse
-
#sampling_percent ⇒ Float
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataProfileSpec
constructor
A new instance of GoogleCloudDataplexV1DataProfileSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataProfileSpec
Returns a new instance of GoogleCloudDataplexV1DataProfileSpec.
1484 1485 1486 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1484 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sampling_percent ⇒ Float
Optional. The percentage of the records to be selected from the dataset for
DataScan. Value can range between 0.0 and 100.0 with up to 3 significant
decimal digits. Sampling is not applied if sampling_percent is not specified,
0 or 100.
Corresponds to the JSON property samplingPercent
1482 1483 1484 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1482 def sampling_percent @sampling_percent end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1489 1490 1491 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1489 def update!(**args) @sampling_percent = args[:sampling_percent] if args.key?(:sampling_percent) end |