Interface IModel
(experimental) Interface that defines a Model resource.
Inherited Members
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
Remarks
Stability: Experimental
Attribute: true
ModelName
(experimental) Returns the name of this model.
string ModelName { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
Role
(experimental) The IAM role associated with this Model.
IRole? Role { get; }
Property Value
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