CreateHostedDeploymentDetails¶
-
class
oci.generative_ai.models.CreateHostedDeploymentDetails(**kwargs)¶ Bases:
objectThe data to create a hosted deployment.
Methods
__init__(**kwargs)Initializes a new CreateHostedDeploymentDetails object with values from keyword arguments. Attributes
active_artifact[Required] Gets the active_artifact of this CreateHostedDeploymentDetails. compartment_idGets the compartment_id of this CreateHostedDeploymentDetails. defined_tagsGets the defined_tags of this CreateHostedDeploymentDetails. display_nameGets the display_name of this CreateHostedDeploymentDetails. freeform_tagsGets the freeform_tags of this CreateHostedDeploymentDetails. hosted_application_id[Required] Gets the hosted_application_id of this CreateHostedDeploymentDetails. -
__init__(**kwargs)¶ Initializes a new CreateHostedDeploymentDetails 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 CreateHostedDeploymentDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateHostedDeploymentDetails.
- hosted_application_id (str) – The value to assign to the hosted_application_id property of this CreateHostedDeploymentDetails.
- active_artifact (oci.generative_ai.models.Artifact) – The value to assign to the active_artifact property of this CreateHostedDeploymentDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateHostedDeploymentDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateHostedDeploymentDetails.
-
active_artifact¶ [Required] Gets the active_artifact of this CreateHostedDeploymentDetails.
Returns: The active_artifact of this CreateHostedDeploymentDetails. Return type: oci.generative_ai.models.Artifact
-
compartment_id¶ Gets the compartment_id of this CreateHostedDeploymentDetails. The compartment OCID to create the hosted deployment in.
Returns: The compartment_id of this CreateHostedDeploymentDetails. Return type: str
Gets the defined_tags of this CreateHostedDeploymentDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this CreateHostedDeploymentDetails. Return type: dict(str, dict(str, object))
-
display_name¶ Gets the display_name of this CreateHostedDeploymentDetails. A user-friendly name. Does not have to be unique, and it’s changeable.
Returns: The display_name of this CreateHostedDeploymentDetails. Return type: str
Gets the freeform_tags of this CreateHostedDeploymentDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this CreateHostedDeploymentDetails. Return type: dict(str, str)
-