Show / Hide Table of Contents

Class CfnModelBiasJobDefinition.BatchTransformInputProperty

Inheritance
System.Object
CfnModelBiasJobDefinition.BatchTransformInputProperty
Implements
CfnModelBiasJobDefinition.IBatchTransformInputProperty
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public class BatchTransformInputProperty : Object, CfnModelBiasJobDefinition.IBatchTransformInputProperty
Syntax (vb)
Public Class BatchTransformInputProperty
    Inherits Object
    Implements CfnModelBiasJobDefinition.IBatchTransformInputProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-batchtransforminput.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 json;

var batchTransformInputProperty = new BatchTransformInputProperty {
    DataCapturedDestinationS3Uri = "dataCapturedDestinationS3Uri",
    DatasetFormat = new DatasetFormatProperty {
        Csv = new CsvProperty {
            Header = false
        },
        Json = json,
        Parquet = false
    },
    LocalPath = "localPath",

    // the properties below are optional
    EndTimeOffset = "endTimeOffset",
    FeaturesAttribute = "featuresAttribute",
    InferenceAttribute = "inferenceAttribute",
    ProbabilityAttribute = "probabilityAttribute",
    ProbabilityThresholdAttribute = 123,
    S3DataDistributionType = "s3DataDistributionType",
    S3InputMode = "s3InputMode",
    StartTimeOffset = "startTimeOffset"
};

Synopsis

Constructors

BatchTransformInputProperty()

Properties

DataCapturedDestinationS3Uri

CfnModelBiasJobDefinition.BatchTransformInputProperty.DataCapturedDestinationS3Uri.

DatasetFormat

CfnModelBiasJobDefinition.BatchTransformInputProperty.DatasetFormat.

EndTimeOffset

CfnModelBiasJobDefinition.BatchTransformInputProperty.EndTimeOffset.

FeaturesAttribute

CfnModelBiasJobDefinition.BatchTransformInputProperty.FeaturesAttribute.

InferenceAttribute

CfnModelBiasJobDefinition.BatchTransformInputProperty.InferenceAttribute.

LocalPath

CfnModelBiasJobDefinition.BatchTransformInputProperty.LocalPath.

ProbabilityAttribute

CfnModelBiasJobDefinition.BatchTransformInputProperty.ProbabilityAttribute.

ProbabilityThresholdAttribute

CfnModelBiasJobDefinition.BatchTransformInputProperty.ProbabilityThresholdAttribute.

S3DataDistributionType

CfnModelBiasJobDefinition.BatchTransformInputProperty.S3DataDistributionType.

S3InputMode

CfnModelBiasJobDefinition.BatchTransformInputProperty.S3InputMode.

StartTimeOffset

CfnModelBiasJobDefinition.BatchTransformInputProperty.StartTimeOffset.

Constructors

BatchTransformInputProperty()

public BatchTransformInputProperty()

Properties

DataCapturedDestinationS3Uri

CfnModelBiasJobDefinition.BatchTransformInputProperty.DataCapturedDestinationS3Uri.

public string DataCapturedDestinationS3Uri { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-batchtransforminput.html#cfn-sagemaker-modelbiasjobdefinition-batchtransforminput-datacaptureddestinations3uri

DatasetFormat

CfnModelBiasJobDefinition.BatchTransformInputProperty.DatasetFormat.

public object DatasetFormat { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-batchtransforminput.html#cfn-sagemaker-modelbiasjobdefinition-batchtransforminput-datasetformat

EndTimeOffset

CfnModelBiasJobDefinition.BatchTransformInputProperty.EndTimeOffset.

public string EndTimeOffset { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-batchtransforminput.html#cfn-sagemaker-modelbiasjobdefinition-batchtransforminput-endtimeoffset

FeaturesAttribute

CfnModelBiasJobDefinition.BatchTransformInputProperty.FeaturesAttribute.

public string FeaturesAttribute { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-batchtransforminput.html#cfn-sagemaker-modelbiasjobdefinition-batchtransforminput-featuresattribute

InferenceAttribute

CfnModelBiasJobDefinition.BatchTransformInputProperty.InferenceAttribute.

public string InferenceAttribute { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-batchtransforminput.html#cfn-sagemaker-modelbiasjobdefinition-batchtransforminput-inferenceattribute

LocalPath

CfnModelBiasJobDefinition.BatchTransformInputProperty.LocalPath.

public string LocalPath { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-batchtransforminput.html#cfn-sagemaker-modelbiasjobdefinition-batchtransforminput-localpath

ProbabilityAttribute

CfnModelBiasJobDefinition.BatchTransformInputProperty.ProbabilityAttribute.

public string ProbabilityAttribute { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-batchtransforminput.html#cfn-sagemaker-modelbiasjobdefinition-batchtransforminput-probabilityattribute

ProbabilityThresholdAttribute

CfnModelBiasJobDefinition.BatchTransformInputProperty.ProbabilityThresholdAttribute.

public Nullable<double> ProbabilityThresholdAttribute { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-batchtransforminput.html#cfn-sagemaker-modelbiasjobdefinition-batchtransforminput-probabilitythresholdattribute

S3DataDistributionType

CfnModelBiasJobDefinition.BatchTransformInputProperty.S3DataDistributionType.

public string S3DataDistributionType { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-batchtransforminput.html#cfn-sagemaker-modelbiasjobdefinition-batchtransforminput-s3datadistributiontype

S3InputMode

CfnModelBiasJobDefinition.BatchTransformInputProperty.S3InputMode.

public string S3InputMode { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-batchtransforminput.html#cfn-sagemaker-modelbiasjobdefinition-batchtransforminput-s3inputmode

StartTimeOffset

CfnModelBiasJobDefinition.BatchTransformInputProperty.StartTimeOffset.

public string StartTimeOffset { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelbiasjobdefinition-batchtransforminput.html#cfn-sagemaker-modelbiasjobdefinition-batchtransforminput-starttimeoffset

Implements

CfnModelBiasJobDefinition.IBatchTransformInputProperty
Back to top Generated by DocFX