Uses of Class
software.amazon.awssdk.services.bedrock.model.VpcConfig
-
Packages that use VpcConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of VpcConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return VpcConfig Modifier and Type Method Description VpcConfigSageMakerEndpoint. vpc()The VPC configuration for the endpoint.VpcConfigCreateModelCustomizationJobRequest. vpcConfig()The configuration of the Virtual Private Cloud (VPC) that contains the resources that you're using for this job.VpcConfigCreateModelImportJobRequest. vpcConfig()VPC configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for the import job.VpcConfigCreateModelInvocationJobRequest. vpcConfig()The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job.VpcConfigGetModelCustomizationJobResponse. vpcConfig()VPC configuration for the custom model job.VpcConfigGetModelImportJobResponse. vpcConfig()The Virtual Private Cloud (VPC) configuration of the import model job.VpcConfigGetModelInvocationJobResponse. vpcConfig()The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job.VpcConfigModelInvocationJobSummary. vpcConfig()The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type VpcConfig Modifier and Type Method Description SageMakerEndpoint.BuilderSageMakerEndpoint.Builder. vpc(VpcConfig vpc)The VPC configuration for the endpoint.CreateModelCustomizationJobRequest.BuilderCreateModelCustomizationJobRequest.Builder. vpcConfig(VpcConfig vpcConfig)The configuration of the Virtual Private Cloud (VPC) that contains the resources that you're using for this job.CreateModelImportJobRequest.BuilderCreateModelImportJobRequest.Builder. vpcConfig(VpcConfig vpcConfig)VPC configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for the import job.CreateModelInvocationJobRequest.BuilderCreateModelInvocationJobRequest.Builder. vpcConfig(VpcConfig vpcConfig)The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job.GetModelCustomizationJobResponse.BuilderGetModelCustomizationJobResponse.Builder. vpcConfig(VpcConfig vpcConfig)VPC configuration for the custom model job.GetModelImportJobResponse.BuilderGetModelImportJobResponse.Builder. vpcConfig(VpcConfig vpcConfig)The Virtual Private Cloud (VPC) configuration of the import model job.GetModelInvocationJobResponse.BuilderGetModelInvocationJobResponse.Builder. vpcConfig(VpcConfig vpcConfig)The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job.ModelInvocationJobSummary.BuilderModelInvocationJobSummary.Builder. vpcConfig(VpcConfig vpcConfig)The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job.
-