Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo (v0.6.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo.

ProfileInfo defines the profile information for each schema field type.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#distinct_ratio

def distinct_ratio() -> ::Float
Returns
  • (::Float) — The ratio of rows that are distinct against the rows in the sampled data.

#distinct_ratio=

def distinct_ratio=(value) -> ::Float
Parameter
  • value (::Float) — The ratio of rows that are distinct against the rows in the sampled data.
Returns
  • (::Float) — The ratio of rows that are distinct against the rows in the sampled data.

#double_profile

def double_profile() -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::DoubleFieldInfo

#double_profile=

def double_profile=(value) -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::DoubleFieldInfo
Parameter

#integer_profile

def integer_profile() -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::IntegerFieldInfo

#integer_profile=

def integer_profile=(value) -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::IntegerFieldInfo
Parameter

#null_ratio

def null_ratio() -> ::Float
Returns
  • (::Float) — The ratio of null rows against the rows in the sampled data.

#null_ratio=

def null_ratio=(value) -> ::Float
Parameter
  • value (::Float) — The ratio of null rows against the rows in the sampled data.
Returns
  • (::Float) — The ratio of null rows against the rows in the sampled data.

#string_profile

def string_profile() -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::StringFieldInfo

#string_profile=

def string_profile=(value) -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::StringFieldInfo
Parameter

#top_n_values

def top_n_values() -> ::Array<::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::TopNValue>
Returns

#top_n_values=

def top_n_values=(value) -> ::Array<::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::TopNValue>
Parameter
Returns