Interface CfnConfiguredModelAlgorithm.ContainerConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfiguredModelAlgorithm.ContainerConfigProperty.Jsii$Proxy
- Enclosing class:
CfnConfiguredModelAlgorithm
@Stability(Stable)
public static interface CfnConfiguredModelAlgorithm.ContainerConfigProperty
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.*;
ContainerConfigProperty containerConfigProperty = ContainerConfigProperty.builder()
.imageUri("imageUri")
// the properties below are optional
.arguments(List.of("arguments"))
.entrypoint(List.of("entrypoint"))
.metricDefinitions(List.of(MetricDefinitionProperty.builder()
.name("name")
.regex("regex")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfiguredModelAlgorithm.ContainerConfigPropertystatic final classAn implementation forCfnConfiguredModelAlgorithm.ContainerConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfiguredModelAlgorithm.MetricDefinitionProperty>Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getImageUri
- See Also:
-
getArguments
- See Also:
-
getEntrypoint
- See Also:
-
getMetricDefinitions
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfiguredModelAlgorithm.MetricDefinitionProperty>- See Also:
-
builder
-