UnsupportedCompute Class
Unsupported compute resource.
Only used for displaying compute properties for resources not fully supported in the SDK.
- Inheritance
-
azure.ai.ml.entities._compute.compute.ComputeUnsupportedCompute
Constructor
UnsupportedCompute(**kwargs: Any)
Methods
dump |
Dump the compute content into a file in yaml format. |
dump
Dump the compute content into a file in yaml format.
dump(dest: str | PathLike | IO, **kwargs: Any) -> None
Parameters
Name | Description |
---|---|
dest
Required
|
The destination to receive this compute's content. Must be either a path to a local file, or an already-open file stream. If dest is a file path, a new file will be created, and an exception is raised if the file exists. If dest is an open file, the file will be written to directly, and an exception will be raised if the file is not writable.'. |
Attributes
base_path
created_on
The compute resource creation timestamp.
Returns
Type | Description |
---|---|
The compute resource creation timestamp. |
creation_context
The creation context of the resource.
Returns
Type | Description |
---|---|
The creation metadata for the resource. |
id
The resource ID.
Returns
Type | Description |
---|---|
The global ID of the resource, an Azure Resource Manager (ARM) ID. |
provisioning_errors
The compute resource provisioning errors.
Returns
Type | Description |
---|---|
The compute resource provisioning errors. |
provisioning_state
The compute resource's provisioning state.
Returns
Type | Description |
---|---|
The compute resource's provisioning state. |
type
Azure SDK for Python