Delen via


DataVersionBaseProperties Class

Definition

Data version base definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DataVersionBasePropertiesTypeConverter))]
public class DataVersionBaseProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDataVersionBaseProperties, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DataVersionBasePropertiesTypeConverter))>]
type DataVersionBaseProperties = class
    interface IDataVersionBaseProperties
    interface IJsonSerializable
    interface IAssetBase
    interface IResourceBase
    interface IValidates
Public Class DataVersionBaseProperties
Implements IDataVersionBaseProperties, IValidates
Inheritance
DataVersionBaseProperties
Attributes
Implements

Constructors

DataVersionBaseProperties()

Creates an new DataVersionBaseProperties instance.

Properties

DataType

[Required] Specifies the type of data.

DataUri

[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220501.Assets.DataVersionBase.DataType

Description

The asset description text.

IsAnonymou

If the name version are system generated (anonymous registration).

IsArchived

Is the asset archived?

Property

The asset property dictionary.

Tag

Tag dictionary. Tags can be added, removed, and updated.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataVersionBaseProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataVersionBaseProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDataVersionBaseProperties. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDataVersionBaseProperties interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of DataVersionBaseProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataVersionBaseProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to