trainingTaskMetadata property
The metadata information as specified in the training_task_definition's
metadata
.
This metadata is an auxiliary runtime and final information about the
training task. While the pipeline is running this information is populated
only at a best effort basis. Only present if the pipeline's
training_task_definition contains metadata
object.
Output only.
The values for Object must be JSON objects. It can consist of num
,
String
, bool
and null
as well as Map
and List
values.
Implementation
core.Object? trainingTaskMetadata;