CreateMlApplicationInstanceDetails

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

Bases: object

The information about new MlApplicationInstance.

Methods

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

Attributes

auth_configuration Gets the auth_configuration of this CreateMlApplicationInstanceDetails.
compartment_id [Required] Gets the compartment_id of this CreateMlApplicationInstanceDetails.
configuration Gets the configuration of this CreateMlApplicationInstanceDetails.
defined_tags Gets the defined_tags of this CreateMlApplicationInstanceDetails.
display_name Gets the display_name of this CreateMlApplicationInstanceDetails.
freeform_tags Gets the freeform_tags of this CreateMlApplicationInstanceDetails.
is_enabled Gets the is_enabled of this CreateMlApplicationInstanceDetails.
ml_application_id [Required] Gets the ml_application_id of this CreateMlApplicationInstanceDetails.
ml_application_implementation_id [Required] Gets the ml_application_implementation_id of this CreateMlApplicationInstanceDetails.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this CreateMlApplicationInstanceDetails.
  • ml_application_id (str) – The value to assign to the ml_application_id property of this CreateMlApplicationInstanceDetails.
  • ml_application_implementation_id (str) – The value to assign to the ml_application_implementation_id property of this CreateMlApplicationInstanceDetails.
  • auth_configuration (oci.data_science.models.CreateAuthConfigurationDetails) – The value to assign to the auth_configuration property of this CreateMlApplicationInstanceDetails.
  • configuration (list[oci.data_science.models.ConfigurationProperty]) – The value to assign to the configuration property of this CreateMlApplicationInstanceDetails.
  • is_enabled (bool) – The value to assign to the is_enabled property of this CreateMlApplicationInstanceDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateMlApplicationInstanceDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateMlApplicationInstanceDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateMlApplicationInstanceDetails.
auth_configuration

Gets the auth_configuration of this CreateMlApplicationInstanceDetails.

Returns:The auth_configuration of this CreateMlApplicationInstanceDetails.
Return type:oci.data_science.models.CreateAuthConfigurationDetails
compartment_id

[Required] Gets the compartment_id of this CreateMlApplicationInstanceDetails. The OCID of the compartment where the MlApplicationInstance is created.

Returns:The compartment_id of this CreateMlApplicationInstanceDetails.
Return type:str
configuration

Gets the configuration of this CreateMlApplicationInstanceDetails. Data that are used for provisioning of the given MlApplicationInstance. These are validated against configurationSchema defined in referenced MlApplicationImplementation.

Returns:The configuration of this CreateMlApplicationInstanceDetails.
Return type:list[oci.data_science.models.ConfigurationProperty]
defined_tags

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

Gets the display_name of this CreateMlApplicationInstanceDetails. The name of MlApplicationInstance. System will generate displayName when not provided.

Returns:The display_name of this CreateMlApplicationInstanceDetails.
Return type:str
freeform_tags

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

Gets the is_enabled of this CreateMlApplicationInstanceDetails. Defines whether the MlApplicationInstance will be created in ACTIVE (true value) or INACTIVE (false value) lifecycle state.

Returns:The is_enabled of this CreateMlApplicationInstanceDetails.
Return type:bool
ml_application_id

[Required] Gets the ml_application_id of this CreateMlApplicationInstanceDetails. The OCID of ML Application. This resource is an instance of ML Application referenced by this OCID.

Returns:The ml_application_id of this CreateMlApplicationInstanceDetails.
Return type:str
ml_application_implementation_id

[Required] Gets the ml_application_implementation_id of this CreateMlApplicationInstanceDetails. 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 CreateMlApplicationInstanceDetails.
Return type:str