| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
static S3Location |
S3Location.fromBucket(IBucket bucket,
String keyPrefix)
(experimental) An `IS3Location` built with a determined bucket and key prefix.
|
static S3Location |
S3Location.fromJsonExpression(String expression)
(experimental) An `IS3Location` determined fully by a JSON Path from the task input.
|
default S3Location |
ContainerDefinitionOptions.getModelS3Location()
(experimental) The S3 path where the model artifacts, which result from model training, are stored.
|
S3Location |
ContainerDefinitionOptions.Jsii$Proxy.getModelS3Location() |
S3Location |
S3DataSource.getS3Location()
(experimental) S3 Uri.
|
S3Location |
S3DataSource.Jsii$Proxy.getS3Location() |
S3Location |
OutputDataConfig.getS3OutputLocation()
(experimental) Identifies the S3 path where you want Amazon SageMaker to store the model artifacts.
|
S3Location |
OutputDataConfig.Jsii$Proxy.getS3OutputLocation() |
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.modelS3Location(S3Location modelS3Location)
Sets the value of
ContainerDefinitionOptions.getModelS3Location() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.modelS3Location(S3Location modelS3Location)
(experimental) The S3 path where the model artifacts, which result from model training, are stored.
|
S3DataSource.Builder |
S3DataSource.Builder.s3Location(S3Location s3Location)
Sets the value of
S3DataSource.getS3Location() |
OutputDataConfig.Builder |
OutputDataConfig.Builder.s3OutputLocation(S3Location s3OutputLocation)
Sets the value of
OutputDataConfig.getS3OutputLocation() |
| Constructor and Description |
|---|
Jsii$Proxy(S3Location s3OutputLocation,
IKey encryptionKey)
Constructor that initializes the object based on literal property values passed by the
OutputDataConfig.Builder. |
Jsii$Proxy(S3Location s3Location,
List<String> attributeNames,
S3DataDistributionType s3DataDistributionType,
S3DataType s3DataType)
Constructor that initializes the object based on literal property values passed by the
S3DataSource.Builder. |
Jsii$Proxy(String containerHostName,
TaskInput environmentVariables,
DockerImage image,
Mode mode,
String modelPackageName,
S3Location modelS3Location)
Constructor that initializes the object based on literal property values passed by the
ContainerDefinitionOptions.Builder. |
Copyright © 2021. All rights reserved.