We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e399c22 commit 3d06e82Copy full SHA for 3d06e82
internal/services/inference/model_data_source.go
@@ -40,6 +40,7 @@ func DataSourceModelRead(ctx context.Context, d *schema.ResourceData, m interfac
40
41
modelID, ok := d.GetOk("model_id")
42
pageSize := uint32(1000)
43
+
44
if !ok {
45
modelName := d.Get("name").(string)
46
0 commit comments