omni.flux.stage_manager.core
SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- class omni.flux.stage_manager.core.StageManagerCore(schema_path: Optional[str] = None)
Bases:
object
Core extension used to orchestrate and manage the StageManager. The StageManagerCore relies on a StageManagerSchema to define its internal data structure.
- property default_attr: dict[str, None]
- destroy()
- property schema: omni.flux.stage_manager.core.schema.StageManagerSchema
- setup(schema_dict: dict)
- class omni.flux.stage_manager.core.StageManagerSchema(*args: Any, **kwargs: Any)
Bases:
pydantic.BaseModel
A Pydantic BaseModel class used to define the internal structure of the StageManager data.
This model will use the StageManager factory to resolve all the plugins and transform the JSON dict used to initialize this base model to a completely initialized data structure.
- check_unique_interactions(v)
- context: omni.flux.stage_manager.factory.plugins.context_plugin.StageManagerContextPlugin = Ellipsis
- interactions: list[omni.flux.stage_manager.factory.plugins.interaction_plugin.StageManagerInteractionPlugin] = Ellipsis