containerHostname property
This parameter is ignored for models that contain only a
PrimaryContainer.
When a ContainerDefinition is part of an inference pipeline,
the value of the parameter uniquely identifies the container for the
purposes of logging and metrics. For information, see Use
Logs and Metrics to Monitor an Inference Pipeline. If you don't specify
a value for this parameter for a ContainerDefinition that is
part of an inference pipeline, a unique name is automatically assigned based
on the position of the ContainerDefinition in the pipeline. If
you specify a value for the ContainerHostName for any
ContainerDefinition that is part of an inference pipeline, you
must specify a value for the ContainerHostName parameter of
every ContainerDefinition in that pipeline.
Implementation
final String? containerHostname;