Class CodeVersionDataInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.machinelearning.fluent.models.CodeVersionDataInner
-
public final class CodeVersionDataInner extends com.azure.core.management.ProxyResource
Azure Resource Manager resource envelope.
-
-
Constructor Summary
Constructors Constructor Description CodeVersionDataInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeVersionDetails
properties()
Get the properties property: [Required] Additional attributes of the entity.com.azure.core.management.SystemData
systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.void
validate()
Validates the instance.CodeVersionDataInner
withProperties(CodeVersionDetails properties)
Set the properties property: [Required] Additional attributes of the entity.
-
-
-
Method Detail
-
properties
public CodeVersionDetails properties()
Get the properties property: [Required] Additional attributes of the entity.- Returns:
- the properties value.
-
withProperties
public CodeVersionDataInner withProperties(CodeVersionDetails properties)
Set the properties property: [Required] Additional attributes of the entity.- Parameters:
properties
- the properties value to set.- Returns:
- the CodeVersionDataInner object itself.
-
systemData
public com.azure.core.management.SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-