Interface CfnInferenceExperiment.ICaptureContentTypeHeaderProperty
Configuration specifying how to treat different headers.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICaptureContentTypeHeaderProperty
Syntax (vb)
Public Interface ICaptureContentTypeHeaderProperty
Remarks
If no headers are specified Amazon SageMaker AI will by default base64 encode when capturing the data.
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 captureContentTypeHeaderProperty = new CaptureContentTypeHeaderProperty {
CsvContentTypes = new [] { "csvContentTypes" },
JsonContentTypes = new [] { "jsonContentTypes" }
};
Synopsis
Properties
Csv |
The list of all content type headers that Amazon SageMaker AI will treat as CSV and capture accordingly. |
Json |
The list of all content type headers that SageMaker AI will treat as JSON and capture accordingly. |
Properties
CsvContentTypes
The list of all content type headers that Amazon SageMaker AI will treat as CSV and capture accordingly.
virtual string[] CsvContentTypes { get; }
Property Value
System.
Remarks
JsonContentTypes
The list of all content type headers that SageMaker AI will treat as JSON and capture accordingly.
virtual string[] JsonContentTypes { get; }
Property Value
System.