CreateModelVersionSetDetails¶
-
class
oci.data_science.models.
CreateModelVersionSetDetails
(**kwargs)¶ Bases:
object
Parameters that are required to create a new model version set.
Methods
__init__
(**kwargs)Initializes a new CreateModelVersionSetDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateModelVersionSetDetails. defined_tags
Gets the defined_tags of this CreateModelVersionSetDetails. description
Gets the description of this CreateModelVersionSetDetails. freeform_tags
Gets the freeform_tags of this CreateModelVersionSetDetails. name
[Required] Gets the name of this CreateModelVersionSetDetails. project_id
[Required] Gets the project_id of this CreateModelVersionSetDetails. -
__init__
(**kwargs)¶ Initializes a new CreateModelVersionSetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateModelVersionSetDetails.
- project_id (str) – The value to assign to the project_id property of this CreateModelVersionSetDetails.
- name (str) – The value to assign to the name property of this CreateModelVersionSetDetails.
- description (str) – The value to assign to the description property of this CreateModelVersionSetDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateModelVersionSetDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateModelVersionSetDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateModelVersionSetDetails. The OCID of the compartment to create the model version set in.
Returns: The compartment_id of this CreateModelVersionSetDetails. Return type: str
Gets the defined_tags of this CreateModelVersionSetDetails. 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 CreateModelVersionSetDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateModelVersionSetDetails. A short description of the model version set.
Returns: The description of this CreateModelVersionSetDetails. Return type: str
Gets the freeform_tags of this CreateModelVersionSetDetails. 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 CreateModelVersionSetDetails. Return type: dict(str, str)
-
name
¶ [Required] Gets the name of this CreateModelVersionSetDetails. A user-friendly name for the resource. It must be unique and can’t be modified. Avoid entering confidential information. Example: My model version set
Returns: The name of this CreateModelVersionSetDetails. Return type: str
-