Skip to main content

EnrichmentInput

No description

input EnrichmentInput {
s3Path: String!
entityType: EntityType
output: OutputSpec!
sourceId: String!
provider: EnrichmentProvider
scoreThreshold: Float
}

Fields

EnrichmentInput.s3Path ● String! non-null scalar

EnrichmentInput.entityType ● EntityType enum

EnrichmentInput.output ● OutputSpec! non-null input

EnrichmentInput.sourceId ● String! non-null scalar

EnrichmentInput.provider ● EnrichmentProvider enum

EnrichmentInput.scoreThreshold ● Float scalar

Member Of

enrich query