| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Class and Description |
|---|---|
static class |
OutputDataConfig.Jsii$Proxy
An implementation for
OutputDataConfig |
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig |
OutputDataConfig.Builder.build()
Builds the configured instance.
|
OutputDataConfig |
SageMakerCreateTrainingJobProps.getOutputDataConfig()
(experimental) Identifies the Amazon S3 location where you want Amazon SageMaker to save the results of model training.
|
OutputDataConfig |
SageMakerCreateTrainingJobProps.Jsii$Proxy.getOutputDataConfig() |
| Modifier and Type | Method and Description |
|---|---|
SageMakerCreateTrainingJob.Builder |
SageMakerCreateTrainingJob.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
(experimental) Identifies the Amazon S3 location where you want Amazon SageMaker to save the results of model training.
|
SageMakerCreateTrainingJobProps.Builder |
SageMakerCreateTrainingJobProps.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
Sets the value of
SageMakerCreateTrainingJobProps.getOutputDataConfig() |
| Constructor and Description |
|---|
Jsii$Proxy(AlgorithmSpecification algorithmSpecification,
List<? extends Channel> inputDataConfig,
OutputDataConfig outputDataConfig,
String trainingJobName,
Map<String,? extends Object> hyperparameters,
ResourceConfig resourceConfig,
IRole role,
StoppingCondition stoppingCondition,
Map<String,String> tags,
VpcConfig vpcConfig,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateTrainingJobProps.Builder. |
Copyright © 2021. All rights reserved.