Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker.model |
Modifier and Type | Method and Description |
---|---|
VpcConfig |
HyperParameterTrainingJobDefinition.vpcConfig()
The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter
tuning job launches to connect to.
|
VpcConfig |
CreateModelRequest.vpcConfig()
A VpcConfig object that specifies the VPC that you want your model to connect to.
|
VpcConfig |
TrainingJob.vpcConfig()
A VpcConfig object that specifies the VPC that this training job has access to.
|
VpcConfig |
CreateTrainingJobRequest.vpcConfig()
A VpcConfig object that specifies the VPC that you want your training job to connect to.
|
VpcConfig |
DescribeTrainingJobResponse.vpcConfig()
A VpcConfig object that specifies the VPC that this training job has access to.
|
VpcConfig |
DescribeModelResponse.vpcConfig()
A VpcConfig object that specifies the VPC that this model has access to.
|
VpcConfig |
NetworkConfig.vpcConfig()
Returns the value of the VpcConfig property for this object.
|
VpcConfig |
AutoMLSecurityConfig.vpcConfig()
VPC configuration.
|
Modifier and Type | Method and Description |
---|---|
HyperParameterTrainingJobDefinition.Builder |
HyperParameterTrainingJobDefinition.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.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.vpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that you want your model to connect to.
|
TrainingJob.Builder |
TrainingJob.Builder.vpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that this training job has access to.
|
CreateTrainingJobRequest.Builder |
CreateTrainingJobRequest.Builder.vpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that you want your training job to connect to.
|
DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.vpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that this training job has access to.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.vpcConfig(VpcConfig vpcConfig)
A VpcConfig object that specifies the VPC that this model has access to.
|
NetworkConfig.Builder |
NetworkConfig.Builder.vpcConfig(VpcConfig vpcConfig)
Sets the value of the VpcConfig property for this object.
|
AutoMLSecurityConfig.Builder |
AutoMLSecurityConfig.Builder.vpcConfig(VpcConfig vpcConfig)
VPC configuration.
|
Copyright © 2020. All rights reserved.