public static final class CfnJob.ProfileConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJob.ProfileConfigurationProperty
CfnJob.ProfileConfigurationProperty
CfnJob.ProfileConfigurationProperty.Builder, CfnJob.ProfileConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getColumnStatisticsConfigurations()
List of configurations for column evaluations.
|
java.lang.Object |
getDatasetStatisticsConfiguration()
Configuration for inter-column evaluations.
|
java.lang.Object |
getEntityDetectorConfiguration()
Configuration of entity detection for a profile job.
|
java.lang.Object |
getProfileColumns()
List of column selectors.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getColumnStatisticsConfigurations()
CfnJob.ProfileConfigurationProperty
ColumnStatisticsConfigurations are used to select evaluations and override parameters of evaluations for particular columns. When ColumnStatisticsConfigurations is undefined, the profile job will profile all supported columns and run all supported evaluations.
getColumnStatisticsConfigurations
in interface CfnJob.ProfileConfigurationProperty
public final java.lang.Object getDatasetStatisticsConfiguration()
CfnJob.ProfileConfigurationProperty
Configuration can be used to select evaluations and override parameters of evaluations. When configuration is undefined, the profile job will run all supported inter-column evaluations.
getDatasetStatisticsConfiguration
in interface CfnJob.ProfileConfigurationProperty
public final java.lang.Object getEntityDetectorConfiguration()
CfnJob.ProfileConfigurationProperty
When undefined, entity detection is disabled.
getEntityDetectorConfiguration
in interface CfnJob.ProfileConfigurationProperty
public final java.lang.Object getProfileColumns()
CfnJob.ProfileConfigurationProperty
ProfileColumns can be used to select columns from the dataset. When ProfileColumns is undefined, the profile job will profile all supported columns.
getProfileColumns
in interface CfnJob.ProfileConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()