Show / Hide Table of Contents

Interface CfnModelPackagePropsMixin.IFileSourceProperty

Contains details regarding the file source.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnModelPackagePropsMixin.IFileSourceProperty
Syntax (vb)
Public Interface CfnModelPackagePropsMixin.IFileSourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-filesource.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.CfnPropertyMixins.AWS.SageMaker;

             var fileSourceProperty = new FileSourceProperty {
                 ContentDigest = "contentDigest",
                 ContentType = "contentType",
                 S3Uri = "s3Uri"
             };

Synopsis

Properties

ContentDigest

The digest of the file source.

ContentType

The type of content stored in the file source.

S3Uri

The Amazon S3 URI for the file source.

Properties

ContentDigest

The digest of the file source.

string? ContentDigest { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-filesource.html#cfn-sagemaker-modelpackage-filesource-contentdigest

ContentType

The type of content stored in the file source.

string? ContentType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-filesource.html#cfn-sagemaker-modelpackage-filesource-contenttype

S3Uri

The Amazon S3 URI for the file source.

string? S3Uri { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-filesource.html#cfn-sagemaker-modelpackage-filesource-s3uri

Back to top Generated by DocFX