ibm_aigov_facts_client.utils.me_containers_meta module
- class Prop(model_platform=None, asset_placeholder=None, space_type=None, deployment_details=None, openscale_monitored=None, expected_container=None, notes=None)
Bases:
object
- class SupportBase(props_definitions)
Bases:
object- get(asset_platform: str, container_name: str)
- show()
- class AssetsContainersDefinitions
Bases:
SupportBaseTo view container definitions , use:
>>> client.AssetsContainersDefinitions.show()
To see only specific container definitions , use:
>>> client.AssetsContainersDefinitions.get(asset_platform='WML',container_name='OPERATE')
Set of containers classification definitions.
Model Asset Platform
Asset Placeholder
Space Type
Deployment info available
Openscale monitored
Expected container
Notes
WML
Project
N
N
DEVELOP
The asset in project considered as in development
WML
Space
development
N
N
TEST
Spaces that are not tagged as AIGovernance:Pre-production or AIGovernance:Production are considered as Test environment
WML
Space
pre-production
N
N
VALIDATE
Space is tagged as AIGovernance:Pre-production
WML
Space
pre-production
N
Y
VALIDATE
Space tagged as pre-production in Watson OpenScale and deployment is monitored as pre-production
WML
Space
production
N
N
OPERATE
Space is tagged as AIGovernance:Production
WML
Space
production
N
Y
OPERATE
Space is tagged as production in Watson OpenScale and deployment is monitored as production
External
Platform asset catalog
development
N
N
DEVELOP
The model does not have any deployments and classified as in a Development environment
External
Platform asset catalog
development
Y
N
TEST
The asset has deployment info under model stub and is not monitored in Watson OpenScale thus classified as in a Test environment
External
Platform asset catalog
pre-production
N
Y
VALIDATE
The asset deployment is tagged as Pre-production in Watson OpenScale and considered as in pre-production environment
External
Platform asset catalog
production
N
Y
OPERATE
The asset deployment is tagged as Production in Watson OpenScale and considered as in production environment