| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
VpcConfig.clone() |
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 |
DescribeEndpointConfigResult.getVpcConfig() |
VpcConfig |
DescribeClusterResult.getVpcConfig() |
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 |
CreateEndpointConfigRequest.getVpcConfig() |
VpcConfig |
CreateClusterRequest.getVpcConfig() |
VpcConfig |
LabelingJobResourceConfig.getVpcConfig() |
VpcConfig |
AutoMLSecurityConfig.getVpcConfig()
The VPC configuration.
|
VpcConfig |
Model.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 |
TrainingJob.getVpcConfig()
A VpcConfig object
that specifies the VPC that this training job has access to.
|
VpcConfig |
NetworkConfig.getVpcConfig() |
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 |
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 |
DescribeEndpointConfigResult.setVpcConfig(VpcConfig vpcConfig) |
void |
DescribeClusterResult.setVpcConfig(VpcConfig vpcConfig) |
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 |
CreateEndpointConfigRequest.setVpcConfig(VpcConfig vpcConfig) |
void |
CreateClusterRequest.setVpcConfig(VpcConfig vpcConfig) |
void |
LabelingJobResourceConfig.setVpcConfig(VpcConfig vpcConfig) |
void |
AutoMLSecurityConfig.setVpcConfig(VpcConfig vpcConfig)
The VPC configuration.
|
void |
Model.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 |
TrainingJob.setVpcConfig(VpcConfig vpcConfig)
A VpcConfig object
that specifies the VPC that this training job has access to.
|
void |
NetworkConfig.setVpcConfig(VpcConfig vpcConfig) |
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.
|
DescribeEndpointConfigResult |
DescribeEndpointConfigResult.withVpcConfig(VpcConfig vpcConfig) |
DescribeClusterResult |
DescribeClusterResult.withVpcConfig(VpcConfig vpcConfig) |
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.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withVpcConfig(VpcConfig vpcConfig) |
CreateClusterRequest |
CreateClusterRequest.withVpcConfig(VpcConfig vpcConfig) |
LabelingJobResourceConfig |
LabelingJobResourceConfig.withVpcConfig(VpcConfig vpcConfig) |
AutoMLSecurityConfig |
AutoMLSecurityConfig.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration.
|
Model |
Model.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.
|
TrainingJob |
TrainingJob.withVpcConfig(VpcConfig vpcConfig)
A VpcConfig object
that specifies the VPC that this training job has access to.
|
NetworkConfig |
NetworkConfig.withVpcConfig(VpcConfig vpcConfig) |
Copyright © 2025. All rights reserved.