| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
VpcConfig.clone() |
VpcConfig |
TrainingJob.getVpcConfig()
A VpcConfig object that specifies the VPC that this training job has access to.
|
VpcConfig |
LabelingJobResourceConfig.getVpcConfig() |
VpcConfig |
NetworkConfig.getVpcConfig() |
VpcConfig |
HyperParameterTrainingJobDefinition.getVpcConfig()
The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter
tuning job launches to connect to.
|
VpcConfig |
MonitoringNetworkConfig.getVpcConfig() |
VpcConfig |
DescribeTrainingJobResult.getVpcConfig()
A VpcConfig object that specifies the VPC that this training job has access to.
|
VpcConfig |
DescribeModelResult.getVpcConfig()
A VpcConfig object that specifies the VPC that this model has access to.
|
VpcConfig |
CreateTrainingJobRequest.getVpcConfig()
A VpcConfig object that specifies the VPC that you want your training job to connect to.
|
VpcConfig |
CreateModelRequest.getVpcConfig()
A VpcConfig object that specifies the VPC that you want your model to connect to.
|
VpcConfig |
AutoMLSecurityConfig.getVpcConfig()
The VPC configuration.
|
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 |
TrainingJob.setVpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that this training job has access to.
|
void |
LabelingJobResourceConfig.setVpcConfig(VpcConfig vpcConfig) |
void |
NetworkConfig.setVpcConfig(VpcConfig vpcConfig) |
void |
HyperParameterTrainingJobDefinition.setVpcConfig(VpcConfig vpcConfig)
The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter
tuning job launches to connect to.
|
void |
MonitoringNetworkConfig.setVpcConfig(VpcConfig vpcConfig) |
void |
DescribeTrainingJobResult.setVpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that this training job has access to.
|
void |
DescribeModelResult.setVpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that this model has access to.
|
void |
CreateTrainingJobRequest.setVpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that you want your training job to connect to.
|
void |
CreateModelRequest.setVpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that you want your model to connect to.
|
void |
AutoMLSecurityConfig.setVpcConfig(VpcConfig vpcConfig)
The VPC configuration.
|
TrainingJob |
TrainingJob.withVpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that this training job has access to.
|
LabelingJobResourceConfig |
LabelingJobResourceConfig.withVpcConfig(VpcConfig vpcConfig) |
NetworkConfig |
NetworkConfig.withVpcConfig(VpcConfig vpcConfig) |
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withVpcConfig(VpcConfig vpcConfig)
The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter
tuning job launches to connect to.
|
MonitoringNetworkConfig |
MonitoringNetworkConfig.withVpcConfig(VpcConfig vpcConfig) |
DescribeTrainingJobResult |
DescribeTrainingJobResult.withVpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that this training job has access to.
|
DescribeModelResult |
DescribeModelResult.withVpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that this model has access to.
|
CreateTrainingJobRequest |
CreateTrainingJobRequest.withVpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that you want your training job to connect to.
|
CreateModelRequest |
CreateModelRequest.withVpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that you want your model to connect to.
|
AutoMLSecurityConfig |
AutoMLSecurityConfig.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration.
|
Copyright © 2022. All rights reserved.