Class MonitoringNetworkConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.MonitoringNetworkConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MonitoringNetworkConfig.Builder,MonitoringNetworkConfig>
@Generated("software.amazon.awssdk:codegen") public final class MonitoringNetworkConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitoringNetworkConfig.Builder,MonitoringNetworkConfig>
The networking configuration for the monitoring job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMonitoringNetworkConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonitoringNetworkConfig.Builderbuilder()BooleanenableInterContainerTrafficEncryption()Whether to encrypt all communications between the instances used for the monitoring jobs.BooleanenableNetworkIsolation()Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends MonitoringNetworkConfig.Builder>serializableBuilderClass()MonitoringNetworkConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.VpcConfigvpcConfig()Returns the value of the VpcConfig property for this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enableInterContainerTrafficEncryption
public final Boolean enableInterContainerTrafficEncryption()
Whether to encrypt all communications between the instances used for the monitoring jobs. Choose
Trueto encrypt communications. Encryption provides greater security for distributed jobs, but the processing might take longer.- Returns:
- Whether to encrypt all communications between the instances used for the monitoring jobs. Choose
Trueto encrypt communications. Encryption provides greater security for distributed jobs, but the processing might take longer.
-
enableNetworkIsolation
public final Boolean enableNetworkIsolation()
Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.
- Returns:
- Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.
-
vpcConfig
public final VpcConfig vpcConfig()
Returns the value of the VpcConfig property for this object.- Returns:
- The value of the VpcConfig property for this object.
-
toBuilder
public MonitoringNetworkConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MonitoringNetworkConfig.Builder,MonitoringNetworkConfig>
-
builder
public static MonitoringNetworkConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends MonitoringNetworkConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-