Interface CfnConfiguredModelAlgorithmAssociation.TrainedModelInferenceJobsConfigurationPolicyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfiguredModelAlgorithmAssociation.TrainedModelInferenceJobsConfigurationPolicyProperty.Jsii$Proxy
- Enclosing class:
CfnConfiguredModelAlgorithmAssociation
@Stability(Stable)
public static interface CfnConfiguredModelAlgorithmAssociation.TrainedModelInferenceJobsConfigurationPolicyProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cleanroomsml.*;
TrainedModelInferenceJobsConfigurationPolicyProperty trainedModelInferenceJobsConfigurationPolicyProperty = TrainedModelInferenceJobsConfigurationPolicyProperty.builder()
.containerLogs(List.of(LogsConfigurationPolicyProperty.builder()
.allowedAccountIds(List.of("allowedAccountIds"))
// the properties below are optional
.filterPattern("filterPattern")
.logRedactionConfiguration(LogRedactionConfigurationProperty.builder()
.entitiesToRedact(List.of("entitiesToRedact"))
// the properties below are optional
.customEntityConfig(CustomEntityConfigProperty.builder()
.customDataIdentifiers(List.of("customDataIdentifiers"))
.build())
.build())
.logType("logType")
.build()))
.maxOutputSize(TrainedModelInferenceMaxOutputSizeProperty.builder()
.unit("unit")
.value(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnConfiguredModelAlgorithmAssociation.TrainedModelInferenceJobsConfigurationPolicyProperty.Builderbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfiguredModelAlgorithmAssociation.LogsConfigurationPolicyProperty>default ObjectReturns union: eitherIResolvableorCfnConfiguredModelAlgorithmAssociation.TrainedModelInferenceMaxOutputSizePropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContainerLogs
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfiguredModelAlgorithmAssociation.LogsConfigurationPolicyProperty>- See Also:
-
getMaxOutputSize
Returns union: eitherIResolvableorCfnConfiguredModelAlgorithmAssociation.TrainedModelInferenceMaxOutputSizeProperty- See Also:
-
builder
@Stability(Stable) static CfnConfiguredModelAlgorithmAssociation.TrainedModelInferenceJobsConfigurationPolicyProperty.Builder builder()
-