MlApplicationImplementationVersionSummary¶
-
class
oci.data_science.models.
MlApplicationImplementationVersionSummary
(**kwargs)¶ Bases:
object
Summary of the MlApplicationImplementationVersion.
Methods
__init__
(**kwargs)Initializes a new MlApplicationImplementationVersionSummary object with values from keyword arguments. Attributes
allowed_migration_destinations
Gets the allowed_migration_destinations of this MlApplicationImplementationVersionSummary. configuration_schema
Gets the configuration_schema of this MlApplicationImplementationVersionSummary. defined_tags
[Required] Gets the defined_tags of this MlApplicationImplementationVersionSummary. description
Gets the description of this MlApplicationImplementationVersionSummary. freeform_tags
[Required] Gets the freeform_tags of this MlApplicationImplementationVersionSummary. id
[Required] Gets the id of this MlApplicationImplementationVersionSummary. lifecycle_state
[Required] Gets the lifecycle_state of this MlApplicationImplementationVersionSummary. ml_application_id
[Required] Gets the ml_application_id of this MlApplicationImplementationVersionSummary. ml_application_implementation_id
[Required] Gets the ml_application_implementation_id of this MlApplicationImplementationVersionSummary. ml_application_name
[Required] Gets the ml_application_name of this MlApplicationImplementationVersionSummary. name
[Required] Gets the name of this MlApplicationImplementationVersionSummary. package_version
Gets the package_version of this MlApplicationImplementationVersionSummary. system_tags
Gets the system_tags of this MlApplicationImplementationVersionSummary. time_created
[Required] Gets the time_created of this MlApplicationImplementationVersionSummary. -
__init__
(**kwargs)¶ Initializes a new MlApplicationImplementationVersionSummary 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 MlApplicationImplementationVersionSummary.
- ml_application_implementation_id (str) – The value to assign to the ml_application_implementation_id property of this MlApplicationImplementationVersionSummary.
- name (str) – The value to assign to the name property of this MlApplicationImplementationVersionSummary.
- description (str) – The value to assign to the description property of this MlApplicationImplementationVersionSummary.
- ml_application_id (str) – The value to assign to the ml_application_id property of this MlApplicationImplementationVersionSummary.
- ml_application_name (str) – The value to assign to the ml_application_name property of this MlApplicationImplementationVersionSummary.
- package_version (str) – The value to assign to the package_version property of this MlApplicationImplementationVersionSummary.
- configuration_schema (list[oci.data_science.models.ConfigurationPropertySchema]) – The value to assign to the configuration_schema property of this MlApplicationImplementationVersionSummary.
- allowed_migration_destinations (list[str]) – The value to assign to the allowed_migration_destinations property of this MlApplicationImplementationVersionSummary.
- time_created (datetime) – The value to assign to the time_created property of this MlApplicationImplementationVersionSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MlApplicationImplementationVersionSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MlApplicationImplementationVersionSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MlApplicationImplementationVersionSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MlApplicationImplementationVersionSummary.
-
allowed_migration_destinations
¶ Gets the allowed_migration_destinations of this MlApplicationImplementationVersionSummary. 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 MlApplicationImplementationVersionSummary. Return type: list[str]
-
configuration_schema
¶ Gets the configuration_schema of this MlApplicationImplementationVersionSummary. 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 MlApplicationImplementationVersionSummary. Return type: list[oci.data_science.models.ConfigurationPropertySchema]
[Required] Gets the defined_tags of this MlApplicationImplementationVersionSummary. 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 MlApplicationImplementationVersionSummary. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this MlApplicationImplementationVersionSummary. Description of ML Application Implementation defined in ML Application package descriptor
Returns: The description of this MlApplicationImplementationVersionSummary. Return type: str
[Required] Gets the freeform_tags of this MlApplicationImplementationVersionSummary. 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 MlApplicationImplementationVersionSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this MlApplicationImplementationVersionSummary. The OCID of the MlApplicationImplementationVersion. Unique identifier that is immutable after creation.
Returns: The id of this MlApplicationImplementationVersionSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this MlApplicationImplementationVersionSummary. The current state of the MlApplicationImplementationVersion.
Returns: The lifecycle_state of this MlApplicationImplementationVersionSummary. Return type: str
-
ml_application_id
¶ [Required] Gets the ml_application_id of this MlApplicationImplementationVersionSummary. The OCID of the ML Application implemented by this ML Application Implementation.
Returns: The ml_application_id of this MlApplicationImplementationVersionSummary. Return type: str
-
ml_application_implementation_id
¶ [Required] Gets the ml_application_implementation_id of this MlApplicationImplementationVersionSummary. The OCID of the MlApplicationImplementation for which this resource keeps the historical state.
Returns: The ml_application_implementation_id of this MlApplicationImplementationVersionSummary. Return type: str
-
ml_application_name
¶ [Required] Gets the ml_application_name of this MlApplicationImplementationVersionSummary. The name of ML Application (based on mlApplicationId).
Returns: The ml_application_name of this MlApplicationImplementationVersionSummary. Return type: str
-
name
¶ [Required] Gets the name of this MlApplicationImplementationVersionSummary. ML Application Implementation name which is unique for given ML Application.
Returns: The name of this MlApplicationImplementationVersionSummary. Return type: str
-
package_version
¶ Gets the package_version of this MlApplicationImplementationVersionSummary. 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 MlApplicationImplementationVersionSummary. Return type: str
Gets the system_tags of this MlApplicationImplementationVersionSummary. 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 MlApplicationImplementationVersionSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this MlApplicationImplementationVersionSummary. Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
Returns: The time_created of this MlApplicationImplementationVersionSummary. Return type: datetime
-