AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeApp operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SageMaker.Model.DescribeAppResponse

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeAppResponse : AmazonWebServiceResponse

The DescribeAppResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeAppResponse()

Properties

NameTypeDescription
Public Property AppArn System.String

Gets and sets the property AppArn.

The Amazon Resource Name (ARN) of the app.

Public Property AppName System.String

Gets and sets the property AppName.

The name of the app.

Public Property AppType Amazon.SageMaker.AppType

Gets and sets the property AppType.

The type of app.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The creation time of the application.

After an application has been shut down for 24 hours, SageMaker deletes all metadata for the application. To be considered an update and retain application metadata, applications must be restarted within 24 hours after the previous application has been shut down. After this time window, creation of an application is considered a new application rather than an update of the previous application.

Public Property DomainId System.String

Gets and sets the property DomainId.

The domain ID.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The failure reason.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastHealthCheckTimestamp System.DateTime

Gets and sets the property LastHealthCheckTimestamp.

The timestamp of the last health check.

Public Property LastUserActivityTimestamp System.DateTime

Gets and sets the property LastUserActivityTimestamp.

The timestamp of the last user's activity. LastUserActivityTimestamp is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.

Public Property ResourceSpec Amazon.SageMaker.Model.ResourceSpec

Gets and sets the property ResourceSpec.

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SpaceName System.String

Gets and sets the property SpaceName.

The name of the space. If this value is not set, then UserProfileName must be set.

Public Property Status Amazon.SageMaker.AppStatus

Gets and sets the property Status.

The status.

Public Property UserProfileName System.String

Gets and sets the property UserProfileName.

The user profile name.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5