CreateMlApplicationImplementationDetails

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

Bases: object

The information about new MlApplicationImplementation.

Methods

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

Attributes

allowed_migration_destinations Gets the allowed_migration_destinations of this CreateMlApplicationImplementationDetails.
compartment_id [Required] Gets the compartment_id of this CreateMlApplicationImplementationDetails.
defined_tags Gets the defined_tags of this CreateMlApplicationImplementationDetails.
freeform_tags Gets the freeform_tags of this CreateMlApplicationImplementationDetails.
logging Gets the logging of this CreateMlApplicationImplementationDetails.
ml_application_id [Required] Gets the ml_application_id of this CreateMlApplicationImplementationDetails.
name [Required] Gets the name of this CreateMlApplicationImplementationDetails.
__init__(**kwargs)

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

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

Gets the allowed_migration_destinations of this CreateMlApplicationImplementationDetails. 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 CreateMlApplicationImplementationDetails.
Return type:list[str]
compartment_id

[Required] Gets the compartment_id of this CreateMlApplicationImplementationDetails. The OCID of the compartment where ML Application Implementation is created.

Returns:The compartment_id of this CreateMlApplicationImplementationDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateMlApplicationImplementationDetails. 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 CreateMlApplicationImplementationDetails.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this CreateMlApplicationImplementationDetails. 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 CreateMlApplicationImplementationDetails.
Return type:dict(str, str)
logging

Gets the logging of this CreateMlApplicationImplementationDetails.

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

[Required] Gets the ml_application_id of this CreateMlApplicationImplementationDetails. The OCID of the ML Application implemented by this ML Application Implementation

Returns:The ml_application_id of this CreateMlApplicationImplementationDetails.
Return type:str
name

[Required] Gets the name of this CreateMlApplicationImplementationDetails. ML Application Implementation name which is unique for given ML Application.

Returns:The name of this CreateMlApplicationImplementationDetails.
Return type:str