ResourceUsageAggregationWhereInput
ResourceUsageAggregationWhereInput is used for filtering ResourceUsageAggregation objects. Input was generated by ent.
input ResourceUsageAggregationWhereInput {
not: ResourceUsageAggregationWhereInput
and: [ResourceUsageAggregationWhereInput!]
or: [ResourceUsageAggregationWhereInput!]
id: ID
idNEQ: ID
idIn: [ID!]
idNotIn: [ID!]
idGT: ID
idGTE: ID
idLT: ID
idLTE: ID
deletedAt: Time
deletedAtNEQ: Time
deletedAtIn: [Time!]
deletedAtNotIn: [Time!]
deletedAtGT: Time
deletedAtGTE: Time
deletedAtLT: Time
deletedAtLTE: Time
deletedAtIsNil: Boolean
deletedAtNotNil: Boolean
resourceType: ResourceUsageAggregationResourceType
resourceTypeNEQ: ResourceUsageAggregationResourceType
resourceTypeIn: [ResourceUsageAggregationResourceType!]
resourceTypeNotIn: [ResourceUsageAggregationResourceType!]
resourceID: ID
resourceIDNEQ: ID
resourceIDIn: [ID!]
resourceIDNotIn: [ID!]
resourceIDGT: ID
resourceIDGTE: ID
resourceIDLT: ID
resourceIDLTE: ID
ownerID: String
ownerIDNEQ: String
ownerIDIn: [String!]
ownerIDNotIn: [String!]
ownerIDGT: String
ownerIDGTE: String
ownerIDLT: String
ownerIDLTE: String
ownerIDContains: String
ownerIDHasPrefix: String
ownerIDHasSuffix: String
ownerIDEqualFold: String
ownerIDContainsFold: String
runnerID: ID
runnerIDNEQ: ID
runnerIDIn: [ID!]
runnerIDNotIn: [ID!]
runnerIDIsNil: Boolean
runnerIDNotNil: Boolean
granularity: ResourceUsageAggregationAggregationGranularity
granularityNEQ: ResourceUsageAggregationAggregationGranularity
granularityIn: [ResourceUsageAggregationAggregationGranularity!]
granularityNotIn: [ResourceUsageAggregationAggregationGranularity!]
bucketStart: Time
bucketStartNEQ: Time
bucketStartIn: [Time!]
bucketStartNotIn: [Time!]
bucketStartGT: Time
bucketStartGTE: Time
bucketStartLT: Time
bucketStartLTE: Time
bucketEnd: Time
bucketEndNEQ: Time
bucketEndIn: [Time!]
bucketEndNotIn: [Time!]
bucketEndGT: Time
bucketEndGTE: Time
bucketEndLT: Time
bucketEndLTE: Time
cpuCoreSeconds: Float
cpuCoreSecondsNEQ: Float
cpuCoreSecondsIn: [Float!]
cpuCoreSecondsNotIn: [Float!]
cpuCoreSecondsGT: Float
cpuCoreSecondsGTE: Float
cpuCoreSecondsLT: Float
cpuCoreSecondsLTE: Float
cpuAvgPercent: Float
cpuAvgPercentNEQ: Float
cpuAvgPercentIn: [Float!]
cpuAvgPercentNotIn: [Float!]
cpuAvgPercentGT: Float
cpuAvgPercentGTE: Float
cpuAvgPercentLT: Float
cpuAvgPercentLTE: Float
cpuMaxPercent: Float
cpuMaxPercentNEQ: Float
cpuMaxPercentIn: [Float!]
cpuMaxPercentNotIn: [Float!]
cpuMaxPercentGT: Float
cpuMaxPercentGTE: Float
cpuMaxPercentLT: Float
cpuMaxPercentLTE: Float
memoryGBSeconds: Float
memoryGBSecondsNEQ: Float
memoryGBSecondsIn: [Float!]
memoryGBSecondsNotIn: [Float!]
memoryGBSecondsGT: Float
memoryGBSecondsGTE: Float
memoryGBSecondsLT: Float
memoryGBSecondsLTE: Float
memoryAvgBytes: Int
memoryAvgBytesNEQ: Int
memoryAvgBytesIn: [Int!]
memoryAvgBytesNotIn: [Int!]
memoryAvgBytesGT: Int
memoryAvgBytesGTE: Int
memoryAvgBytesLT: Int
memoryAvgBytesLTE: Int
memoryMaxBytes: Int
memoryMaxBytesNEQ: Int
memoryMaxBytesIn: [Int!]
memoryMaxBytesNotIn: [Int!]
memoryMaxBytesGT: Int
memoryMaxBytesGTE: Int
memoryMaxBytesLT: Int
memoryMaxBytesLTE: Int
networkRxBytes: Int
networkRxBytesNEQ: Int
networkRxBytesIn: [Int!]
networkRxBytesNotIn: [Int!]
networkRxBytesGT: Int
networkRxBytesGTE: Int
networkRxBytesLT: Int
networkRxBytesLTE: Int
networkTxBytes: Int
networkTxBytesNEQ: Int
networkTxBytesIn: [Int!]
networkTxBytesNotIn: [Int!]
networkTxBytesGT: Int
networkTxBytesGTE: Int
networkTxBytesLT: Int
networkTxBytesLTE: Int
blockReadBytes: Int
blockReadBytesNEQ: Int
blockReadBytesIn: [Int!]
blockReadBytesNotIn: [Int!]
blockReadBytesGT: Int
blockReadBytesGTE: Int
blockReadBytesLT: Int
blockReadBytesLTE: Int
blockWriteBytes: Int
blockWriteBytesNEQ: Int
blockWriteBytesIn: [Int!]
blockWriteBytesNotIn: [Int!]
blockWriteBytesGT: Int
blockWriteBytesGTE: Int
blockWriteBytesLT: Int
blockWriteBytesLTE: Int
sampleCount: Int
sampleCountNEQ: Int
sampleCountIn: [Int!]
sampleCountNotIn: [Int!]
sampleCountGT: Int
sampleCountGTE: Int
sampleCountLT: Int
sampleCountLTE: Int
createdAt: Time
createdAtNEQ: Time
createdAtIn: [Time!]
createdAtNotIn: [Time!]
createdAtGT: Time
createdAtGTE: Time
createdAtLT: Time
createdAtLTE: Time
hasRunner: Boolean
hasRunnerWith: [BotRunnerWhereInput!]
}
Fields
ResourceUsageAggregationWhereInput.not ● ResourceUsageAggregationWhereInput input
ResourceUsageAggregationWhereInput.and ● [ResourceUsageAggregationWhereInput!] list input
ResourceUsageAggregationWhereInput.or ● [ResourceUsageAggregationWhereInput!] list input
ResourceUsageAggregationWhereInput.id ● ID scalar
id field predicates
ResourceUsageAggregationWhereInput.idNEQ ● ID scalar
ResourceUsageAggregationWhereInput.idIn ● [ID!] list scalar
ResourceUsageAggregationWhereInput.idNotIn ● [ID!] list scalar
ResourceUsageAggregationWhereInput.idGT ● ID scalar
ResourceUsageAggregationWhereInput.idGTE ● ID scalar
ResourceUsageAggregationWhereInput.idLT ● ID scalar
ResourceUsageAggregationWhereInput.idLTE ● ID scalar
ResourceUsageAggregationWhereInput.deletedAt ● Time scalar
deleted_at field predicates
ResourceUsageAggregationWhereInput.deletedAtNEQ ● Time scalar
ResourceUsageAggregationWhereInput.deletedAtIn ● [Time!] list scalar
ResourceUsageAggregationWhereInput.deletedAtNotIn ● [Time!] list scalar
ResourceUsageAggregationWhereInput.deletedAtGT ● Time scalar
ResourceUsageAggregationWhereInput.deletedAtGTE ● Time scalar
ResourceUsageAggregationWhereInput.deletedAtLT ● Time scalar
ResourceUsageAggregationWhereInput.deletedAtLTE ● Time scalar
ResourceUsageAggregationWhereInput.deletedAtIsNil ● Boolean scalar
ResourceUsageAggregationWhereInput.deletedAtNotNil ● Boolean scalar
ResourceUsageAggregationWhereInput.resourceType ● ResourceUsageAggregationResourceType enum
resource_type field predicates
ResourceUsageAggregationWhereInput.resourceTypeNEQ ● ResourceUsageAggregationResourceType enum
ResourceUsageAggregationWhereInput.resourceTypeIn ● [ResourceUsageAggregationResourceType!] list enum
ResourceUsageAggregationWhereInput.resourceTypeNotIn ● [ResourceUsageAggregationResourceType!] list enum
ResourceUsageAggregationWhereInput.resourceID ● ID scalar
resource_id field predicates
ResourceUsageAggregationWhereInput.resourceIDNEQ ● ID scalar
ResourceUsageAggregationWhereInput.resourceIDIn ● [ID!] list scalar
ResourceUsageAggregationWhereInput.resourceIDNotIn ● [ID!] list scalar
ResourceUsageAggregationWhereInput.resourceIDGT ● ID scalar
ResourceUsageAggregationWhereInput.resourceIDGTE ● ID scalar
ResourceUsageAggregationWhereInput.resourceIDLT ● ID scalar
ResourceUsageAggregationWhereInput.resourceIDLTE ● ID scalar
ResourceUsageAggregationWhereInput.ownerID ● String scalar
owner_id field predicates
ResourceUsageAggregationWhereInput.ownerIDNEQ ● String scalar
ResourceUsageAggregationWhereInput.ownerIDIn ● [String!] list scalar
ResourceUsageAggregationWhereInput.ownerIDNotIn ● [String!] list scalar
ResourceUsageAggregationWhereInput.ownerIDGT ● String scalar
ResourceUsageAggregationWhereInput.ownerIDGTE ● String scalar
ResourceUsageAggregationWhereInput.ownerIDLT ● String scalar
ResourceUsageAggregationWhereInput.ownerIDLTE ● String scalar
ResourceUsageAggregationWhereInput.ownerIDContains ● String scalar
ResourceUsageAggregationWhereInput.ownerIDHasPrefix ● String scalar
ResourceUsageAggregationWhereInput.ownerIDHasSuffix ● String scalar
ResourceUsageAggregationWhereInput.ownerIDEqualFold ● String scalar
ResourceUsageAggregationWhereInput.ownerIDContainsFold ● String scalar
ResourceUsageAggregationWhereInput.runnerID ● ID scalar
runner_id field predicates
ResourceUsageAggregationWhereInput.runnerIDNEQ ● ID scalar
ResourceUsageAggregationWhereInput.runnerIDIn ● [ID!] list scalar
ResourceUsageAggregationWhereInput.runnerIDNotIn ● [ID!] list scalar
ResourceUsageAggregationWhereInput.runnerIDIsNil ● Boolean scalar
ResourceUsageAggregationWhereInput.runnerIDNotNil ● Boolean scalar
ResourceUsageAggregationWhereInput.granularity ● ResourceUsageAggregationAggregationGranularity enum
granularity field predicates
ResourceUsageAggregationWhereInput.granularityNEQ ● ResourceUsageAggregationAggregationGranularity enum
ResourceUsageAggregationWhereInput.granularityIn ● [ResourceUsageAggregationAggregationGranularity!] list enum
ResourceUsageAggregationWhereInput.granularityNotIn ● [ResourceUsageAggregationAggregationGranularity!] list enum
ResourceUsageAggregationWhereInput.bucketStart ● Time scalar
bucket_start field predicates
ResourceUsageAggregationWhereInput.bucketStartNEQ ● Time scalar
ResourceUsageAggregationWhereInput.bucketStartIn ● [Time!] list scalar
ResourceUsageAggregationWhereInput.bucketStartNotIn ● [Time!] list scalar
ResourceUsageAggregationWhereInput.bucketStartGT ● Time scalar
ResourceUsageAggregationWhereInput.bucketStartGTE ● Time scalar
ResourceUsageAggregationWhereInput.bucketStartLT ● Time scalar
ResourceUsageAggregationWhereInput.bucketStartLTE ● Time scalar
ResourceUsageAggregationWhereInput.bucketEnd ● Time scalar
bucket_end field predicates
ResourceUsageAggregationWhereInput.bucketEndNEQ ● Time scalar
ResourceUsageAggregationWhereInput.bucketEndIn ● [Time!] list scalar
ResourceUsageAggregationWhereInput.bucketEndNotIn ● [Time!] list scalar
ResourceUsageAggregationWhereInput.bucketEndGT ● Time scalar
ResourceUsageAggregationWhereInput.bucketEndGTE ● Time scalar
ResourceUsageAggregationWhereInput.bucketEndLT ● Time scalar
ResourceUsageAggregationWhereInput.bucketEndLTE ● Time scalar
ResourceUsageAggregationWhereInput.cpuCoreSeconds ● Float scalar
cpu_core_seconds field predicates
ResourceUsageAggregationWhereInput.cpuCoreSecondsNEQ ● Float scalar
ResourceUsageAggregationWhereInput.cpuCoreSecondsIn ● [Float!] list scalar
ResourceUsageAggregationWhereInput.cpuCoreSecondsNotIn ● [Float!] list scalar
ResourceUsageAggregationWhereInput.cpuCoreSecondsGT ● Float scalar
ResourceUsageAggregationWhereInput.cpuCoreSecondsGTE ● Float scalar
ResourceUsageAggregationWhereInput.cpuCoreSecondsLT ● Float scalar
ResourceUsageAggregationWhereInput.cpuCoreSecondsLTE ● Float scalar
ResourceUsageAggregationWhereInput.cpuAvgPercent ● Float scalar
cpu_avg_percent field predicates
ResourceUsageAggregationWhereInput.cpuAvgPercentNEQ ● Float scalar
ResourceUsageAggregationWhereInput.cpuAvgPercentIn ● [Float!] list scalar
ResourceUsageAggregationWhereInput.cpuAvgPercentNotIn ● [Float!] list scalar
ResourceUsageAggregationWhereInput.cpuAvgPercentGT ● Float scalar
ResourceUsageAggregationWhereInput.cpuAvgPercentGTE ● Float scalar
ResourceUsageAggregationWhereInput.cpuAvgPercentLT ● Float scalar
ResourceUsageAggregationWhereInput.cpuAvgPercentLTE ● Float scalar
ResourceUsageAggregationWhereInput.cpuMaxPercent ● Float scalar
cpu_max_percent field predicates
ResourceUsageAggregationWhereInput.cpuMaxPercentNEQ ● Float scalar
ResourceUsageAggregationWhereInput.cpuMaxPercentIn ● [Float!] list scalar
ResourceUsageAggregationWhereInput.cpuMaxPercentNotIn ● [Float!] list scalar
ResourceUsageAggregationWhereInput.cpuMaxPercentGT ● Float scalar
ResourceUsageAggregationWhereInput.cpuMaxPercentGTE ● Float scalar
ResourceUsageAggregationWhereInput.cpuMaxPercentLT ● Float scalar
ResourceUsageAggregationWhereInput.cpuMaxPercentLTE ● Float scalar
ResourceUsageAggregationWhereInput.memoryGBSeconds ● Float scalar
memory_gb_seconds field predicates
ResourceUsageAggregationWhereInput.memoryGBSecondsNEQ ● Float scalar
ResourceUsageAggregationWhereInput.memoryGBSecondsIn ● [Float!] list scalar
ResourceUsageAggregationWhereInput.memoryGBSecondsNotIn ● [Float!] list scalar
ResourceUsageAggregationWhereInput.memoryGBSecondsGT ● Float scalar
ResourceUsageAggregationWhereInput.memoryGBSecondsGTE ● Float scalar
ResourceUsageAggregationWhereInput.memoryGBSecondsLT ● Float scalar
ResourceUsageAggregationWhereInput.memoryGBSecondsLTE ● Float scalar
ResourceUsageAggregationWhereInput.memoryAvgBytes ● Int scalar
memory_avg_bytes field predicates
ResourceUsageAggregationWhereInput.memoryAvgBytesNEQ ● Int scalar
ResourceUsageAggregationWhereInput.memoryAvgBytesIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.memoryAvgBytesNotIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.memoryAvgBytesGT ● Int scalar
ResourceUsageAggregationWhereInput.memoryAvgBytesGTE ● Int scalar
ResourceUsageAggregationWhereInput.memoryAvgBytesLT ● Int scalar
ResourceUsageAggregationWhereInput.memoryAvgBytesLTE ● Int scalar
ResourceUsageAggregationWhereInput.memoryMaxBytes ● Int scalar
memory_max_bytes field predicates
ResourceUsageAggregationWhereInput.memoryMaxBytesNEQ ● Int scalar
ResourceUsageAggregationWhereInput.memoryMaxBytesIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.memoryMaxBytesNotIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.memoryMaxBytesGT ● Int scalar
ResourceUsageAggregationWhereInput.memoryMaxBytesGTE ● Int scalar
ResourceUsageAggregationWhereInput.memoryMaxBytesLT ● Int scalar
ResourceUsageAggregationWhereInput.memoryMaxBytesLTE ● Int scalar
ResourceUsageAggregationWhereInput.networkRxBytes ● Int scalar
network_rx_bytes field predicates
ResourceUsageAggregationWhereInput.networkRxBytesNEQ ● Int scalar
ResourceUsageAggregationWhereInput.networkRxBytesIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.networkRxBytesNotIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.networkRxBytesGT ● Int scalar
ResourceUsageAggregationWhereInput.networkRxBytesGTE ● Int scalar
ResourceUsageAggregationWhereInput.networkRxBytesLT ● Int scalar
ResourceUsageAggregationWhereInput.networkRxBytesLTE ● Int scalar
ResourceUsageAggregationWhereInput.networkTxBytes ● Int scalar
network_tx_bytes field predicates
ResourceUsageAggregationWhereInput.networkTxBytesNEQ ● Int scalar
ResourceUsageAggregationWhereInput.networkTxBytesIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.networkTxBytesNotIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.networkTxBytesGT ● Int scalar
ResourceUsageAggregationWhereInput.networkTxBytesGTE ● Int scalar
ResourceUsageAggregationWhereInput.networkTxBytesLT ● Int scalar
ResourceUsageAggregationWhereInput.networkTxBytesLTE ● Int scalar
ResourceUsageAggregationWhereInput.blockReadBytes ● Int scalar
block_read_bytes field predicates
ResourceUsageAggregationWhereInput.blockReadBytesNEQ ● Int scalar
ResourceUsageAggregationWhereInput.blockReadBytesIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.blockReadBytesNotIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.blockReadBytesGT ● Int scalar
ResourceUsageAggregationWhereInput.blockReadBytesGTE ● Int scalar
ResourceUsageAggregationWhereInput.blockReadBytesLT ● Int scalar
ResourceUsageAggregationWhereInput.blockReadBytesLTE ● Int scalar
ResourceUsageAggregationWhereInput.blockWriteBytes ● Int scalar
block_write_bytes field predicates
ResourceUsageAggregationWhereInput.blockWriteBytesNEQ ● Int scalar
ResourceUsageAggregationWhereInput.blockWriteBytesIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.blockWriteBytesNotIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.blockWriteBytesGT ● Int scalar
ResourceUsageAggregationWhereInput.blockWriteBytesGTE ● Int scalar
ResourceUsageAggregationWhereInput.blockWriteBytesLT ● Int scalar
ResourceUsageAggregationWhereInput.blockWriteBytesLTE ● Int scalar
ResourceUsageAggregationWhereInput.sampleCount ● Int scalar
sample_count field predicates
ResourceUsageAggregationWhereInput.sampleCountNEQ ● Int scalar
ResourceUsageAggregationWhereInput.sampleCountIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.sampleCountNotIn ● [Int!] list scalar
ResourceUsageAggregationWhereInput.sampleCountGT ● Int scalar
ResourceUsageAggregationWhereInput.sampleCountGTE ● Int scalar
ResourceUsageAggregationWhereInput.sampleCountLT ● Int scalar
ResourceUsageAggregationWhereInput.sampleCountLTE ● Int scalar
ResourceUsageAggregationWhereInput.createdAt ● Time scalar
created_at field predicates
ResourceUsageAggregationWhereInput.createdAtNEQ ● Time scalar
ResourceUsageAggregationWhereInput.createdAtIn ● [Time!] list scalar
ResourceUsageAggregationWhereInput.createdAtNotIn ● [Time!] list scalar
ResourceUsageAggregationWhereInput.createdAtGT ● Time scalar
ResourceUsageAggregationWhereInput.createdAtGTE ● Time scalar
ResourceUsageAggregationWhereInput.createdAtLT ● Time scalar
ResourceUsageAggregationWhereInput.createdAtLTE ● Time scalar
ResourceUsageAggregationWhereInput.hasRunner ● Boolean scalar
runner edge predicates