| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Channel.Jsii$Proxy
An implementation for
Channel |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
SageMakerCreateTrainingJobProps.getInputDataConfig()
(experimental) Describes the various datasets (e.g.
|
List<Channel> |
SageMakerCreateTrainingJobProps.Jsii$Proxy.getInputDataConfig() |
| Modifier and Type | Method and Description |
|---|---|
SageMakerCreateTrainingJob.Builder |
SageMakerCreateTrainingJob.Builder.inputDataConfig(List<? extends Channel> inputDataConfig)
(experimental) Describes the various datasets (e.g.
|
SageMakerCreateTrainingJobProps.Builder |
SageMakerCreateTrainingJobProps.Builder.inputDataConfig(List<? extends Channel> inputDataConfig)
Sets the value of
SageMakerCreateTrainingJobProps.getInputDataConfig() |
| 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.