Show / Hide Table of Contents

Interface IModel

(experimental) Interface that defines a Model resource.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IGrantable.GrantPrincipal
IConnectable.Connections
Namespace: Amazon.CDK.AWS.Sagemaker.Alpha
Assembly: Amazon.CDK.AWS.Sagemaker.Alpha.dll
Syntax (csharp)
public interface IModel : IResource, IConstruct, IDependable, IGrantable, IConnectable
Syntax (vb)
Public Interface IModel Inherits IResource, IConstruct, IDependable, IGrantable, IConnectable
Remarks

Stability: Experimental

Synopsis

Properties

ModelArn

(experimental) Returns the ARN of this model.

ModelName

(experimental) Returns the name of this model.

Role

(experimental) The IAM role associated with this Model.

Methods

AddToRolePolicy(PolicyStatement)

(experimental) Adds a statement to the IAM role assumed by the instance.

Properties

ModelArn

(experimental) Returns the ARN of this model.

string ModelArn { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

ModelName

(experimental) Returns the name of this model.

string ModelName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Role

(experimental) The IAM role associated with this Model.

IRole? Role { get; }
Property Value

IRole

Remarks

Stability: Experimental

Methods

AddToRolePolicy(PolicyStatement)

(experimental) Adds a statement to the IAM role assumed by the instance.

void AddToRolePolicy(PolicyStatement statement)
Parameters
statement PolicyStatement
Remarks

Stability: Experimental

Back to top Generated by DocFX