你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmMachineLearningModelFactory.OneLakeDatastore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 OneLakeDatastore 的新实例。
public static Azure.ResourceManager.MachineLearning.Models.OneLakeDatastore OneLakeDatastore (string description = default, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreCredentials credentials = default, Azure.ResourceManager.MachineLearning.Models.IntellectualProperty intellectualProperty = default, bool? isDefault = default, Azure.ResourceManager.MachineLearning.Models.OneLakeArtifact artifact = default, string endpoint = default, string oneLakeWorkspaceName = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningServiceDataAccessAuthIdentity? serviceDataAccessAuthIdentity = default);
static member OneLakeDatastore : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreCredentials * Azure.ResourceManager.MachineLearning.Models.IntellectualProperty * Nullable<bool> * Azure.ResourceManager.MachineLearning.Models.OneLakeArtifact * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningServiceDataAccessAuthIdentity> -> Azure.ResourceManager.MachineLearning.Models.OneLakeDatastore
Public Shared Function OneLakeDatastore (Optional description As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional credentials As MachineLearningDatastoreCredentials = Nothing, Optional intellectualProperty As IntellectualProperty = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional artifact As OneLakeArtifact = Nothing, Optional endpoint As String = Nothing, Optional oneLakeWorkspaceName As String = Nothing, Optional serviceDataAccessAuthIdentity As Nullable(Of MachineLearningServiceDataAccessAuthIdentity) = Nothing) As OneLakeDatastore
参数
- description
- String
资产说明文本。
- properties
- IDictionary<String,String>
资产属性字典。
- tags
- IDictionary<String,String>
标记字典。 可以添加、删除和更新标记。
- credentials
- MachineLearningDatastoreCredentials
[必需]帐户凭据。 请注意 MachineLearningDatastoreCredentials ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 MachineLearningAccountKeyDatastoreCredentials、、MachineLearningCertificateDatastoreCredentials、KerberosKeytabCredentialsKerberosPasswordCredentials、 MachineLearningNoneDatastoreCredentialsMachineLearningSasDatastoreCredentials 和 MachineLearningServicePrincipalDatastoreCredentials。
- intellectualProperty
- IntellectualProperty
知识产权详细信息。
- artifact
- OneLakeArtifact
[必需]支持数据存储的 OneLake 项目。 请注意 OneLakeArtifact ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 LakeHouseArtifact。
- endpoint
- String
用于数据存储的 OneLake 终结点。
- oneLakeWorkspaceName
- String
[必需]OneLake 工作区名称。
- serviceDataAccessAuthIdentity
- Nullable<MachineLearningServiceDataAccessAuthIdentity>
指示用于验证客户存储的服务数据访问的标识。
返回
用于模拟的新 OneLakeDatastore 实例。