ez_azml.entities.compute.Cluster

class ez_azml.entities.compute.Cluster(size: str, idle_time_before_scale_down: int = 5, **kwargs)

Bases: AmlCompute

AzureML Compute resource with some aliases for size.

See Cluster.size_aliases

__init__(size: str, idle_time_before_scale_down: int = 5, **kwargs)

Methods

__init__(size[, idle_time_before_scale_down])

dump(dest, **kwargs)

Dump the compute content into a file in yaml format.

Attributes

base_path

The base path of the resource.

created_on

The compute resource creation timestamp.

creation_context

The creation context of the resource.

id

The resource ID.

provisioning_errors

The compute resource provisioning errors.

provisioning_state

The compute resource's provisioning state.

size_aliases

type

The compute type.