MlApplicationImplementationSummary¶
-
class
oci.data_science.models.
MlApplicationImplementationSummary
(**kwargs)¶ Bases:
object
Summary of the MlApplicationImplementation.
Methods
__init__
(**kwargs)Initializes a new MlApplicationImplementationSummary object with values from keyword arguments. Attributes
allowed_migration_destinations
Gets the allowed_migration_destinations of this MlApplicationImplementationSummary. compartment_id
[Required] Gets the compartment_id of this MlApplicationImplementationSummary. configuration_schema
Gets the configuration_schema of this MlApplicationImplementationSummary. defined_tags
[Required] Gets the defined_tags of this MlApplicationImplementationSummary. description
Gets the description of this MlApplicationImplementationSummary. freeform_tags
[Required] Gets the freeform_tags of this MlApplicationImplementationSummary. id
[Required] Gets the id of this MlApplicationImplementationSummary. lifecycle_state
[Required] Gets the lifecycle_state of this MlApplicationImplementationSummary. ml_application_id
[Required] Gets the ml_application_id of this MlApplicationImplementationSummary. ml_application_name
[Required] Gets the ml_application_name of this MlApplicationImplementationSummary. name
[Required] Gets the name of this MlApplicationImplementationSummary. package_version
Gets the package_version of this MlApplicationImplementationSummary. system_tags
Gets the system_tags of this MlApplicationImplementationSummary. time_created
[Required] Gets the time_created of this MlApplicationImplementationSummary. -
__init__
(**kwargs)¶ Initializes a new MlApplicationImplementationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this MlApplicationImplementationSummary.
- name (str) – The value to assign to the name property of this MlApplicationImplementationSummary.
- description (str) – The value to assign to the description property of this MlApplicationImplementationSummary.
- ml_application_id (str) – The value to assign to the ml_application_id property of this MlApplicationImplementationSummary.
- ml_application_name (str) – The value to assign to the ml_application_name property of this MlApplicationImplementationSummary.
- package_version (str) – The value to assign to the package_version property of this MlApplicationImplementationSummary.
- configuration_schema (list[oci.data_science.models.ConfigurationPropertySchema]) – The value to assign to the configuration_schema property of this MlApplicationImplementationSummary.
- allowed_migration_destinations (list[str]) – The value to assign to the allowed_migration_destinations property of this MlApplicationImplementationSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this MlApplicationImplementationSummary.
- time_created (datetime) – The value to assign to the time_created property of this MlApplicationImplementationSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MlApplicationImplementationSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MlApplicationImplementationSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MlApplicationImplementationSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MlApplicationImplementationSummary.
-
allowed_migration_destinations
¶ Gets the allowed_migration_destinations of this MlApplicationImplementationSummary. 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 MlApplicationImplementationSummary. Return type: list[str]
-
compartment_id
¶ [Required] Gets the compartment_id of this MlApplicationImplementationSummary. The OCID of the compartment where the MlApplicationImplementation is created.
Returns: The compartment_id of this MlApplicationImplementationSummary. Return type: str
-
configuration_schema
¶ Gets the configuration_schema of this MlApplicationImplementationSummary. Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
Returns: The configuration_schema of this MlApplicationImplementationSummary. Return type: list[oci.data_science.models.ConfigurationPropertySchema]
[Required] Gets the defined_tags of this MlApplicationImplementationSummary. 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 MlApplicationImplementationSummary. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this MlApplicationImplementationSummary. Description of ML Application Implementation defined in ML Application package descriptor
Returns: The description of this MlApplicationImplementationSummary. Return type: str
[Required] Gets the freeform_tags of this MlApplicationImplementationSummary. 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 MlApplicationImplementationSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this MlApplicationImplementationSummary. The OCID of the MlApplicationImplementation. Unique identifier that is immutable after creation.
Returns: The id of this MlApplicationImplementationSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this MlApplicationImplementationSummary. The current state of the ML Application Implementation.
Returns: The lifecycle_state of this MlApplicationImplementationSummary. Return type: str
-
ml_application_id
¶ [Required] Gets the ml_application_id of this MlApplicationImplementationSummary. The OCID of the ML Application implemented by this ML Application Implementation.
Returns: The ml_application_id of this MlApplicationImplementationSummary. Return type: str
-
ml_application_name
¶ [Required] Gets the ml_application_name of this MlApplicationImplementationSummary. The name of ML Application (based on mlApplicationId).
Returns: The ml_application_name of this MlApplicationImplementationSummary. Return type: str
-
name
¶ [Required] Gets the name of this MlApplicationImplementationSummary. ML Application Implementation name which is unique for given ML Application.
Returns: The name of this MlApplicationImplementationSummary. Return type: str
-
package_version
¶ Gets the package_version of this MlApplicationImplementationSummary. The version of ML Application Package (e.g. “1.2” or “2.0.4”) defined in ML Application package descriptor. Value is not mandatory only for CREATING state otherwise it must be always presented.
Returns: The package_version of this MlApplicationImplementationSummary. Return type: str
Gets the system_tags of this MlApplicationImplementationSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this MlApplicationImplementationSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this MlApplicationImplementationSummary. The time the MlApplicationImplementation was created. An RFC3339 formatted datetime string
Returns: The time_created of this MlApplicationImplementationSummary. Return type: datetime
-