S3DataSource¶
-
class
aws_cdk.aws_stepfunctions_tasks.
S3DataSource
(*, s3_location, attribute_names=None, s3_data_distribution_type=None, s3_data_type=None)¶ Bases:
object
(experimental) S3 location of the channel data.
- Parameters
s3_location (
S3Location
) – (experimental) S3 Uri.attribute_names (
Optional
[List
[str
]]) – (experimental) List of one or more attribute names to use that are found in a specified augmented manifest file. Default: - No attribute namess3_data_distribution_type (
Optional
[S3DataDistributionType
]) – (experimental) S3 Data Distribution Type. Default: - Nones3_data_type (
Optional
[S3DataType
]) – (experimental) S3 Data Type. Default: S3_PREFIX
- See
https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_S3DataSource.html
- Stability
experimental
Attributes
-
attribute_names
¶ (experimental) List of one or more attribute names to use that are found in a specified augmented manifest file.
- Default
No attribute names
- Stability
experimental
- Return type
Optional
[List
[str
]]
-
s3_data_distribution_type
¶ (experimental) S3 Data Distribution Type.
- Default
None
- Stability
experimental
- Return type
Optional
[S3DataDistributionType
]
-
s3_data_type
¶ (experimental) S3 Data Type.
- Default
S3_PREFIX
- Stability
experimental
- Return type
Optional
[S3DataType
]
-
s3_location
¶ (experimental) S3 Uri.
- Stability
experimental
- Return type