ai_core_sdk.models.object_store_secret
index
/home/jenkins/agent/workspace/AI-Foundation_ai-core-sdk_master/ai_core_sdk/models/object_store_secret.py

 
Classes
       
builtins.object
ObjectStoreSecret

 
class ObjectStoreSecret(builtins.object)
    ObjectStoreSecret(name: str, metadata: Dict[str, str], **kwargs)
 
The ObjectStoreSecret object defines the object store secret response.
 
  Methods defined here:
__init__(self, name: str, metadata: Dict[str, str], **kwargs)
Initialize self.  See help(type(self)) for accurate signature.
__str__(self)
Return str(self).

Static methods defined here:
from_dict(object_store_secret_dict: Dict[str, Any])
Returns a :class:`ai_core_sdk.models.object_store_secret.ObjectStoreSecretobject, created
from the values in the dict provided as parameter
 
:param object_store_secret_dict: Dict which includes the necessary values to create the object
:type object_store_secret_dict: Dict[str, Any]
:return: An object, created from the values provided
:rtype: class:`ai_core_sdk.models.object_store_secret.ObjectStoreSecret`

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        Any = typing.Any
Dict = typing.Dict