AWS::SageMaker::DataQualityJobDefinition EndpointInput
Input object for the endpoint
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EndpointName" :String, "LocalPath" :String, "S3DataDistributionType" :String, "S3InputMode" :String}
YAML
EndpointName:StringLocalPath:StringS3DataDistributionType:StringS3InputMode:String
Properties
EndpointName-
An endpoint in customer's account which has enabled
DataCaptureConfigenabled.Required: Yes
Type: String
Maximum:
63Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}Update requires: Replacement
LocalPath-
Path to the filesystem where the endpoint data is available to the container.
Required: Yes
Type: String
Maximum:
256Pattern:
.*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:
File | PipeUpdate requires: Replacement