Interface DiagnoseResponseResult
public interface DiagnoseResponseResult
An immutable client-side representation of DiagnoseResponseResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.machinelearning.fluent.models.DiagnoseResponseResultInner object.value()Gets the value property: The value property.
-
Method Details
-
value
DiagnoseResponseResultValue value()Gets the value property: The value property.- Returns:
- the value value.
-
innerModel
DiagnoseResponseResultInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.DiagnoseResponseResultInner object.- Returns:
- the inner object.
-