Interface ReconConfigOrBuilder (0.37.0)

public interface ReconConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAffinityClusteringConfig()

public abstract AffinityClusteringConfig getAffinityClusteringConfig()

Configs for affinity clustering.

.google.cloud.enterpriseknowledgegraph.v1.AffinityClusteringConfig affinity_clustering_config = 2;

Returns
TypeDescription
AffinityClusteringConfig

The affinityClusteringConfig.

getAffinityClusteringConfigOrBuilder()

public abstract AffinityClusteringConfigOrBuilder getAffinityClusteringConfigOrBuilder()

Configs for affinity clustering.

.google.cloud.enterpriseknowledgegraph.v1.AffinityClusteringConfig affinity_clustering_config = 2;

Returns
TypeDescription
AffinityClusteringConfigOrBuilder

getClusteringConfigCase()

public abstract ReconConfig.ClusteringConfigCase getClusteringConfigCase()
Returns
TypeDescription
ReconConfig.ClusteringConfigCase

getConnectedComponentsConfig()

public abstract ConnectedComponentsConfig getConnectedComponentsConfig()

Configs for connected components.

.google.cloud.enterpriseknowledgegraph.v1.ConnectedComponentsConfig connected_components_config = 1;

Returns
TypeDescription
ConnectedComponentsConfig

The connectedComponentsConfig.

getConnectedComponentsConfigOrBuilder()

public abstract ConnectedComponentsConfigOrBuilder getConnectedComponentsConfigOrBuilder()

Configs for connected components.

.google.cloud.enterpriseknowledgegraph.v1.ConnectedComponentsConfig connected_components_config = 1;

Returns
TypeDescription
ConnectedComponentsConfigOrBuilder

getModelConfig()

public abstract ReconConfig.ModelConfig getModelConfig()

Model Configs

.google.cloud.enterpriseknowledgegraph.v1.ReconConfig.ModelConfig model_config = 4;

Returns
TypeDescription
ReconConfig.ModelConfig

The modelConfig.

getModelConfigOrBuilder()

public abstract ReconConfig.ModelConfigOrBuilder getModelConfigOrBuilder()

Model Configs

.google.cloud.enterpriseknowledgegraph.v1.ReconConfig.ModelConfig model_config = 4;

Returns
TypeDescription
ReconConfig.ModelConfigOrBuilder

getOptions()

public abstract ReconConfig.Options getOptions()

Extra options that affect entity clustering behavior.

.google.cloud.enterpriseknowledgegraph.v1.ReconConfig.Options options = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
ReconConfig.OptionsOrBuilder

hasAffinityClusteringConfig()

public abstract boolean hasAffinityClusteringConfig()

Configs for affinity clustering.

.google.cloud.enterpriseknowledgegraph.v1.AffinityClusteringConfig affinity_clustering_config = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the connectedComponentsConfig field is set.

hasModelConfig()

public abstract boolean hasModelConfig()

Model Configs

.google.cloud.enterpriseknowledgegraph.v1.ReconConfig.ModelConfig model_config = 4;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the options field is set.