Uses of Class
software.amazon.awssdk.services.sagemaker.model.VpcConfig
-
Packages that use VpcConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of VpcConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return VpcConfig Modifier and Type Method Description VpcConfigAutoMLSecurityConfig. vpcConfig()The VPC configuration.VpcConfigCreateModelRequest. vpcConfig()A VpcConfig object that specifies the VPC that you want your model to connect to.VpcConfigCreateTrainingJobRequest. vpcConfig()A VpcConfig object that specifies the VPC that you want your training job to connect to.VpcConfigDescribeModelResponse. vpcConfig()A VpcConfig object that specifies the VPC that this model has access to.VpcConfigDescribeTrainingJobResponse. vpcConfig()A VpcConfig object that specifies the VPC that this training job has access to.VpcConfigHyperParameterTrainingJobDefinition. vpcConfig()The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter tuning job launches to connect to.VpcConfigLabelingJobResourceConfig. vpcConfig()Returns the value of the VpcConfig property for this object.VpcConfigModel. vpcConfig()Returns the value of the VpcConfig property for this object.VpcConfigMonitoringNetworkConfig. vpcConfig()Returns the value of the VpcConfig property for this object.VpcConfigNetworkConfig. vpcConfig()Returns the value of the VpcConfig property for this object.VpcConfigTrainingJob. vpcConfig()A VpcConfig object that specifies the VPC that this training job has access to.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type VpcConfig Modifier and Type Method Description AutoMLSecurityConfig.BuilderAutoMLSecurityConfig.Builder. vpcConfig(VpcConfig vpcConfig)The VPC configuration.CreateModelRequest.BuilderCreateModelRequest.Builder. vpcConfig(VpcConfig vpcConfig)A VpcConfig object that specifies the VPC that you want your model to connect to.CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. vpcConfig(VpcConfig vpcConfig)A VpcConfig object that specifies the VPC that you want your training job to connect to.DescribeModelResponse.BuilderDescribeModelResponse.Builder. vpcConfig(VpcConfig vpcConfig)A VpcConfig object that specifies the VPC that this model has access to.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. vpcConfig(VpcConfig vpcConfig)A VpcConfig object that specifies the VPC that this training job has access to.HyperParameterTrainingJobDefinition.BuilderHyperParameterTrainingJobDefinition.Builder. vpcConfig(VpcConfig vpcConfig)The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter tuning job launches to connect to.LabelingJobResourceConfig.BuilderLabelingJobResourceConfig.Builder. vpcConfig(VpcConfig vpcConfig)Sets the value of the VpcConfig property for this object.Model.BuilderModel.Builder. vpcConfig(VpcConfig vpcConfig)Sets the value of the VpcConfig property for this object.MonitoringNetworkConfig.BuilderMonitoringNetworkConfig.Builder. vpcConfig(VpcConfig vpcConfig)Sets the value of the VpcConfig property for this object.NetworkConfig.BuilderNetworkConfig.Builder. vpcConfig(VpcConfig vpcConfig)Sets the value of the VpcConfig property for this object.TrainingJob.BuilderTrainingJob.Builder. vpcConfig(VpcConfig vpcConfig)A VpcConfig object that specifies the VPC that this training job has access to.
-