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.118.0 (build 02eec31)",
date="2025-11-04T09:27:51.605Z")
@Stability(Stable)
public interface IContainerDefinition
extends software.amazon.jsii.JsiiSerializable
Configuration of the container used to host the model.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIContainerDefinition.static final classA 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.
-