Interface IContainerDefinition
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IContainerDefinition.Jsii$Default
- All Known Implementing Classes:
ContainerDefinition
,IContainerDefinition.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-10-31T19:13:06.649Z")
@Stability(Stable)
public interface IContainerDefinition
extends software.amazon.jsii.JsiiSerializable
Configuration of the container used to host the model.
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIContainerDefinition
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind
(ISageMakerTask task) Called when the ContainerDefinition is used by a SageMaker task.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
Called when the ContainerDefinition is used by a SageMaker task.- Parameters:
task
- This parameter is required.
-