Class ComponentVersionDataInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionDataInner
-
public final class ComponentVersionDataInner extends com.azure.core.management.ProxyResource
Azure Resource Manager resource envelope.
-
-
Constructor Summary
Constructors Constructor Description ComponentVersionDataInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentVersionDetails
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.ComponentVersionDataInner
withProperties(ComponentVersionDetails properties)
Set the properties property: [Required] Additional attributes of the entity.
-
-
-
Method Detail
-
properties
public ComponentVersionDetails properties()
Get the properties property: [Required] Additional attributes of the entity.- Returns:
- the properties value.
-
withProperties
public ComponentVersionDataInner withProperties(ComponentVersionDetails properties)
Set the properties property: [Required] Additional attributes of the entity.- Parameters:
properties
- the properties value to set.- Returns:
- the ComponentVersionDataInner 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.
-
-