| Modifier and Type | Method and Description |
|---|---|
static S3Location |
S3Location.fromBucket(software.amazon.awscdk.services.s3.IBucket bucket,
String keyPrefix)
An `IS3Location` built with a determined bucket and key prefix.
|
static S3Location |
S3Location.fromJsonExpression(String expression)
An `IS3Location` determined fully by a JSON Path from the task input.
|
S3Location |
S3DataSource.getS3Location()
S3 Uri.
|
S3Location |
S3DataSource.Jsii$Proxy.getS3Location()
S3 Uri.
|
S3Location |
OutputDataConfig.getS3OutputLocation()
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts.
|
S3Location |
OutputDataConfig.Jsii$Proxy.getS3OutputLocation()
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
S3DataSource.Builder |
S3DataSource.Builder.withS3Location(S3Location value)
Sets the value of S3Location
|
OutputDataConfig.Builder |
OutputDataConfig.Builder.withS3OutputLocation(S3Location value)
Sets the value of S3OutputLocation
|
Copyright © 2019. All rights reserved.