Enterprise Knowledge Graph v1 API - Class InputConfig (1.0.0-beta03)

public sealed class InputConfig : IMessage<InputConfig>, IEquatable<InputConfig>, IDeepCloneable<InputConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class InputConfig.

The desired input location and metadata.

Inheritance

object > InputConfig

Namespace

Google.Cloud.EnterpriseKnowledgeGraph.V1

Assembly

Google.Cloud.EnterpriseKnowledgeGraph.V1.dll

Constructors

InputConfig()

public InputConfig()

InputConfig(InputConfig)

public InputConfig(InputConfig other)
Parameter
NameDescription
otherInputConfig

Properties

BigqueryInputConfigs

public RepeatedField<BigQueryInputConfig> BigqueryInputConfigs { get; }

Set of input BigQuery tables.

Property Value
TypeDescription
RepeatedFieldBigQueryInputConfig

EntityType

public InputConfig.Types.EntityType EntityType { get; set; }

Entity type

Property Value
TypeDescription
InputConfigTypesEntityType

PreviousResultBigqueryTable

public string PreviousResultBigqueryTable { get; set; }

Optional. Provide the bigquery table containing the previous results if cluster ID stability is desired. Format is projects/*/datasets/*/tables/*.

Property Value
TypeDescription
string

PreviousResultBigqueryTableAsTableName

public TableName PreviousResultBigqueryTableAsTableName { get; set; }

TableName-typed view over the PreviousResultBigqueryTable resource name property.

Property Value
TypeDescription
TableName