gigl.src.common.constants.get_trained_model_metadata_proto_gcs_path#

gigl.src.common.constants.gcs.get_trained_model_metadata_proto_gcs_path(applied_task_identifier: AppliedTaskIdentifier) GcsUri#

Returns the trained model metadata yaml file outputted by the Trainer. See: proto/snapchat/research/gbml/trained_model_metadata.proto for more details.

Args:

applied_task_identifier (AppliedTaskIdentifier): The job name.

Returns:

GcsUri: The GCS path for the trained model metadata yaml file outputted by the Trainer.