SCALAR
Boolean
The Boolean
scalar type represents true
or false
.
link GraphQL Schema definition
1 scalar Boolean
link Required by
- AlwaysUpFlowA AlwaysUpFlow object.
- AlwaysUpFlowInput
- ApiTokenInfo
- ApiTokenUpdateInput
- ApplicationAn application is a set of Veritone functionality that customers can sign up for.
- ApplicationBillingDirty
- ApplicationBillingPlanId
- ApplicationConfig
- ApplicationConfigDefinition
- ApplicationConfigDefinitionCreate
- ApplicationConfigDefinitionInput
- ApplicationConfigDefinitionUpdate
- ApplicationFilter
- ApplicationHeaderbarConfig
- ApplicationHeaderbarConfigInput
- ApplicationRole
- AssetAn asset represents a single unit of data, such as a file or URL, and basic metadata about that data. An asset must be contained within a TemporalDataObject.
- AuditLogEntry
- BatchTDOInputinput for a new batch
- BooleanPropertyType representing a boolean property
- BulkUpdateWatchlist
- CloneDataMetadata that represents a clone of a recording.
- Cluster
- ClusterNode
- ClusterSubscription
- Collection
- CreateAppEventInput
- CreateApplication
- CreateApplicationRole
- CreateAsset
- CreateAssetInTDO
- CreateBundle
- CreateBundleSelectDetail
- CreateClusterThis API creates an edge cluster for this core Example: mutation createCluster { createCluster (input: { name: "YOUR_CLUSTER_NAME", allowedEngines: ["all"], dockerCredentials: {}, type: RT, containerTag: "YOUR_CONTAINER_TAG", paused: false, memorySize: "20gb", storageSize: "10gb", bypassAllowedEngines: true, collaborators: [], subscriptions: [], tags: ["aiware-agent"], status: active, mediaStorage: core, mediaStoragePath: "", serviceToken: "fake-token", edgeVersion: 3, } ) { id } }
- CreateClusterNode
- CreateClusterSubscription
- CreateDataRegistry
- CreateDatasetConfidence
- CreateEngineInput fields used to create a new engine.
- CreateEngineField
- CreateEntity
- CreateEntityIdentifier
- CreateEvent
- CreateExecutionPreferences
- CreateExportRequest
- CreateFlowRevision
- CreateFlowTemplate
- CreateInstanceLoginConfiguration
- CreateJob
- CreateJobTemplate
- CreateOpenIdProvider
- CreateOrganization
- CreatePasswordResetRequest
- CreatePasswordUpdateRequest
- CreateSavedSearch
- CreateScheduledJobExample to create a scheduleJob: mutation createScheduleJob { createScheduledJob(input: { name: "every5Min" runMode:Recurring recurringScheduleParts: [ { repeatIntervalUnit: Minutes repeatInterval: 5 }] jobTemplates:[ { #clusterId: "rt-242c1beb-653a-4299-bb33-2d8fb105d70b" clusterId: "YOUR OWN CLUSTER ID" taskTemplates : [ { engineId: "9e611ad7-2d3b-48f6-a51b-0a1ba40fe255" webstream adapter payload: { url:"https://s3.amazonaws.com/src-veritone-tests/stage/20190505/0_40_Eric%20Knox%20BWC%20Video_40secs.mp4" } }, { engineId: "352556c7-de07-4d55-b33f-74b1cf237f25" playback }, { engineId: "8bdb0e3b-ff28-4f6e-a3ba-887bd06e6440" chunk audio payload:{ ffmpegTemplate: "audio" chunkOverlap: 15 customFFMPEGProperties:{ chunkSizeInSeconds: "30" } } }, { #engine to run engineId: "c0e55cde-340b-44d7-bb42-2e0d65e98255" } ] } ] } ) { id } }
- CreateSourceData used to create a new source
- CreateSourceType
- CreateTaskFields required to create a task. Used when creating a job.
- CreateTDOPayload required to create a temporal data object
- CreateTDOForJob
- CreateTDOInJobPayload required to create a temporal data object
- CreateTDOWithAsset
- CreateUser
- CreateWatchlist
- CreateWidget
- DashboardAnalytics Dashboards
- DataRegistry
- DatasetConfidence
- DatasetQueryCursor
- DeployFlowRevision
- Engine
- EngineCategory
- EngineFieldRepresents a custom input field on an engine.
- EngineFilter
- EngineResultRepresents single chunk of engine results for date range
- EngineRunDescribes engine run on a TDO with
- EngineSearchConfigurationRepresents configuration on how the results of engines within a given category are indexed and searched. Primarily used by Veritone platform applications.
- EngineTemplateInputTypes
- Entity
- EntityIdentifier
- Event
- ExecutionPreferences
- FlowRevision
- FlowTemplate
- FolderSummaryDetail
- IntegrationConfig
- Job
- JobPipelinedeprecated. DO NOT USE. TODO: Remove
- JobTemplateA job template is a reusable template for job creation.
- Library
- LoginConfiguration
- LoginInfoContains information about the user's authentication context.
- MediaShareInfo
- Mention
- MutationMutations are used to modify data. Each mutation takes an input that contains the data necessary to create or update the data in question.
- NodeModule
- NodeModuleInput
- NodePair
- NotificaionPostInput
- NotificationMailbox
- OktaConfiguration
- OpenIdProvider
- OperationResult
- OpResult
- Organization
- OrganizationCluster
- OrganizationInfo
- PackageA Package is an object that groups dependent aiWARE resources together.
- PackageCreateInput
- PackageDeleteResult
- PackageFilter
- PackageGrantFilter
- PackageOpResult
- PackageUpdateInput
- QueryQueries are used to retrieve data. If you're new to our API, try the `me` query to explore the information you have access to. Hit `ctrl-space` at any time to activate field completion hints, and mouse over a field or parameter to see its documentation.
- ReplaceSavedSearch
- RequestClone
- SavedSearch
- ScheduledJob
- ScheduledJobDateTimeFilter
- SecurityContains security settings on an asset container
- SetLoginConfiguration
- SetOktaConfiguration
- SetOrganizationApplicationAccess
- SetOrganizationIntegrationConfig
- SharedMention
- ShareOptions
- SourceA source represents a source of data and is used by adapters to ingest data into the platform for use by an engine workflow.
- SourceTypeA source type represents a category of sources that share common attributes, such as "TV station" or "Real-time camera feed".
- StructuredDataList
- Subscription
- TaskRepresents a single engine task
- TDOBatchbatch type
- TemporalDataObject
- TemporalDataObjectDateTimeFilterSpecify a filter on a TemporalDataObject date/time field. At least one of `toDateTime` and `fromDateTime` must be provided.
- TestingDetailsField
- TestingDetailsType
- UpdateApplication
- UpdateApplicationRole
- UpdateBuild
- UpdateCluster
- UpdateClusterSubscription
- UpdateDatasetConfidence
- UpdateEngineInput fields used to update an existing engine.
- UpdateEntityIdentifier
- UpdateFlowRevisionHead
- UpdateFlowTemplate
- UpdateJobTemplate
- UpdateOrganizationFields used to update an organization.
- UpdateOrganizationCluster
- UpdateScheduledJob
- UpdateSchemaState
- UpdateSourceData used to update an existing source
- UpdateSourceType
- UpdateTDOPayload required to create a temporal data object
- UpdateUserSetting
- UpdateWatchlist
- UpdateWidget
- UploadEngineResultFields needed to upload and store an engine result using multipart form POST.
- UpsertEvent
- UserA user represents a user account within an organization.
- UserACLAccessRights
- UserACLAccessRightsInput
- UsersDateTimeFilter
- Watchlist
- Widget
- WorkflowRuntimeResponse
- __EnumValueOne possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.
- __FieldObject and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.
- __TypeThe fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum. Depending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.