AzureBlobFileSystemReference Class

Azure Blob Storage Container mounting configuration.

All required parameters must be populated in order to send to Azure.

Inheritance
AzureBlobFileSystemReference

Constructor

AzureBlobFileSystemReference(*, account_name: str, container_name: str, credentials: azure.mgmt.batchai.models._models_py3.AzureStorageCredentialsInfo, relative_mount_path: str, mount_options: Optional[str] = None, **kwargs)

Parameters

account_name
str
Required

Required. Name of the Azure storage account.

container_name
str
Required

Required. Name of the Azure Blob Storage container to mount on the cluster.

credentials
<xref:batch_ai.models.AzureStorageCredentialsInfo>
Required

Required. Information about the Azure storage credentials.

relative_mount_path
str
Required

Required. The relative path on the compute node where the Azure File container will be mounted. Note that all cluster level containers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level containers will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.

mount_options
str
Required

Mount options for mounting blobfuse file system.