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 1f93d2e commit fc80ab4Copy full SHA for fc80ab4
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