tunedModelDisplayName property

String? tunedModelDisplayName
getter/setter pair

The display name of the TunedModel.

The name can be up to 128 characters long and can consist of any UTF-8 characters. For continuous tuning, tuned_model_display_name will by default use the same display name as the pre-tuned model. If a new display name is provided, the tuning job will create a new model instead of a new version.

Optional.

Implementation

core.String? tunedModelDisplayName;