Show / Hide Table of Contents

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 CfnModel.IModelAccessConfigProperty
Syntax (vb)
Public Interface CfnModel.IModelAccessConfigProperty
Remarks

You can explicitly accept the model end-user license agreement (EULA) within the ModelAccessConfig .

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-modelaccessconfig.html

    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

    AcceptEula

    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

    object

    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.

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-modelaccessconfig.html#cfn-sagemaker-model-modelaccessconfig-accepteula

    Type union: either bool or IResolvable

    Back to top Generated by DocFX