MlApplicationInstanceViewSummary¶
-
class
oci.data_science.models.
MlApplicationInstanceViewSummary
(**kwargs)¶ Bases:
object
Summary of the MlApplicationInstanceView.
Methods
__init__
(**kwargs)Initializes a new MlApplicationInstanceViewSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this MlApplicationInstanceViewSummary. defined_tags
Gets the defined_tags of this MlApplicationInstanceViewSummary. display_name
[Required] Gets the display_name of this MlApplicationInstanceViewSummary. freeform_tags
Gets the freeform_tags of this MlApplicationInstanceViewSummary. id
[Required] Gets the id of this MlApplicationInstanceViewSummary. is_enabled
[Required] Gets the is_enabled of this MlApplicationInstanceViewSummary. lifecycle_state
[Required] Gets the lifecycle_state of this MlApplicationInstanceViewSummary. lifecycle_substate
[Required] Gets the lifecycle_substate of this MlApplicationInstanceViewSummary. ml_application_id
[Required] Gets the ml_application_id of this MlApplicationInstanceViewSummary. ml_application_implementation_id
[Required] Gets the ml_application_implementation_id of this MlApplicationInstanceViewSummary. ml_application_implementation_name
[Required] Gets the ml_application_implementation_name of this MlApplicationInstanceViewSummary. ml_application_implementation_version_id
[Required] Gets the ml_application_implementation_version_id of this MlApplicationInstanceViewSummary. ml_application_instance_id
[Required] Gets the ml_application_instance_id of this MlApplicationInstanceViewSummary. ml_application_name
[Required] Gets the ml_application_name of this MlApplicationInstanceViewSummary. package_version
[Required] Gets the package_version of this MlApplicationInstanceViewSummary. system_tags
Gets the system_tags of this MlApplicationInstanceViewSummary. time_created
[Required] Gets the time_created of this MlApplicationInstanceViewSummary. -
__init__
(**kwargs)¶ Initializes a new MlApplicationInstanceViewSummary 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 MlApplicationInstanceViewSummary.
- display_name (str) – The value to assign to the display_name property of this MlApplicationInstanceViewSummary.
- ml_application_id (str) – The value to assign to the ml_application_id property of this MlApplicationInstanceViewSummary.
- ml_application_name (str) – The value to assign to the ml_application_name property of this MlApplicationInstanceViewSummary.
- ml_application_instance_id (str) – The value to assign to the ml_application_instance_id property of this MlApplicationInstanceViewSummary.
- ml_application_implementation_id (str) – The value to assign to the ml_application_implementation_id property of this MlApplicationInstanceViewSummary.
- ml_application_implementation_name (str) – The value to assign to the ml_application_implementation_name property of this MlApplicationInstanceViewSummary.
- package_version (str) – The value to assign to the package_version property of this MlApplicationInstanceViewSummary.
- ml_application_implementation_version_id (str) – The value to assign to the ml_application_implementation_version_id property of this MlApplicationInstanceViewSummary.
- is_enabled (bool) – The value to assign to the is_enabled property of this MlApplicationInstanceViewSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this MlApplicationInstanceViewSummary.
- time_created (datetime) – The value to assign to the time_created property of this MlApplicationInstanceViewSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MlApplicationInstanceViewSummary.
- lifecycle_substate (str) – The value to assign to the lifecycle_substate property of this MlApplicationInstanceViewSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MlApplicationInstanceViewSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MlApplicationInstanceViewSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MlApplicationInstanceViewSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this MlApplicationInstanceViewSummary. The OCID of the compartment where the MlApplicationInstanceView is created.
Returns: The compartment_id of this MlApplicationInstanceViewSummary. Return type: str
Gets the defined_tags of this MlApplicationInstanceViewSummary. 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 MlApplicationInstanceViewSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this MlApplicationInstanceViewSummary. The name of the MlApplicationInstance (created by the consumer) which this MlApplicationInstanceView is mirroring.
Returns: The display_name of this MlApplicationInstanceViewSummary. Return type: str
Gets the freeform_tags of this MlApplicationInstanceViewSummary. 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 MlApplicationInstanceViewSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this MlApplicationInstanceViewSummary. The OCID of the MlApplicationInstanceView. Unique identifier that is immutable after creation
Returns: The id of this MlApplicationInstanceViewSummary. Return type: str
-
is_enabled
¶ [Required] Gets the is_enabled of this MlApplicationInstanceViewSummary. This field is a copy from MlApplicationInstance created by the consumer. States whether the MlApplicationInstance is supposed to be in ACTIVE lifecycle state.
Returns: The is_enabled of this MlApplicationInstanceViewSummary. Return type: bool
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this MlApplicationInstanceViewSummary. The current state of the MlApplicationInstance(View).
Returns: The lifecycle_state of this MlApplicationInstanceViewSummary. Return type: str
-
lifecycle_substate
¶ [Required] Gets the lifecycle_substate of this MlApplicationInstanceViewSummary. The current substate of the MlApplicationInstance. The substate has MlApplicationInstance specific values in comparison with lifecycleState which has standard values common for all OCI resources.
Returns: The lifecycle_substate of this MlApplicationInstanceViewSummary. Return type: str
-
ml_application_id
¶ [Required] Gets the ml_application_id of this MlApplicationInstanceViewSummary. The OCID of ML Application. This resource is an instance of ML Application referenced by this OCID.
Returns: The ml_application_id of this MlApplicationInstanceViewSummary. Return type: str
-
ml_application_implementation_id
¶ [Required] Gets the ml_application_implementation_id of this MlApplicationInstanceViewSummary. This field is a copy from MlApplicationInstance created by the consumer. The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)
Returns: The ml_application_implementation_id of this MlApplicationInstanceViewSummary. Return type: str
-
ml_application_implementation_name
¶ [Required] Gets the ml_application_implementation_name of this MlApplicationInstanceViewSummary. This field is a copy from MlApplicationInstance created by the consumer. The name of Ml Application Implemenation (based on mlApplicationImplementationId)
Returns: The ml_application_implementation_name of this MlApplicationInstanceViewSummary. Return type: str
-
ml_application_implementation_version_id
¶ [Required] Gets the ml_application_implementation_version_id of this MlApplicationInstanceViewSummary. The OCID of the currently used MlApplicationImplementationVersion
Returns: The ml_application_implementation_version_id of this MlApplicationInstanceViewSummary. Return type: str
-
ml_application_instance_id
¶ [Required] Gets the ml_application_instance_id of this MlApplicationInstanceViewSummary. The OCID of the MlApplicationInstance (created by the consumer) which this MlApplicationInstanceView is mirroring.
Returns: The ml_application_instance_id of this MlApplicationInstanceViewSummary. Return type: str
-
ml_application_name
¶ [Required] Gets the ml_application_name of this MlApplicationInstanceViewSummary. The name of ML Application (based on mlApplicationId).
Returns: The ml_application_name of this MlApplicationInstanceViewSummary. Return type: str
-
package_version
¶ [Required] Gets the package_version of this MlApplicationInstanceViewSummary. Version of MlApplication package which is currently used by this MlApplicationInstance.
Returns: The package_version of this MlApplicationInstanceViewSummary. Return type: str
Gets the system_tags of this MlApplicationInstanceViewSummary. 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 MlApplicationInstanceViewSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this MlApplicationInstanceViewSummary. The time the the MlApplicationInstanceView was created. An RFC3339 formatted datetime string
Returns: The time_created of this MlApplicationInstanceViewSummary. Return type: datetime
-