ArmMachineLearningModelFactory.OneLakeArtifact(String, String) 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.
OneLake artifact (data source) configuration. Please note this is the abstract base class. The derived classes available for instantiation are: LakeHouseArtifact.
public static Azure.ResourceManager.MachineLearning.Models.OneLakeArtifact OneLakeArtifact(string artifactName = default, string artifactType = default);
static member OneLakeArtifact : string * string -> Azure.ResourceManager.MachineLearning.Models.OneLakeArtifact
Public Shared Function OneLakeArtifact (Optional artifactName As String = Nothing, Optional artifactType As String = Nothing) As OneLakeArtifact
Parameters
- artifactName
- String
[Required] OneLake artifact name.
- artifactType
- String
[Required] OneLake artifact type.
Returns
A new OneLakeArtifact instance for mocking.