MlApplicationInstanceSummary¶
-
class
oci.data_science.models.
MlApplicationInstanceSummary
(**kwargs)¶ Bases:
object
Summary of the MlApplicationInstance.
Methods
__init__
(**kwargs)Initializes a new MlApplicationInstanceSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this MlApplicationInstanceSummary. defined_tags
Gets the defined_tags of this MlApplicationInstanceSummary. display_name
[Required] Gets the display_name of this MlApplicationInstanceSummary. freeform_tags
Gets the freeform_tags of this MlApplicationInstanceSummary. id
[Required] Gets the id of this MlApplicationInstanceSummary. lifecycle_state
[Required] Gets the lifecycle_state of this MlApplicationInstanceSummary. lifecycle_substate
[Required] Gets the lifecycle_substate of this MlApplicationInstanceSummary. ml_application_id
[Required] Gets the ml_application_id of this MlApplicationInstanceSummary. ml_application_implementation_id
[Required] Gets the ml_application_implementation_id of this MlApplicationInstanceSummary. ml_application_implementation_name
[Required] Gets the ml_application_implementation_name of this MlApplicationInstanceSummary. ml_application_name
[Required] Gets the ml_application_name of this MlApplicationInstanceSummary. system_tags
Gets the system_tags of this MlApplicationInstanceSummary. time_created
[Required] Gets the time_created of this MlApplicationInstanceSummary. -
__init__
(**kwargs)¶ Initializes a new MlApplicationInstanceSummary 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 MlApplicationInstanceSummary.
- display_name (str) – The value to assign to the display_name property of this MlApplicationInstanceSummary.
- ml_application_id (str) – The value to assign to the ml_application_id property of this MlApplicationInstanceSummary.
- ml_application_name (str) – The value to assign to the ml_application_name property of this MlApplicationInstanceSummary.
- ml_application_implementation_id (str) – The value to assign to the ml_application_implementation_id property of this MlApplicationInstanceSummary.
- ml_application_implementation_name (str) – The value to assign to the ml_application_implementation_name property of this MlApplicationInstanceSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this MlApplicationInstanceSummary.
- time_created (datetime) – The value to assign to the time_created property of this MlApplicationInstanceSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MlApplicationInstanceSummary.
- lifecycle_substate (str) – The value to assign to the lifecycle_substate property of this MlApplicationInstanceSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MlApplicationInstanceSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MlApplicationInstanceSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MlApplicationInstanceSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this MlApplicationInstanceSummary. The OCID of the compartment where you the MlApplicationInstance is created.
Returns: The compartment_id of this MlApplicationInstanceSummary. Return type: str
Gets the defined_tags of this MlApplicationInstanceSummary. 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 MlApplicationInstanceSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this MlApplicationInstanceSummary. The name of MlApplicationInstance. System will generate displayName when not provided during creation.
Returns: The display_name of this MlApplicationInstanceSummary. Return type: str
Gets the freeform_tags of this MlApplicationInstanceSummary. 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 MlApplicationInstanceSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this MlApplicationInstanceSummary. The OCID of the MlApplicationInstance. Unique identifier that is immutable after creation
Returns: The id of this MlApplicationInstanceSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this MlApplicationInstanceSummary. The current state of the MlApplicationInstance.
Returns: The lifecycle_state of this MlApplicationInstanceSummary. Return type: str
-
lifecycle_substate
¶ [Required] Gets the lifecycle_substate of this MlApplicationInstanceSummary. 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 MlApplicationInstanceSummary. Return type: str
-
ml_application_id
¶ [Required] Gets the ml_application_id of this MlApplicationInstanceSummary. The OCID of ML Application. This resource is an instance of ML Application referenced by this OCID.
Returns: The ml_application_id of this MlApplicationInstanceSummary. Return type: str
-
ml_application_implementation_id
¶ [Required] Gets the ml_application_implementation_id of this MlApplicationInstanceSummary. 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 MlApplicationInstanceSummary. Return type: str
-
ml_application_implementation_name
¶ [Required] Gets the ml_application_implementation_name of this MlApplicationInstanceSummary. The name of Ml Application Implementation (based on mlApplicationImplementationId)
Returns: The ml_application_implementation_name of this MlApplicationInstanceSummary. Return type: str
-
ml_application_name
¶ [Required] Gets the ml_application_name of this MlApplicationInstanceSummary. The name of ML Application (based on mlApplicationId).
Returns: The ml_application_name of this MlApplicationInstanceSummary. Return type: str
Gets the system_tags of this MlApplicationInstanceSummary. 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 MlApplicationInstanceSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this MlApplicationInstanceSummary. The time the the MlApplication was created. An RFC3339 formatted datetime string
Returns: The time_created of this MlApplicationInstanceSummary. Return type: datetime
-