Use the query expressions to select and aggregate data across runs and projects. Learn more about Query Panels here: https://docs.wandb.ai/guides/models/app/features/panels/query-panel
This is the multi-page printable view of this section. Click here to print.
Query Expression Language
- 1: artifact
- 2: artifactType
- 3: artifactVersion
- 4: audio-file
- 5: bokeh-file
- 6: boolean
- 7: entity
- 8: file
- 9: float
- 10: html-file
- 11: image-file
- 12: int
- 13: joined-table
- 14: molecule-file
- 15: number
- 16: object3D-file
- 17: partitioned-table
- 18: project
- 19: pytorch-model-file
- 20: run
- 21: string
- 22: table
- 23: user
- 24: video-file
1 - artifact
Chainable Ops
artifact-link
Returns the url for an artifact
Argument | |
---|---|
artifact |
An artifact |
Return Value
The url for an artifact
artifact-name
Returns the name of the artifact
Argument | |
---|---|
artifact |
An artifact |
Return Value
The name of the artifact
artifact-versions
Returns the versions of the artifact
Argument | |
---|---|
artifact |
An artifact |
Return Value
The versions of the artifact
List Ops
artifact-link
Returns the url for an artifact
Argument | |
---|---|
artifact |
An artifact |
Return Value
The url for an artifact
artifact-name
Returns the name of the artifact
Argument | |
---|---|
artifact |
An artifact |
Return Value
The name of the artifact
artifact-versions
Returns the versions of the artifact
Argument | |
---|---|
artifact |
An artifact |
Return Value
The versions of the artifact
2 - artifactType
Chainable Ops
artifactType-artifactVersions
Returns the artifactVersions of all artifacts of the artifactType
Argument | |
---|---|
artifactType |
A artifactType |
Return Value
The artifactVersions of all artifacts of the artifactType
artifactType-artifacts
Returns the artifacts of the artifactType
Argument | |
---|---|
artifactType |
An artifactType |
Return Value
The artifacts of the artifactType
artifactType-name
Returns the name of the artifactType
Argument | |
---|---|
artifactType |
A artifactType |
Return Value
The name of the artifactType
List Ops
artifactType-artifactVersions
Returns the artifactVersions of all artifacts of the artifactType
Argument | |
---|---|
artifactType |
A artifactType |
Return Value
The artifactVersions of all artifacts of the artifactType
artifactType-artifacts
Returns the artifacts of the artifactType
Argument | |
---|---|
artifactType |
A artifactType |
Return Value
The artifacts of the artifactType
artifactType-name
Returns the name of the artifactType
Argument | |
---|---|
artifactType |
A artifactType |
Return Value
The name of the artifactType
3 - artifactVersion
Chainable Ops
artifactVersion-aliases
Returns the aliases for an artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The aliases for an artifactVersion
artifactVersion-createdAt
Returns the datetime at which the artifactVersion was created
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The datetime at which the artifactVersion was created
artifactVersion-file
Returns the file of the artifactVersion for the given path
Argument | |
---|---|
artifactVersion |
An artifactVersion |
path |
The path of the file |
Return Value
The file of the artifactVersion for the given path
artifactVersion-files
Returns the list of files of the artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The list of files of the artifactVersion
artifactVersion-link
Returns the url for an artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The url for an artifactVersion
artifactVersion-metadata
Returns the artifactVersion metadata dictionary
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The artifactVersion metadata dictionary
artifactVersion-name
Returns the name of the artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The name of the artifactVersion
artifactVersion-size
Returns the size of the artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The size of the artifactVersion
artifactVersion-usedBy
Returns the runs that use the artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The runs that use the artifactVersion
artifactVersion-versionId
Returns the versionId of the artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The versionId of the artifactVersion
List Ops
artifactVersion-aliases
Returns the aliases for an artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The aliases for an artifactVersion
artifactVersion-createdAt
Returns the datetime at which the artifactVersion was created
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The datetime at which the artifactVersion was created
artifactVersion-file
Returns the file of the artifactVersion for the given path
Argument | |
---|---|
artifactVersion |
An artifactVersion |
path |
The path of the file |
Return Value
The file of the artifactVersion for the given path
artifactVersion-files
Returns the list of files of the artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The list of files of the artifactVersion
artifactVersion-link
Returns the url for an artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The url for an artifactVersion
artifactVersion-metadata
Returns the artifactVersion metadata dictionary
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The artifactVersion metadata dictionary
artifactVersion-name
Returns the name of the artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The name of the artifactVersion
artifactVersion-size
Returns the size of the artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The size of the artifactVersion
artifactVersion-usedBy
Returns the runs that use the artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The runs that use the artifactVersion
artifactVersion-versionId
Returns the versionId of the artifactVersion
Argument | |
---|---|
artifactVersion |
An artifactVersion |
Return Value
The versionId of the artifactVersion
4 - audio-file
Chainable Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
List Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
5 - bokeh-file
Chainable Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
List Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
6 - boolean
Chainable Ops
and
Returns the logical and
of the two values
Argument | |
---|---|
lhs |
First binary value |
rhs |
Second binary value |
Return Value
The logical and
of the two values
or
Returns the logical or
of the two values
Argument | |
---|---|
lhs |
First binary value |
rhs |
Second binary value |
Return Value
The logical or
of the two values
boolean-not
Returns the logical inverse of the value
Argument | |
---|---|
bool |
The boolean value |
Return Value
The logical inverse of the value
boolean-not
Returns the logical inverse of the value
Argument | |
---|---|
bool |
The boolean value |
Return Value
The logical inverse of the value
List Ops
and
Returns the logical and
of the two values
Argument | |
---|---|
lhs |
First binary value |
rhs |
Second binary value |
Return Value
The logical and
of the two values
or
Returns the logical or
of the two values
Argument | |
---|---|
lhs |
First binary value |
rhs |
Second binary value |
Return Value
The logical or
of the two values
boolean-not
Returns the logical inverse of the value
Argument | |
---|---|
bool |
The boolean value |
Return Value
The logical inverse of the value
boolean-not
Returns the logical inverse of the value
Argument | |
---|---|
bool |
The boolean value |
Return Value
The logical inverse of the value
7 - entity
Chainable Ops
entity-link
Returns the link of the entity
Argument | |
---|---|
entity |
A entity |
Return Value
The link of the entity
entity-name
Returns the name of the entity
Argument | |
---|---|
entity |
A entity |
Return Value
The name of the entity
List Ops
entity-link
Returns the link of the entity
Argument | |
---|---|
entity |
A entity |
Return Value
The link of the entity
entity-name
Returns the name of the entity
Argument | |
---|---|
entity |
A entity |
Return Value
The name of the entity
8 - file
Chainable Ops
file-contents
Returns the contents of the file
Argument | |
---|---|
file |
A file |
Return Value
The contents of the file
file-digest
Returns the digest of the file
Argument | |
---|---|
file |
A file |
Return Value
The digest of the file
file-size
Returns the size of the file
Argument | |
---|---|
file |
A file |
Return Value
The size of the file
file-table
Returns the contents of the file as a table
Argument | |
---|---|
file |
A file |
Return Value
The contents of the file as a table
List Ops
file-contents
Returns the contents of the file
Argument | |
---|---|
file |
A file |
Return Value
The contents of the file
file-digest
Returns the digest of the file
Argument | |
---|---|
file |
A file |
Return Value
The digest of the file
file-size
Returns the size of the file
Argument | |
---|---|
file |
A file |
Return Value
The size of the file
file-table
Returns the contents of the file as a table
Argument | |
---|---|
file |
A file |
Return Value
The contents of the file as a table
9 - float
Chainable Ops
number-notEqual
Determines inequality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are not equal.
number-modulo
Divide a number by another and return remainder
Argument | |
---|---|
lhs |
number to divide |
rhs |
number to divide by |
Return Value
Modulo of two numbers
number-mult
Multiply two numbers
Argument | |
---|---|
lhs |
First number |
rhs |
Second number |
Return Value
Product of two numbers
number-powBinary
Raise a number to an exponent
Argument | |
---|---|
lhs |
Base number |
rhs |
Exponent number |
Return Value
The base numbers raised to nth power
number-add
Add two numbers
Argument | |
---|---|
lhs |
First number |
rhs |
Second number |
Return Value
Sum of two numbers
number-sub
Subtract a number from another
Argument | |
---|---|
lhs |
number to subtract from |
rhs |
number to subtract |
Return Value
Difference of two numbers
number-div
Divide a number by another
Argument | |
---|---|
lhs |
number to divide |
rhs |
number to divide by |
Return Value
Quotient of two numbers
number-less
Check if a number is less than another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is less than the second
number-lessEqual
Check if a number is less than or equal to another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is less than or equal to the second
number-equal
Determines equality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are equal.
number-greater
Check if a number is greater than another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is greater than the second
number-greaterEqual
Check if a number is greater than or equal to another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is greater than or equal to the second
number-negate
Negate a number
Argument | |
---|---|
val |
Number to negate |
Return Value
A number
number-toString
Convert a number to a string
Argument | |
---|---|
in |
Number to convert |
Return Value
String representation of the number
number-toTimestamp
Converts a number to a timestamp. Values less than 31536000000 will be converted to seconds, values less than 31536000000000 will be converted to milliseconds, values less than 31536000000000000 will be converted to microseconds, and values less than 31536000000000000000 will be converted to nanoseconds.
Argument | |
---|---|
val |
Number to convert to a timestamp |
Return Value
Timestamp
number-abs
Calculates the absolute value of a number
Argument | |
---|---|
n |
A number |
Return Value
The absolute value of the number
List Ops
number-notEqual
Determines inequality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are not equal.
number-modulo
Divide a number by another and return remainder
Argument | |
---|---|
lhs |
number to divide |
rhs |
number to divide by |
Return Value
Modulo of two numbers
number-mult
Multiply two numbers
Argument | |
---|---|
lhs |
First number |
rhs |
Second number |
Return Value
Product of two numbers
number-powBinary
Raise a number to an exponent
Argument | |
---|---|
lhs |
Base number |
rhs |
Exponent number |
Return Value
The base numbers raised to nth power
number-add
Add two numbers
Argument | |
---|---|
lhs |
First number |
rhs |
Second number |
Return Value
Sum of two numbers
number-sub
Subtract a number from another
Argument | |
---|---|
lhs |
number to subtract from |
rhs |
number to subtract |
Return Value
Difference of two numbers
number-div
Divide a number by another
Argument | |
---|---|
lhs |
number to divide |
rhs |
number to divide by |
Return Value
Quotient of two numbers
number-less
Check if a number is less than another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is less than the second
number-lessEqual
Check if a number is less than or equal to another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is less than or equal to the second
number-equal
Determines equality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are equal.
number-greater
Check if a number is greater than another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is greater than the second
number-greaterEqual
Check if a number is greater than or equal to another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is greater than or equal to the second
number-negate
Negate a number
Argument | |
---|---|
val |
Number to negate |
Return Value
A number
numbers-argmax
Finds the index of maximum number
Argument | |
---|---|
numbers |
list of numbers to find the index of maximum number |
Return Value
Index of maximum number
numbers-argmin
Finds the index of minimum number
Argument | |
---|---|
numbers |
list of numbers to find the index of minimum number |
Return Value
Index of minimum number
numbers-avg
Average of numbers
Argument | |
---|---|
numbers |
list of numbers to average |
Return Value
Average of numbers
numbers-max
Maximum number
Argument | |
---|---|
numbers |
list of numbers to find the maximum number |
Return Value
Maximum number
numbers-min
Minimum number
Argument | |
---|---|
numbers |
list of numbers to find the minimum number |
Return Value
Minimum number
numbers-stddev
Standard deviation of numbers
Argument | |
---|---|
numbers |
list of numbers to calculate the standard deviation |
Return Value
Standard deviation of numbers
numbers-sum
Sum of numbers
Argument | |
---|---|
numbers |
list of numbers to sum |
Return Value
Sum of numbers
number-toString
Convert a number to a string
Argument | |
---|---|
in |
Number to convert |
Return Value
String representation of the number
number-toTimestamp
Converts a number to a timestamp. Values less than 31536000000 will be converted to seconds, values less than 31536000000000 will be converted to milliseconds, values less than 31536000000000000 will be converted to microseconds, and values less than 31536000000000000000 will be converted to nanoseconds.
Argument | |
---|---|
val |
Number to convert to a timestamp |
Return Value
Timestamp
number-abs
Calculates the absolute value of a number
Argument | |
---|---|
n |
A number |
Return Value
The absolute value of the number
10 - html-file
Chainable Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
List Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
11 - image-file
Chainable Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
List Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
12 - int
Chainable Ops
number-notEqual
Determines inequality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are not equal.
number-modulo
Divide a number by another and return remainder
Argument | |
---|---|
lhs |
number to divide |
rhs |
number to divide by |
Return Value
Modulo of two numbers
number-mult
Multiply two numbers
Argument | |
---|---|
lhs |
First number |
rhs |
Second number |
Return Value
Product of two numbers
number-powBinary
Raise a number to an exponent
Argument | |
---|---|
lhs |
Base number |
rhs |
Exponent number |
Return Value
The base numbers raised to nth power
number-add
Add two numbers
Argument | |
---|---|
lhs |
First number |
rhs |
Second number |
Return Value
Sum of two numbers
number-sub
Subtract a number from another
Argument | |
---|---|
lhs |
number to subtract from |
rhs |
number to subtract |
Return Value
Difference of two numbers
number-div
Divide a number by another
Argument | |
---|---|
lhs |
number to divide |
rhs |
number to divide by |
Return Value
Quotient of two numbers
number-less
Check if a number is less than another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is less than the second
number-lessEqual
Check if a number is less than or equal to another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is less than or equal to the second
number-equal
Determines equality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are equal.
number-greater
Check if a number is greater than another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is greater than the second
number-greaterEqual
Check if a number is greater than or equal to another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is greater than or equal to the second
number-negate
Negate a number
Argument | |
---|---|
val |
Number to negate |
Return Value
A number
number-toString
Convert a number to a string
Argument | |
---|---|
in |
Number to convert |
Return Value
String representation of the number
number-toTimestamp
Converts a number to a timestamp. Values less than 31536000000 will be converted to seconds, values less than 31536000000000 will be converted to milliseconds, values less than 31536000000000000 will be converted to microseconds, and values less than 31536000000000000000 will be converted to nanoseconds.
Argument | |
---|---|
val |
Number to convert to a timestamp |
Return Value
Timestamp
number-abs
Calculates the absolute value of a number
Argument | |
---|---|
n |
A number |
Return Value
The absolute value of the number
List Ops
number-notEqual
Determines inequality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are not equal.
number-modulo
Divide a number by another and return remainder
Argument | |
---|---|
lhs |
number to divide |
rhs |
number to divide by |
Return Value
Modulo of two numbers
number-mult
Multiply two numbers
Argument | |
---|---|
lhs |
First number |
rhs |
Second number |
Return Value
Product of two numbers
number-powBinary
Raise a number to an exponent
Argument | |
---|---|
lhs |
Base number |
rhs |
Exponent number |
Return Value
The base numbers raised to nth power
number-add
Add two numbers
Argument | |
---|---|
lhs |
First number |
rhs |
Second number |
Return Value
Sum of two numbers
number-sub
Subtract a number from another
Argument | |
---|---|
lhs |
number to subtract from |
rhs |
number to subtract |
Return Value
Difference of two numbers
number-div
Divide a number by another
Argument | |
---|---|
lhs |
number to divide |
rhs |
number to divide by |
Return Value
Quotient of two numbers
number-less
Check if a number is less than another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is less than the second
number-lessEqual
Check if a number is less than or equal to another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is less than or equal to the second
number-equal
Determines equality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are equal.
number-greater
Check if a number is greater than another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is greater than the second
number-greaterEqual
Check if a number is greater than or equal to another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is greater than or equal to the second
number-negate
Negate a number
Argument | |
---|---|
val |
Number to negate |
Return Value
A number
numbers-argmax
Finds the index of maximum number
Argument | |
---|---|
numbers |
list of numbers to find the index of maximum number |
Return Value
Index of maximum number
numbers-argmin
Finds the index of minimum number
Argument | |
---|---|
numbers |
list of numbers to find the index of minimum number |
Return Value
Index of minimum number
numbers-avg
Average of numbers
Argument | |
---|---|
numbers |
list of numbers to average |
Return Value
Average of numbers
numbers-max
Maximum number
Argument | |
---|---|
numbers |
list of numbers to find the maximum number |
Return Value
Maximum number
numbers-min
Minimum number
Argument | |
---|---|
numbers |
list of numbers to find the minimum number |
Return Value
Minimum number
numbers-stddev
Standard deviation of numbers
Argument | |
---|---|
numbers |
list of numbers to calculate the standard deviation |
Return Value
Standard deviation of numbers
numbers-sum
Sum of numbers
Argument | |
---|---|
numbers |
list of numbers to sum |
Return Value
Sum of numbers
number-toString
Convert a number to a string
Argument | |
---|---|
in |
Number to convert |
Return Value
String representation of the number
number-toTimestamp
Converts a number to a timestamp. Values less than 31536000000 will be converted to seconds, values less than 31536000000000 will be converted to milliseconds, values less than 31536000000000000 will be converted to microseconds, and values less than 31536000000000000000 will be converted to nanoseconds.
Argument | |
---|---|
val |
Number to convert to a timestamp |
Return Value
Timestamp
number-abs
Calculates the absolute value of a number
Argument | |
---|---|
n |
A number |
Return Value
The absolute value of the number
13 - joined-table
Chainable Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
joinedtable-file
Returns the file of a joined-table
Argument | |
---|---|
joinedTable |
The joined-table |
Return Value
The file of a joined-table
joinedtable-rows
Returns the rows of a joined-table
Argument | |
---|---|
joinedTable |
The joined-table |
leftOuter |
Whether to include rows from the left table that do not have a matching row in the right table |
rightOuter |
Whether to include rows from the right table that do not have a matching row in the left table |
Return Value
The rows of the joined-table
List Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
14 - molecule-file
Chainable Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
List Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
15 - number
Chainable Ops
number-notEqual
Determines inequality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are not equal.
number-modulo
Divide a number by another and return remainder
Argument | |
---|---|
lhs |
number to divide |
rhs |
number to divide by |
Return Value
Modulo of two numbers
number-mult
Multiply two numbers
Argument | |
---|---|
lhs |
First number |
rhs |
Second number |
Return Value
Product of two numbers
number-powBinary
Raise a number to an exponent
Argument | |
---|---|
lhs |
Base number |
rhs |
Exponent number |
Return Value
The base numbers raised to nth power
number-add
Add two numbers
Argument | |
---|---|
lhs |
First number |
rhs |
Second number |
Return Value
Sum of two numbers
number-sub
Subtract a number from another
Argument | |
---|---|
lhs |
number to subtract from |
rhs |
number to subtract |
Return Value
Difference of two numbers
number-div
Divide a number by another
Argument | |
---|---|
lhs |
number to divide |
rhs |
number to divide by |
Return Value
Quotient of two numbers
number-less
Check if a number is less than another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is less than the second
number-lessEqual
Check if a number is less than or equal to another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is less than or equal to the second
number-equal
Determines equality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are equal.
number-greater
Check if a number is greater than another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is greater than the second
number-greaterEqual
Check if a number is greater than or equal to another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is greater than or equal to the second
number-negate
Negate a number
Argument | |
---|---|
val |
Number to negate |
Return Value
A number
number-toString
Convert a number to a string
Argument | |
---|---|
in |
Number to convert |
Return Value
String representation of the number
number-toTimestamp
Converts a number to a timestamp. Values less than 31536000000 will be converted to seconds, values less than 31536000000000 will be converted to milliseconds, values less than 31536000000000000 will be converted to microseconds, and values less than 31536000000000000000 will be converted to nanoseconds.
Argument | |
---|---|
val |
Number to convert to a timestamp |
Return Value
Timestamp
number-abs
Calculates the absolute value of a number
Argument | |
---|---|
n |
A number |
Return Value
The absolute value of the number
List Ops
number-notEqual
Determines inequality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are not equal.
number-modulo
Divide a number by another and return remainder
Argument | |
---|---|
lhs |
number to divide |
rhs |
number to divide by |
Return Value
Modulo of two numbers
number-mult
Multiply two numbers
Argument | |
---|---|
lhs |
First number |
rhs |
Second number |
Return Value
Product of two numbers
number-powBinary
Raise a number to an exponent
Argument | |
---|---|
lhs |
Base number |
rhs |
Exponent number |
Return Value
The base numbers raised to nth power
number-add
Add two numbers
Argument | |
---|---|
lhs |
First number |
rhs |
Second number |
Return Value
Sum of two numbers
number-sub
Subtract a number from another
Argument | |
---|---|
lhs |
number to subtract from |
rhs |
number to subtract |
Return Value
Difference of two numbers
number-div
Divide a number by another
Argument | |
---|---|
lhs |
number to divide |
rhs |
number to divide by |
Return Value
Quotient of two numbers
number-less
Check if a number is less than another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is less than the second
number-lessEqual
Check if a number is less than or equal to another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is less than or equal to the second
number-equal
Determines equality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are equal.
number-greater
Check if a number is greater than another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is greater than the second
number-greaterEqual
Check if a number is greater than or equal to another
Argument | |
---|---|
lhs |
number to compare |
rhs |
number to compare to |
Return Value
Whether the first number is greater than or equal to the second
number-negate
Negate a number
Argument | |
---|---|
val |
Number to negate |
Return Value
A number
numbers-argmax
Finds the index of maximum number
Argument | |
---|---|
numbers |
list of numbers to find the index of maximum number |
Return Value
Index of maximum number
numbers-argmin
Finds the index of minimum number
Argument | |
---|---|
numbers |
list of numbers to find the index of minimum number |
Return Value
Index of minimum number
numbers-avg
Average of numbers
Argument | |
---|---|
numbers |
list of numbers to average |
Return Value
Average of numbers
numbers-max
Maximum number
Argument | |
---|---|
numbers |
list of numbers to find the maximum number |
Return Value
Maximum number
numbers-min
Minimum number
Argument | |
---|---|
numbers |
list of numbers to find the minimum number |
Return Value
Minimum number
numbers-stddev
Standard deviation of numbers
Argument | |
---|---|
numbers |
list of numbers to calculate the standard deviation |
Return Value
Standard deviation of numbers
numbers-sum
Sum of numbers
Argument | |
---|---|
numbers |
list of numbers to sum |
Return Value
Sum of numbers
number-toString
Convert a number to a string
Argument | |
---|---|
in |
Number to convert |
Return Value
String representation of the number
number-toTimestamp
Converts a number to a timestamp. Values less than 31536000000 will be converted to seconds, values less than 31536000000000 will be converted to milliseconds, values less than 31536000000000000 will be converted to microseconds, and values less than 31536000000000000000 will be converted to nanoseconds.
Argument | |
---|---|
val |
Number to convert to a timestamp |
Return Value
Timestamp
number-abs
Calculates the absolute value of a number
Argument | |
---|---|
n |
A number |
Return Value
The absolute value of the number
16 - object3D-file
Chainable Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
List Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
17 - partitioned-table
Chainable Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
partitionedtable-file
Returns the file of a partitioned-table
Argument | |
---|---|
partitionedTable |
The partitioned-table |
Return Value
file of the partitioned-table
partitionedtable-rows
Returns the rows of a partitioned-table
Argument | |
---|---|
partitionedTable |
The partitioned-table to get rows from |
Return Value
Rows of the partitioned-table
List Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
18 - project
Chainable Ops
project-artifact
Returns the artifact for a given name within a project
Argument | |
---|---|
project |
A project |
artifactName |
The name of the artifact |
Return Value
The artifact for a given name within a project
project-artifactType
Returns the [artifactType](artifact-type.md for a given name within a project
Argument | |
---|---|
project |
A project |
artifactType |
The name of the [artifactType](artifact-type.md |
Return Value
The [artifactType](artifact-type.md for a given name within a project
project-artifactTypes
Returns the [artifactTypes](artifact-type.md for a project
Argument | |
---|---|
project |
A project |
Return Value
The [artifactTypes](artifact-type.md for a project
project-artifactVersion
Returns the [artifactVersion](artifact-version.md for a given name and version within a project
Argument | |
---|---|
project |
A project |
artifactName |
The name of the [artifactVersion](artifact-version.md |
artifactVersionAlias |
The version alias of the [artifactVersion](artifact-version.md |
Return Value
The [artifactVersion](artifact-version.md for a given name and version within a project
project-createdAt
Returns the creation time of the project
Argument | |
---|---|
project |
A project |
Return Value
The creation time of the project
project-name
Returns the name of the project
Argument | |
---|---|
project |
A project |
Return Value
The name of the project
project-runs
Returns the runs from a project
Argument | |
---|---|
project |
A project |
Return Value
List Ops
project-artifact
Returns the artifact for a given name within a project
Argument | |
---|---|
project |
A project |
artifactName |
The name of the artifact |
Return Value
The artifact for a given name within a project
project-artifactType
Returns the [artifactType](artifact-type.md for a given name within a project
Argument | |
---|---|
project |
A project |
artifactType |
The name of the [artifactType](artifact-type.md |
Return Value
The [artifactType](artifact-type.md for a given name within a project
project-artifactTypes
Returns the [artifactTypes](artifact-type.md for a project
Argument | |
---|---|
project |
A project |
Return Value
The [artifactTypes](artifact-type.md for a project
project-artifactVersion
Returns the [artifactVersion](artifact-version.md for a given name and version within a project
Argument | |
---|---|
project |
A project |
artifactName |
The name of the [artifactVersion](artifact-version.md |
artifactVersionAlias |
The version alias of the [artifactVersion](artifact-version.md |
Return Value
The [artifactVersion](artifact-version.md for a given name and version within a project
project-createdAt
Returns the creation time of the project
Argument | |
---|---|
project |
A project |
Return Value
The creation time of the project
project-name
Returns the name of the project
Argument | |
---|---|
project |
A project |
Return Value
The name of the project
project-runs
Returns the runs from a project
Argument | |
---|---|
project |
A project |
Return Value
19 - pytorch-model-file
Chainable Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
List Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
20 - run
Chainable Ops
run-config
Returns the config typedDict of the run
Argument | |
---|---|
run |
A run |
Return Value
The config typedDict of the run
run-createdAt
Returns the created at datetime of the run
Argument | |
---|---|
run |
A run |
Return Value
The created at datetime of the run
run-heartbeatAt
Returns the last heartbeat datetime of the run
Argument | |
---|---|
run |
A run |
Return Value
The last heartbeat datetime of the run
run-history
Returns the log history of the run
Argument | |
---|---|
run |
A run |
Return Value
The log history of the run
run-jobType
Returns the job type of the run
Argument | |
---|---|
run |
A run |
Return Value
The job type of the run
run-loggedArtifactVersion
Returns the artifactVersion logged by the run for a given name and alias
Argument | |
---|---|
run |
A run |
artifactVersionName |
The name:alias of the artifactVersion |
Return Value
The artifactVersion logged by the run for a given name and alias
run-loggedArtifactVersions
Returns all of the artifactVersions logged by the run
Argument | |
---|---|
run |
A run |
Return Value
The artifactVersions logged by the run
run-name
Returns the name of the run
Argument | |
---|---|
run |
A run |
Return Value
The name of the run
run-runtime
Returns the runtime in seconds of the run
Argument | |
---|---|
run |
A run |
Return Value
The runtime in seconds of the run
run-summary
Returns the summary typedDict of the run
Argument | |
---|---|
run |
A run |
Return Value
The summary typedDict of the run
run-usedArtifactVersions
Returns all of the artifactVersions used by the run
Argument | |
---|---|
run |
A run |
Return Value
The artifactVersions used by the run
run-user
Argument | |
---|---|
run |
A run |
Return Value
List Ops
run-config
Returns the config typedDict of the run
Argument | |
---|---|
run |
A run |
Return Value
The config typedDict of the run
run-createdAt
Returns the created at datetime of the run
Argument | |
---|---|
run |
A run |
Return Value
The created at datetime of the run
run-heartbeatAt
Returns the last heartbeat datetime of the run
Argument | |
---|---|
run |
A run |
Return Value
The last heartbeat datetime of the run
run-history
Returns the log history of the run
Argument | |
---|---|
run |
A run |
Return Value
The log history of the run
run-jobType
Returns the job type of the run
Argument | |
---|---|
run |
A run |
Return Value
The job type of the run
run-loggedArtifactVersion
Returns the artifactVersion logged by the run for a given name and alias
Argument | |
---|---|
run |
A run |
artifactVersionName |
The name:alias of the artifactVersion |
Return Value
The artifactVersion logged by the run for a given name and alias
run-loggedArtifactVersions
Returns all of the artifactVersions logged by the run
Argument | |
---|---|
run |
A run |
Return Value
The artifactVersions logged by the run
run-name
Returns the name of the run
Argument | |
---|---|
run |
A run |
Return Value
The name of the run
run-runtime
Returns the runtime in seconds of the run
Argument | |
---|---|
run |
A run |
Return Value
The runtime in seconds of the run
run-summary
Returns the summary typedDict of the run
Argument | |
---|---|
run |
A run |
Return Value
The summary typedDict of the run
run-usedArtifactVersions
Returns all of the artifactVersions used by the run
Argument | |
---|---|
run |
A run |
Return Value
The artifactVersions used by the run
21 - string
Chainable Ops
string-notEqual
Determines inequality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are not equal.
string-add
Concatenates two strings
Argument | |
---|---|
lhs |
The first string |
rhs |
The second string |
Return Value
The concatenated string
string-equal
Determines equality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are equal.
string-append
Appends a suffix to a string
Argument | |
---|---|
str |
The string to append to |
suffix |
The suffix to append |
Return Value
The string with the suffix appended
string-contains
Checks if a string contains a substring
Argument | |
---|---|
str |
The string to check |
sub |
The substring to check for |
Return Value
Whether the string contains the substring
string-endsWith
Checks if a string ends with a suffix
Argument | |
---|---|
str |
The string to check |
suffix |
The suffix to check for |
Return Value
Whether the string ends with the suffix
string-findAll
Finds all occurrences of a substring in a string
Argument | |
---|---|
str |
The string to find occurrences of the substring in |
sub |
The substring to find |
Return Value
The list of indices of the substring in the string
string-isAlnum
Checks if a string is alphanumeric
Argument | |
---|---|
str |
The string to check |
Return Value
Whether the string is alphanumeric
string-isAlpha
Checks if a string is alphabetic
Argument | |
---|---|
str |
The string to check |
Return Value
Whether the string is alphabetic
string-isNumeric
Checks if a string is numeric
Argument | |
---|---|
str |
The string to check |
Return Value
Whether the string is numeric
string-lStrip
Strip leading whitespace
Argument | |
---|---|
str |
The string to strip. |
Return Value
The stripped string.
string-len
Returns the length of a string
Argument | |
---|---|
str |
The string to check |
Return Value
The length of the string
string-lower
Converts a string to lowercase
Argument | |
---|---|
str |
The string to convert to lowercase |
Return Value
The lowercase string
string-partition
Partitions a string into a list of the strings
Argument | |
---|---|
str |
The string to split |
sep |
The separator to split on |
Return Value
A list of strings: the string before the separator, the separator, and the string after the separator
string-prepend
Prepends a prefix to a string
Argument | |
---|---|
str |
The string to prepend to |
prefix |
The prefix to prepend |
Return Value
The string with the prefix prepended
string-rStrip
Strip trailing whitespace
Argument | |
---|---|
str |
The string to strip. |
Return Value
The stripped string.
string-replace
Replaces all occurrences of a substring in a string
Argument | |
---|---|
str |
The string to replace contents of |
sub |
The substring to replace |
newSub |
The substring to replace the old substring with |
Return Value
The string with the replacements
string-slice
Slices a string into a substring based on beginning and end indices
Argument | |
---|---|
str |
The string to slice |
begin |
The beginning index of the substring |
end |
The ending index of the substring |
Return Value
The substring
string-split
Splits a string into a list of strings
Argument | |
---|---|
str |
The string to split |
sep |
The separator to split on |
Return Value
The list of strings
string-startsWith
Checks if a string starts with a prefix
Argument | |
---|---|
str |
The string to check |
prefix |
The prefix to check for |
Return Value
Whether the string starts with the prefix
string-strip
Strip whitespace from both ends of a string.
Argument | |
---|---|
str |
The string to strip. |
Return Value
The stripped string.
string-upper
Converts a string to uppercase
Argument | |
---|---|
str |
The string to convert to uppercase |
Return Value
The uppercase string
string-levenshtein
Calculates the Levenshtein distance between two strings.
Argument | |
---|---|
str1 |
The first string. |
str2 |
The second string. |
Return Value
The Levenshtein distance between the two strings.
List Ops
string-notEqual
Determines inequality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are not equal.
string-add
Concatenates two strings
Argument | |
---|---|
lhs |
The first string |
rhs |
The second string |
Return Value
The concatenated string
string-equal
Determines equality of two values.
Argument | |
---|---|
lhs |
The first value to compare. |
rhs |
The second value to compare. |
Return Value
Whether the two values are equal.
string-append
Appends a suffix to a string
Argument | |
---|---|
str |
The string to append to |
suffix |
The suffix to append |
Return Value
The string with the suffix appended
string-contains
Checks if a string contains a substring
Argument | |
---|---|
str |
The string to check |
sub |
The substring to check for |
Return Value
Whether the string contains the substring
string-endsWith
Checks if a string ends with a suffix
Argument | |
---|---|
str |
The string to check |
suffix |
The suffix to check for |
Return Value
Whether the string ends with the suffix
string-findAll
Finds all occurrences of a substring in a string
Argument | |
---|---|
str |
The string to find occurrences of the substring in |
sub |
The substring to find |
Return Value
The list of indices of the substring in the string
string-isAlnum
Checks if a string is alphanumeric
Argument | |
---|---|
str |
The string to check |
Return Value
Whether the string is alphanumeric
string-isAlpha
Checks if a string is alphabetic
Argument | |
---|---|
str |
The string to check |
Return Value
Whether the string is alphabetic
string-isNumeric
Checks if a string is numeric
Argument | |
---|---|
str |
The string to check |
Return Value
Whether the string is numeric
string-lStrip
Strip leading whitespace
Argument | |
---|---|
str |
The string to strip. |
Return Value
The stripped string.
string-len
Returns the length of a string
Argument | |
---|---|
str |
The string to check |
Return Value
The length of the string
string-lower
Converts a string to lowercase
Argument | |
---|---|
str |
The string to convert to lowercase |
Return Value
The lowercase string
string-partition
Partitions a string into a list of the strings
Argument | |
---|---|
str |
The string to split |
sep |
The separator to split on |
Return Value
A list of strings: the string before the separator, the separator, and the string after the separator
string-prepend
Prepends a prefix to a string
Argument | |
---|---|
str |
The string to prepend to |
prefix |
The prefix to prepend |
Return Value
The string with the prefix prepended
string-rStrip
Strip trailing whitespace
Argument | |
---|---|
str |
The string to strip. |
Return Value
The stripped string.
string-replace
Replaces all occurrences of a substring in a string
Argument | |
---|---|
str |
The string to replace contents of |
sub |
The substring to replace |
newSub |
The substring to replace the old substring with |
Return Value
The string with the replacements
string-slice
Slices a string into a substring based on beginning and end indices
Argument | |
---|---|
str |
The string to slice |
begin |
The beginning index of the substring |
end |
The ending index of the substring |
Return Value
The substring
string-split
Splits a string into a list of strings
Argument | |
---|---|
str |
The string to split |
sep |
The separator to split on |
Return Value
The list of strings
string-startsWith
Checks if a string starts with a prefix
Argument | |
---|---|
str |
The string to check |
prefix |
The prefix to check for |
Return Value
Whether the string starts with the prefix
string-strip
Strip whitespace from both ends of a string.
Argument | |
---|---|
str |
The string to strip. |
Return Value
The stripped string.
string-upper
Converts a string to uppercase
Argument | |
---|---|
str |
The string to convert to uppercase |
Return Value
The uppercase string
string-levenshtein
Calculates the Levenshtein distance between two strings.
Argument | |
---|---|
str1 |
The first string. |
str2 |
The second string. |
Return Value
The Levenshtein distance between the two strings.
22 - table
Chainable Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
table-rows
Returns the rows of a table
Argument | |
---|---|
table |
A table |
Return Value
The rows of the table
List Ops
asset-file
Returns the file of the asset
Argument | |
---|---|
asset |
The asset |
Return Value
The file of the asset
table-rows
Returns the rows of a table
Argument | |
---|---|
table |
A table |
Return Value
The rows of the table