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.

Container for the parameters to the CreatePartnerApp operation. Creates an Amazon SageMaker Partner AI App.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.CreatePartnerAppRequest

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

Syntax

C#
public class CreatePartnerAppRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreatePartnerAppRequest type exposes the following members

Constructors

NameDescription
Public Method CreatePartnerAppRequest()

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 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 ClientToken System.String

Gets and sets the property ClientToken.

A unique token that guarantees that the call to this API is idempotent.

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 ExecutionRoleArn System.String

Gets and sets the property ExecutionRoleArn.

The ARN of the IAM role that the partner application uses.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

SageMaker Partner AI Apps uses Amazon Web Services KMS to encrypt data at rest using an Amazon Web Services managed key by default. For more control, specify a customer managed key.

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 to give the SageMaker Partner AI App.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

Each tag consists of a key and an optional value. Tag keys must be unique per resource.

Public Property Tier System.String

Gets and sets the property Tier.

Indicates 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 to create. Must be one of the following: lakera-guard, comet, deepchecks-llm-evaluation, or fiddler.

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