SimpleQnAFineTuningQuestionType Struct

Definition

The supported question types for SimpleQnA data generation jobs used for fine-tuning scenarios.

public readonly struct SimpleQnAFineTuningQuestionType : IEquatable<Azure.AI.Projects.SimpleQnAFineTuningQuestionType>
type SimpleQnAFineTuningQuestionType = struct
Public Structure SimpleQnAFineTuningQuestionType
Implements IEquatable(Of SimpleQnAFineTuningQuestionType)
Inheritance
SimpleQnAFineTuningQuestionType
Implements

Constructors

Name Description
SimpleQnAFineTuningQuestionType(String)

Initializes a new instance of SimpleQnAFineTuningQuestionType.

Properties

Name Description
LongAnswer

Long answer question type.

ShortAnswer

Short answer question type.

Methods

Name Description
Equals(SimpleQnAFineTuningQuestionType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(SimpleQnAFineTuningQuestionType, SimpleQnAFineTuningQuestionType)

Determines if two SimpleQnAFineTuningQuestionType values are the same.

Implicit(String to Nullable<SimpleQnAFineTuningQuestionType>)
Implicit(String to SimpleQnAFineTuningQuestionType)

Converts a string to a SimpleQnAFineTuningQuestionType.

Inequality(SimpleQnAFineTuningQuestionType, SimpleQnAFineTuningQuestionType)

Determines if two SimpleQnAFineTuningQuestionType values are not the same.

Applies to