| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
VpcConfig.clone() |
VpcConfig |
DescribeModelResult.getVpcConfig()
A object that specifies the VPC that this model has access to.
|
VpcConfig |
DescribeTrainingJobResult.getVpcConfig()
A object that specifies the VPC that this training job has access to.
|
VpcConfig |
CreateTrainingJobRequest.getVpcConfig()
A object that specifies the VPC that you want your training job to connect to.
|
VpcConfig |
CreateModelRequest.getVpcConfig()
A object that specifies the VPC that you want your model to connect to.
|
VpcConfig |
VpcConfig.withSecurityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
VpcConfig |
VpcConfig.withSecurityGroupIds(String... securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
VpcConfig |
VpcConfig.withSubnets(Collection<String> subnets)
The ID of the subnets in the VPC to which you want to connect your training job or model.
|
VpcConfig |
VpcConfig.withSubnets(String... subnets)
The ID of the subnets in the VPC to which you want to connect your training job or model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeModelResult.setVpcConfig(VpcConfig vpcConfig)
A object that specifies the VPC that this model has access to.
|
void |
DescribeTrainingJobResult.setVpcConfig(VpcConfig vpcConfig)
A object that specifies the VPC that this training job has access to.
|
void |
CreateTrainingJobRequest.setVpcConfig(VpcConfig vpcConfig)
A object that specifies the VPC that you want your training job to connect to.
|
void |
CreateModelRequest.setVpcConfig(VpcConfig vpcConfig)
A object that specifies the VPC that you want your model to connect to.
|
DescribeModelResult |
DescribeModelResult.withVpcConfig(VpcConfig vpcConfig)
A object that specifies the VPC that this model has access to.
|
DescribeTrainingJobResult |
DescribeTrainingJobResult.withVpcConfig(VpcConfig vpcConfig)
A object that specifies the VPC that this training job has access to.
|
CreateTrainingJobRequest |
CreateTrainingJobRequest.withVpcConfig(VpcConfig vpcConfig)
A object that specifies the VPC that you want your training job to connect to.
|
CreateModelRequest |
CreateModelRequest.withVpcConfig(VpcConfig vpcConfig)
A object that specifies the VPC that you want your model to connect to.
|
Copyright © 2018. All rights reserved.