DeploymentLogs Interface

public interface DeploymentLogs

An immutable client-side representation of DeploymentLogs.

Method Summary

Modifier and Type Method and Description
abstract String content()

Gets the content property: The retrieved online deployment logs.

abstract DeploymentLogsInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.DeploymentLogsInner object.

Method Details

content

public abstract String content()

Gets the content property: The retrieved online deployment logs.

Returns:

the content value.

innerModel

public abstract DeploymentLogsInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.DeploymentLogsInner object.

Returns:

the inner object.

Applies to