| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
NeoVpcConfig |
NeoVpcConfig.clone() |
NeoVpcConfig |
CreateCompilationJobRequest.getVpcConfig()
A VpcConfig object
that specifies the VPC that you want your compilation job to connect to.
|
NeoVpcConfig |
DescribeCompilationJobResult.getVpcConfig()
A VpcConfig object
that specifies the VPC that you want your compilation job to connect to.
|
NeoVpcConfig |
NeoVpcConfig.withSecurityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs.
|
NeoVpcConfig |
NeoVpcConfig.withSecurityGroupIds(String... securityGroupIds)
The VPC security group IDs.
|
NeoVpcConfig |
NeoVpcConfig.withSubnets(Collection<String> subnets)
The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in
Amazon S3.
|
NeoVpcConfig |
NeoVpcConfig.withSubnets(String... subnets)
The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in
Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCompilationJobRequest.setVpcConfig(NeoVpcConfig vpcConfig)
A VpcConfig object
that specifies the VPC that you want your compilation job to connect to.
|
void |
DescribeCompilationJobResult.setVpcConfig(NeoVpcConfig vpcConfig)
A VpcConfig object
that specifies the VPC that you want your compilation job to connect to.
|
CreateCompilationJobRequest |
CreateCompilationJobRequest.withVpcConfig(NeoVpcConfig vpcConfig)
A VpcConfig object
that specifies the VPC that you want your compilation job to connect to.
|
DescribeCompilationJobResult |
DescribeCompilationJobResult.withVpcConfig(NeoVpcConfig vpcConfig)
A VpcConfig object
that specifies the VPC that you want your compilation job to connect to.
|
Copyright © 2024. All rights reserved.