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 interface
MonitoringNetworkConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonitoringNetworkConfig.Builder
builder()
Boolean
enableInterContainerTrafficEncryption()
Whether to encrypt all communications between the instances used for the monitoring jobs.Boolean
enableNetworkIsolation()
Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends MonitoringNetworkConfig.Builder>
serializableBuilderClass()
MonitoringNetworkConfig.Builder
toBuilder()
String
toString()
Returns a string representation of this object.VpcConfig
vpcConfig()
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
True
to 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
True
to 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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-