Show / Hide Table of Contents

Class CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty

Settings for an Secrets Manager machine learning resource.

Inheritance
System.Object
CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty
Implements
CfnResourceDefinitionVersion.ISageMakerMachineLearningModelResourceDataProperty
Namespace: Amazon.CDK.AWS.Greengrass
Assembly: Amazon.CDK.AWS.Greengrass.dll
Syntax (csharp)
public class SageMakerMachineLearningModelResourceDataProperty : Object, CfnResourceDefinitionVersion.ISageMakerMachineLearningModelResourceDataProperty
Syntax (vb)
Public Class SageMakerMachineLearningModelResourceDataProperty
    Inherits Object
    Implements CfnResourceDefinitionVersion.ISageMakerMachineLearningModelResourceDataProperty
Remarks

For more information, see Perform Machine Learning Inference in the Developer Guide .

In an AWS CloudFormation template, SageMakerMachineLearningModelResourceData can be used in the ResourceDataContainer property type.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-resourcedefinitionversion-sagemakermachinelearningmodelresourcedata.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.Greengrass;

var sageMakerMachineLearningModelResourceDataProperty = new SageMakerMachineLearningModelResourceDataProperty {
    DestinationPath = "destinationPath",
    SageMakerJobArn = "sageMakerJobArn",

    // the properties below are optional
    OwnerSetting = new ResourceDownloadOwnerSettingProperty {
        GroupOwner = "groupOwner",
        GroupPermission = "groupPermission"
    }
};

Synopsis

Constructors

SageMakerMachineLearningModelResourceDataProperty()

Properties

DestinationPath

The absolute local path of the resource inside the Lambda environment.

OwnerSetting

The owner setting for the downloaded machine learning resource.

SageMakerJobArn

The Amazon Resource Name (ARN) of the Amazon SageMaker training job that represents the source model.

Constructors

SageMakerMachineLearningModelResourceDataProperty()

public SageMakerMachineLearningModelResourceDataProperty()

Properties

DestinationPath

The absolute local path of the resource inside the Lambda environment.

public string DestinationPath { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-resourcedefinitionversion-sagemakermachinelearningmodelresourcedata.html#cfn-greengrass-resourcedefinitionversion-sagemakermachinelearningmodelresourcedata-destinationpath

OwnerSetting

The owner setting for the downloaded machine learning resource.

public object OwnerSetting { get; set; }
Property Value

System.Object

Remarks

For more information, see Access Machine Learning Resources from Lambda Functions in the Developer Guide .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-resourcedefinitionversion-sagemakermachinelearningmodelresourcedata.html#cfn-greengrass-resourcedefinitionversion-sagemakermachinelearningmodelresourcedata-ownersetting

SageMakerJobArn

The Amazon Resource Name (ARN) of the Amazon SageMaker training job that represents the source model.

public string SageMakerJobArn { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-resourcedefinitionversion-sagemakermachinelearningmodelresourcedata.html#cfn-greengrass-resourcedefinitionversion-sagemakermachinelearningmodelresourcedata-sagemakerjobarn

Implements

CfnResourceDefinitionVersion.ISageMakerMachineLearningModelResourceDataProperty
Back to top Generated by DocFX