public interface ReconConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAffinityClusteringConfig()
public abstract AffinityClusteringConfig getAffinityClusteringConfig()Configs for affinity clustering.
.google.cloud.enterpriseknowledgegraph.v1.AffinityClusteringConfig affinity_clustering_config = 2;
| Type | Description |
AffinityClusteringConfig |
The affinityClusteringConfig. |
getAffinityClusteringConfigOrBuilder()
public abstract AffinityClusteringConfigOrBuilder getAffinityClusteringConfigOrBuilder()Configs for affinity clustering.
.google.cloud.enterpriseknowledgegraph.v1.AffinityClusteringConfig affinity_clustering_config = 2;
| Type | Description |
AffinityClusteringConfigOrBuilder |
getClusteringConfigCase()
public abstract ReconConfig.ClusteringConfigCase getClusteringConfigCase()| Type | Description |
ReconConfig.ClusteringConfigCase |
getConnectedComponentsConfig()
public abstract ConnectedComponentsConfig getConnectedComponentsConfig()Configs for connected components.
.google.cloud.enterpriseknowledgegraph.v1.ConnectedComponentsConfig connected_components_config = 1;
| Type | Description |
ConnectedComponentsConfig |
The connectedComponentsConfig. |
getConnectedComponentsConfigOrBuilder()
public abstract ConnectedComponentsConfigOrBuilder getConnectedComponentsConfigOrBuilder()Configs for connected components.
.google.cloud.enterpriseknowledgegraph.v1.ConnectedComponentsConfig connected_components_config = 1;
| Type | Description |
ConnectedComponentsConfigOrBuilder |
getModelConfig()
public abstract ReconConfig.ModelConfig getModelConfig()Model Configs
.google.cloud.enterpriseknowledgegraph.v1.ReconConfig.ModelConfig model_config = 4;
| Type | Description |
ReconConfig.ModelConfig |
The modelConfig. |
getModelConfigOrBuilder()
public abstract ReconConfig.ModelConfigOrBuilder getModelConfigOrBuilder()Model Configs
.google.cloud.enterpriseknowledgegraph.v1.ReconConfig.ModelConfig model_config = 4;
| Type | Description |
ReconConfig.ModelConfigOrBuilder |
getOptions()
public abstract ReconConfig.Options getOptions()Extra options that affect entity clustering behavior.
.google.cloud.enterpriseknowledgegraph.v1.ReconConfig.Options options = 3;
| Type | Description |
ReconConfig.Options |
The options. |
getOptionsOrBuilder()
public abstract ReconConfig.OptionsOrBuilder getOptionsOrBuilder()Extra options that affect entity clustering behavior.
.google.cloud.enterpriseknowledgegraph.v1.ReconConfig.Options options = 3;
| Type | Description |
ReconConfig.OptionsOrBuilder |
hasAffinityClusteringConfig()
public abstract boolean hasAffinityClusteringConfig()Configs for affinity clustering.
.google.cloud.enterpriseknowledgegraph.v1.AffinityClusteringConfig affinity_clustering_config = 2;
| Type | Description |
boolean |
Whether the affinityClusteringConfig field is set. |
hasConnectedComponentsConfig()
public abstract boolean hasConnectedComponentsConfig()Configs for connected components.
.google.cloud.enterpriseknowledgegraph.v1.ConnectedComponentsConfig connected_components_config = 1;
| Type | Description |
boolean |
Whether the connectedComponentsConfig field is set. |
hasModelConfig()
public abstract boolean hasModelConfig()Model Configs
.google.cloud.enterpriseknowledgegraph.v1.ReconConfig.ModelConfig model_config = 4;
| Type | Description |
boolean |
Whether the modelConfig field is set. |
hasOptions()
public abstract boolean hasOptions()Extra options that affect entity clustering behavior.
.google.cloud.enterpriseknowledgegraph.v1.ReconConfig.Options options = 3;
| Type | Description |
boolean |
Whether the options field is set. |