Interface DeploymentLogs
public interface DeploymentLogs
An immutable client-side representation of DeploymentLogs.
-
Method Summary
Modifier and TypeMethodDescriptioncontent()Gets the content property: The retrieved online deployment logs.Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.DeploymentLogsInner object.
-
Method Details
-
content
String content()Gets the content property: The retrieved online deployment logs.- Returns:
- the content value.
-
innerModel
DeploymentLogsInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.DeploymentLogsInner object.- Returns:
- the inner object.
-