UpdateMlApplicationImplementationDetails

class oci.data_science.models.UpdateMlApplicationImplementationDetails(**kwargs)

Bases: object

The information to be updated.

Methods

__init__(**kwargs) Initializes a new UpdateMlApplicationImplementationDetails object with values from keyword arguments.

Attributes

allowed_migration_destinations Gets the allowed_migration_destinations of this UpdateMlApplicationImplementationDetails.
defined_tags Gets the defined_tags of this UpdateMlApplicationImplementationDetails.
freeform_tags Gets the freeform_tags of this UpdateMlApplicationImplementationDetails.
logging Gets the logging of this UpdateMlApplicationImplementationDetails.
__init__(**kwargs)

Initializes a new UpdateMlApplicationImplementationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • allowed_migration_destinations (list[str]) – The value to assign to the allowed_migration_destinations property of this UpdateMlApplicationImplementationDetails.
  • logging (oci.data_science.models.ImplementationLogging) – The value to assign to the logging property of this UpdateMlApplicationImplementationDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateMlApplicationImplementationDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateMlApplicationImplementationDetails.
allowed_migration_destinations

Gets the allowed_migration_destinations of this UpdateMlApplicationImplementationDetails. List of ML Application Implementation OCIDs for which migration from this implementation is allowed. Migration means that if consumers change implementation for their instances to implementation with OCID from this list, instance components will be updated in place otherwise new instance components are created based on the new implementation and old instance components are removed.

Returns:The allowed_migration_destinations of this UpdateMlApplicationImplementationDetails.
Return type:list[str]
defined_tags

Gets the defined_tags of this UpdateMlApplicationImplementationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this UpdateMlApplicationImplementationDetails.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this UpdateMlApplicationImplementationDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {“Department”: “Finance”}

Returns:The freeform_tags of this UpdateMlApplicationImplementationDetails.
Return type:dict(str, str)
logging

Gets the logging of this UpdateMlApplicationImplementationDetails.

Returns:The logging of this UpdateMlApplicationImplementationDetails.
Return type:oci.data_science.models.ImplementationLogging