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
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
Remarks
ContentType
The type of content stored in the file source.
string? ContentType { get; }
Property Value
Remarks
S3Uri
The Amazon S3 URI for the file source.
string? S3Uri { get; }