AzureAIProjectsModelFactory.DatasetCredential(AIProjectBlobReference) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a reference to a blob for consumption.
public static Azure.AI.Projects.DatasetCredential DatasetCredential(Azure.AI.Projects.AIProjectBlobReference blobReference = default);
static member DatasetCredential : Azure.AI.Projects.AIProjectBlobReference -> Azure.AI.Projects.DatasetCredential
Public Shared Function DatasetCredential (Optional blobReference As AIProjectBlobReference = Nothing) As DatasetCredential
Parameters
- blobReference
- AIProjectBlobReference
Credential info to access the storage account.
Returns
A new DatasetCredential instance for mocking.