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 DescribePartnerApp operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribePartnerAppResponse : AmazonWebServiceResponse

The DescribePartnerAppResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationConfig Amazon.SageMaker.Model.PartnerAppConfig

Gets and sets the property ApplicationConfig.

Configuration settings for the SageMaker Partner AI App.

Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the SageMaker Partner AI App that was described.

Public Property AuthType Amazon.SageMaker.PartnerAppAuthType

Gets and sets the property AuthType.

The authorization type that users use to access the SageMaker Partner AI App.

Public Property BaseUrl System.String

Gets and sets the property BaseUrl.

The URL of the SageMaker Partner AI App that the Application SDK uses to support in-app calls for the user.

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

Gets and sets the property CreationTime.

The time that the SageMaker Partner AI App was created.

Public Property EnableIamSessionBasedIdentity System.Boolean

Gets and sets the property EnableIamSessionBasedIdentity.

When set to TRUE, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or the authenticated IAM user as the identity of the SageMaker Partner AI App user.

Public Property Error Amazon.SageMaker.Model.ErrorInfo

Gets and sets the property Error.

This is an error field object that contains the error code and the reason for an operation failure.

Public Property ExecutionRoleArn System.String

Gets and sets the property ExecutionRoleArn.

The ARN of the IAM role associated with the SageMaker Partner AI App.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

The Amazon Web Services KMS customer managed key used to encrypt the data at rest associated with SageMaker Partner AI Apps.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The time that the SageMaker Partner AI App was last modified.

Public Property MaintenanceConfig Amazon.SageMaker.Model.PartnerAppMaintenanceConfig

Gets and sets the property MaintenanceConfig.

Maintenance configuration settings for the SageMaker Partner AI App.

Public Property Name System.String

Gets and sets the property Name.

The name of the SageMaker Partner AI App.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Status Amazon.SageMaker.PartnerAppStatus

Gets and sets the property Status.

The status of the SageMaker Partner AI App.

  • Creating: SageMaker AI is creating the partner AI app. The partner AI app is not available during creation.

  • Updating: SageMaker AI is updating the partner AI app. The partner AI app is not available when updating.

  • Deleting: SageMaker AI is deleting the partner AI app. The partner AI app is not available during deletion.

  • Available: The partner AI app is provisioned and accessible.

  • Failed: The partner AI app is in a failed state and isn't available. SageMaker AI is investigating the issue. For further guidance, contact Amazon Web Services Support.

  • UpdateFailed: The partner AI app couldn't be updated but is available.

  • Deleted: The partner AI app is permanently deleted and not available.

Public Property Tier System.String

Gets and sets the property Tier.

The instance type and size of the cluster attached to the SageMaker Partner AI App.

Public Property Type Amazon.SageMaker.PartnerAppType

Gets and sets the property Type.

The type of SageMaker Partner AI App. Must be one of the following: lakera-guard, comet, deepchecks-llm-evaluation, or fiddler.

Public Property Version System.String

Gets and sets the property Version.

The version of the SageMaker Partner AI App.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5