| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Class and Description |
|---|---|
static class |
VpcConfig.Jsii$Proxy
An implementation for
VpcConfig |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
VpcConfig.Builder.build()
Builds the configured instance.
|
default VpcConfig |
SageMakerCreateTrainingJobProps.getVpcConfig()
(experimental) Specifies the VPC that you want your training job to connect to.
|
VpcConfig |
SageMakerCreateTrainingJobProps.Jsii$Proxy.getVpcConfig() |
| Modifier and Type | Method and Description |
|---|---|
SageMakerCreateTrainingJob.Builder |
SageMakerCreateTrainingJob.Builder.vpcConfig(VpcConfig vpcConfig)
(experimental) Specifies the VPC that you want your training job to connect to.
|
SageMakerCreateTrainingJobProps.Builder |
SageMakerCreateTrainingJobProps.Builder.vpcConfig(VpcConfig vpcConfig)
Sets the value of
SageMakerCreateTrainingJobProps.getVpcConfig() |
| 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.