选择您的 Cookie 首选项

我们使用必要 Cookie 和类似工具提供我们的网站和服务。我们使用性能 Cookie 收集匿名统计数据,以便我们可以了解客户如何使用我们的网站并进行改进。必要 Cookie 无法停用,但您可以单击“自定义”或“拒绝”来拒绝性能 Cookie。

如果您同意,AWS 和经批准的第三方还将使用 Cookie 提供有用的网站功能、记住您的首选项并显示相关内容,包括相关广告。要接受或拒绝所有非必要 Cookie,请单击“接受”或“拒绝”。要做出更详细的选择,请单击“自定义”。

AWS::SageMaker::ModelBiasJobDefinition BatchTransformInput

聚焦模式
AWS::SageMaker::ModelBiasJobDefinition BatchTransformInput - AWS CloudFormation
此页面尚未翻译为您的语言。 请求翻译
筛选器视图

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 }

Properties

DataCapturedDestinationS3Uri

The Amazon S3 location being used to capture the data.

Required: Yes

Type: String

Pattern: ^(https|s3)://([^/]+)/?(.*)$

Maximum: 512

Update 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: 1

Maximum: 15

Update requires: Replacement

FeaturesAttribute

The attributes of the input data that are the input features.

Required: No

Type: String

Maximum: 256

Update requires: Replacement

InferenceAttribute

The attribute of the input data that represents the ground truth label.

Required: No

Type: String

Maximum: 256

Update requires: Replacement

LocalPath

Path to the filesystem where the batch transform data is available to the container.

Required: Yes

Type: String

Pattern: .*

Maximum: 256

Update requires: Replacement

ProbabilityAttribute

In a classification problem, the attribute that represents the class probability.

Required: No

Type: String

Maximum: 256

Update 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 FullyReplicated

Required: No

Type: String

Allowed values: FullyReplicated | ShardedByS3Key

Update requires: Replacement

S3InputMode

Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.

Required: No

Type: String

Allowed values: Pipe | File

Update 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: 1

Maximum: 15

Update requires: Replacement

本页内容

隐私网站条款Cookie 首选项
© 2025, Amazon Web Services, Inc. 或其附属公司。保留所有权利。