ez_azml.entities.workspace.DockerWorkspaceConnection

class ez_azml.entities.workspace.DockerWorkspaceConnection(username: str, password: str, name: str = 'docker_registry', **kwargs)

Bases: WorkspaceConnection

Azureml connection used for docker environments.

__init__(username: str, password: str, name: str = 'docker_registry', **kwargs)

Methods

__init__(username, password[, name])

dump(dest, **kwargs)

Dump the connection spec into a file in yaml format.

Attributes

api_base

Alternate name for the target of the connection, which is used by some connection subclasses.

azure_endpoint

Alternate name for the target of the connection, which is used by some connection subclasses.

base_path

The base path of the resource.

creation_context

The creation context of the resource.

credentials

Credentials for connection.

endpoint

Alternate name for the target of the connection, which is used by some connection subclasses.

id

The resource ID.

is_shared

Get the Boolean describing if this connection is shared amongst its cohort within a hub.

metadata

The connection's metadata dictionary.

tags

Deprecated.

target

Target url for the connection.

type

Type of the connection, supported are 'git', 'python_feed' and 'container_registry'.

url

Alternate name for the target of the connection, which is used by some connection subclasses.