ez_azml.entities.workspace.DockerWorkspaceConnection
- class ez_azml.entities.workspace.DockerWorkspaceConnection(username: str, password: str, name: str = 'docker_registry', **kwargs)
Bases:
WorkspaceConnectionAzureml 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_baseAlternate name for the target of the connection, which is used by some connection subclasses.
azure_endpointAlternate name for the target of the connection, which is used by some connection subclasses.
base_pathThe base path of the resource.
creation_contextThe creation context of the resource.
credentialsCredentials for connection.
endpointAlternate name for the target of the connection, which is used by some connection subclasses.
idThe resource ID.
is_sharedGet the Boolean describing if this connection is shared amongst its cohort within a hub.
metadataThe connection's metadata dictionary.
tagsDeprecated.
targetTarget url for the connection.
typeType of the connection, supported are 'git', 'python_feed' and 'container_registry'.
urlAlternate name for the target of the connection, which is used by some connection subclasses.