Module module

Module module 

Source

Modules§

archive_module_application_request
archive_module_application_response
batch_archive_modules_request
batch_archive_modules_response
batch_get_module_applications_request
batch_get_module_applications_response
batch_get_modules_request
batch_unarchive_modules_request
batch_unarchive_modules_response
create_module_application_request
create_module_application_response
create_module_request
cyclic_module_function_definitions
derived_series_metadata
function
function_name_conflict
function_node
function_parameter
function_parameter_missing_default_value
get_derived_series_request
get_derived_series_response
get_module_request
internal
invalid_function_names
invalid_module_name
invalid_module_parameters_shape
invalid_module_title
invalid_module_version_string
invalid_nested_function_references
invalid_parameter_names
invalid_type_for_module_variables
invalid_variable_names
latest_version_strategy
mismatched_variable_type
missing_default_variables
module
module_application
module_applications_not_found
module_metadata
module_name_conflict
module_names_not_found
module_parameter
module_ref
module_service
module_summary
module_variable
module_version
module_version_definition
module_version_metadata
modules_not_found
parameter_name
parameter_name_conflict
parameter_name_shadowed
pinned_version_strategy
request_module_name_ref
request_module_ref
search_module_applications_query
search_module_applications_request
search_module_applications_response
search_modules_query
search_modules_request
search_modules_response
search_modules_sort_field
search_modules_sort_options
undefined_module_function_reference
update_module_application_request
update_module_application_response
update_module_request
value_type
variable_name
variable_name_conflict
version_strategy

Structs§

ArchiveModuleApplicationRequest
ArchiveModuleApplicationResponse
AsyncModuleServiceEndpoints
BatchArchiveModulesRequest
BatchArchiveModulesResponse
BatchGetModuleApplicationsRequest
BatchGetModuleApplicationsResponse
BatchGetModulesRequest
BatchUnarchiveModulesRequest
BatchUnarchiveModulesResponse
CreateModuleApplicationRequest
CreateModuleApplicationResponse
CreateModuleRequest
CyclicModuleFunctionDefinitions
One or more functions contain cyclic references to each other.
DerivedSeriesMetadata
Function
FunctionNameConflict
One or more function names conflict with each other in the module definition.
FunctionParameter
FunctionParameterMissingDefaultValue
One or more function parameters are missing a default value. All function parameters must have a default value that references a module variable.
GetDerivedSeriesRequest
GetDerivedSeriesResponse
GetModuleRequest
InvalidFunctionNames
One or more function names are invalid. Function names must begin with a letter and can only contain letters, numbers, and underscores.
InvalidModuleName
The provided module name is invalid. Module names must begin with a letter and can only contain letters, numbers, and underscores.
InvalidModuleParametersShape
The module parameters are invalid. Modules must have exactly one parameter named ‘ASSET_RID’ of type ‘ASSET_RID’.
InvalidModuleTitle
The provided module title is invalid. Module titles must begin with a letter and can only contain letters, numbers, and underscores.
InvalidModuleVersionString
The provided module version string is invalid. Module version strings must be of the form “MAJOR”, where MAJOR is a non-negative integer.
InvalidNestedFunctionReferences
One or more functions contain invalid nested function references. Functions cannot reference other functions that are not defined in the same module.
InvalidParameterNames
One or more parameter names are invalid. Parameter names must begin with a letter and can only contain letters, numbers, and underscores.
InvalidTypeForModuleVariables
One or more variable values have the wrong type.
InvalidVariableNames
One or more variable names are invalid. Variable names must begin with a letter and can only contain letters, numbers, and underscores.
LatestVersionStrategy
This strategy refers to the latest version of the module.
MismatchedVariableType
The type of one or more variables does not match the type of the function parameter that references it.
MissingDefaultVariables
One or more function parameters reference module variables that are not defined in the module’s defaultVariables.
Module
ModuleApplication
ModuleApplicationsNotFound
One or more module applications were not found in the current workspace.
ModuleMetadata
ModuleNameConflict
A module with the given name already exists in the current workspace.
ModuleNamesNotFound
One or more module names were not found in the current workspace.
ModuleParameter
ModuleRef
ModuleServiceAsyncClient
Modules define collections of compute logic that can be shared and used across different contexts by applying them to assets. The Modules Service provides the api for managing these collections and using them.
ModuleServiceClient
Modules define collections of compute logic that can be shared and used across different contexts by applying them to assets. The Modules Service provides the api for managing these collections and using them.
ModuleServiceEndpoints
ModuleSummary
ModuleVariable
ModuleVersion
ModuleVersionDefinition
ModuleVersionMetadata
ModulesNotFound
One or more modules were not found in the current workspace.
ParameterName
ParameterNameConflict
One or more parameter names conflict with each other in the module definition.
ParameterNameShadowed
One or more parameter names are shadowed by variable names in the module definition.
PinnedVersionStrategy
This strategy refers to a specific version of the module.
RequestModuleNameRef
This is used to refer to modules in requests by name.
SearchModuleApplicationsRequest
SearchModuleApplicationsResponse
SearchModulesRequest
SearchModulesResponse
SearchModulesSortOptions
UndefinedModuleFunctionReference
The following function reference is undefined in the module.
UpdateModuleApplicationRequest
UpdateModuleApplicationResponse
UpdateModuleRequest
VariableName
VariableNameConflict
One or more variable names conflict with each other in the module definition.

Enums§

FunctionNode
RequestModuleRef
SearchModuleApplicationsQuery
SearchModulesQuery
SearchModulesSortField
ValueType
VersionStrategy

Traits§

AsyncModuleService
Modules define collections of compute logic that can be shared and used across different contexts by applying them to assets. The Modules Service provides the api for managing these collections and using them.
ModuleService
Modules define collections of compute logic that can be shared and used across different contexts by applying them to assets. The Modules Service provides the api for managing these collections and using them.