Interface CfnModel.IModelAccessConfigProperty
The access configuration file to control access to the ML model.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IModelAccessConfigProperty
Syntax (vb)
Public Interface IModelAccessConfigProperty
Remarks
You can explicitly accept the model end-user license agreement (EULA) within the ModelAccessConfig
.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var modelAccessConfigProperty = new ModelAccessConfigProperty {
AcceptEula = false
};
Synopsis
Properties
Accept |
Specifies agreement to the model end-user license agreement (EULA). |
Properties
AcceptEula
Specifies agreement to the model end-user license agreement (EULA).
object AcceptEula { get; }
Property Value
System.
Remarks
The AcceptEula
value must be explicitly defined as True
in order to accept the EULA that this model requires. You are responsible for reviewing and complying with any applicable license terms and making sure they are acceptable for your use case before downloading or using a model.