EvaluationMetric.Metadata 속성

정의

현재 EvaluationMetric와 연결된 0개 이상의 문자열 메타데이터 컬렉션을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Metadata { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.IDictionary<string,string>? Metadata { get; set; }
member this.Metadata : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Metadata As IDictionary(Of String, String)

속성 값

적용 대상