ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 30 - DP-100 discussion

Report
Export

You are planning to register a trained model in an Azure Machine Learning workspace.

You must store additional metadata about the model in a key-value format. You must be able to add new metadata and modify or delete metadata after creation.

You need to register the model.

Which parameter should you use?

A.
description
Answers
A.
description
B.
model_framework
Answers
B.
model_framework
C.
tags
Answers
C.
tags
D.
properties
Answers
D.
properties
Suggested answer: D

Explanation:

azureml.core.Model.properties:

Dictionary of key value properties for the Model. These properties cannot be changed after registration, however new key value pairs can be added.

Reference:

https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.model.model

asked 02/10/2024
Krzysztof Dyrdal
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first