SkuCapability Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.models.SkuCapability

public final class SkuCapability

Features/user capabilities associated with the sku.

Constructor Summary

Constructor Description
SkuCapability()

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: Capability/Feature ID.

void validate()

Validates the instance.

String value()

Get the value property: Details about the feature/capability.

SkuCapability withName(String name)

Set the name property: Capability/Feature ID.

SkuCapability withValue(String value)

Set the value property: Details about the feature/capability.

Methods inherited from java.lang.Object

Constructor Details

SkuCapability

public SkuCapability()

Method Details

name

public String name()

Get the name property: Capability/Feature ID.

Returns:

the name value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: Details about the feature/capability.

Returns:

the value value.

withName

public SkuCapability withName(String name)

Set the name property: Capability/Feature ID.

Parameters:

name - the name value to set.

Returns:

the SkuCapability object itself.

withValue

public SkuCapability withValue(String value)

Set the value property: Details about the feature/capability.

Parameters:

value - the value value to set.

Returns:

the SkuCapability object itself.

Applies to