Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.S3Location
Packages that use S3Location
Package
Description
Tasks for AWS Step Functions
-
Uses of S3Location in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return S3LocationModifier and TypeMethodDescriptionstatic S3LocationS3Location.fromBucket(IBucket bucket, String keyPrefix) AnIS3Locationbuilt with a determined bucket and key prefix.static S3LocationS3Location.fromJsonExpression(String expression) AnIS3Locationdetermined fully by a JSON Path from the task input.default S3LocationContainerDefinitionOptions.getModelS3Location()The S3 path where the model artifacts, which result from model training, are stored.final S3LocationContainerDefinitionOptions.Jsii$Proxy.getModelS3Location()S3DataSource.getS3Location()S3 Uri.final S3LocationS3DataSource.Jsii$Proxy.getS3Location()OutputDataConfig.getS3OutputLocation()Identifies the S3 path where you want Amazon SageMaker to store the model artifacts.final S3LocationOutputDataConfig.Jsii$Proxy.getS3OutputLocation()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type S3LocationModifier and TypeMethodDescriptionContainerDefinition.Builder.modelS3Location(S3Location modelS3Location) The S3 path where the model artifacts, which result from model training, are stored.ContainerDefinitionOptions.Builder.modelS3Location(S3Location modelS3Location) Sets the value ofContainerDefinitionOptions.getModelS3Location()S3DataSource.Builder.s3Location(S3Location s3Location) Sets the value ofS3DataSource.getS3Location()OutputDataConfig.Builder.s3OutputLocation(S3Location s3OutputLocation) Sets the value ofOutputDataConfig.getS3OutputLocation()