This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::ModelBiasJobDefinition BatchTransformInput
Input object for the batch transform job.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DataCapturedDestinationS3Uri" :String, "DatasetFormat" :DatasetFormat, "EndTimeOffset" :String, "FeaturesAttribute" :String, "InferenceAttribute" :String, "LocalPath" :String, "ProbabilityAttribute" :String, "ProbabilityThresholdAttribute" :Number, "S3DataDistributionType" :String, "S3InputMode" :String, "StartTimeOffset" :String}
YAML
DataCapturedDestinationS3Uri:StringDatasetFormat:DatasetFormatEndTimeOffset:StringFeaturesAttribute:StringInferenceAttribute:StringLocalPath:StringProbabilityAttribute:StringProbabilityThresholdAttribute:NumberS3DataDistributionType:StringS3InputMode:StringStartTimeOffset:String
Properties
- DataCapturedDestinationS3Uri
- 
                    The Amazon S3 location being used to capture the data. Required: Yes Type: String Pattern: ^(https|s3)://([^/]+)/?(.*)$Maximum: 512Update requires: Replacement 
- DatasetFormat
- 
                    The dataset format for your batch transform job. Required: Yes Type: DatasetFormat Update requires: Replacement 
- EndTimeOffset
- 
                    If specified, monitoring jobs subtract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs. Required: No Type: String Pattern: ^.?P.*Minimum: 1Maximum: 15Update requires: Replacement 
- FeaturesAttribute
- 
                    The attributes of the input data that are the input features. Required: No Type: String Maximum: 256Update requires: Replacement 
- InferenceAttribute
- 
                    The attribute of the input data that represents the ground truth label. Required: No Type: String Maximum: 256Update requires: Replacement 
- LocalPath
- 
                    Path to the filesystem where the batch transform data is available to the container. Required: Yes Type: String Pattern: .*Maximum: 256Update requires: Replacement 
- ProbabilityAttribute
- 
                    In a classification problem, the attribute that represents the class probability. Required: No Type: String Maximum: 256Update requires: Replacement 
- ProbabilityThresholdAttribute
- 
                    The threshold for the class probability to be evaluated as a positive result. Required: No Type: Number Update requires: Replacement 
- S3DataDistributionType
- 
                    Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicatedRequired: No Type: String Allowed values: FullyReplicated | ShardedByS3KeyUpdate requires: Replacement 
- S3InputMode
- 
                    Whether the PipeorFileis used as the input mode for transferring data for the monitoring job.Pipemode is recommended for large datasets.Filemode is useful for small files that fit in memory. Defaults toFile.Required: No Type: String Allowed values: Pipe | FileUpdate requires: Replacement 
- StartTimeOffset
- 
                    If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs. Required: No Type: String Pattern: ^.?P.*Minimum: 1Maximum: 15Update requires: Replacement