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.84.0 (build 5404dcf)",
date="2023-06-19T16:30:48.099Z")
@Stability(Stable)
public interface IContainerDefinition
extends software.amazon.jsii.JsiiSerializable
Configuration of the container used to host the model.
-
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.
-