ExportedDataTypes Struct

Definition

The type of telemetry data to export.

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

Constructors

Name Description
ExportedDataTypes(String)

Initializes a new instance of ExportedDataTypes.

Properties

Name Description
ContainerOtel

Container OpenTelemetry signals.

ContainerStdoutStderr

Container stdout and stderr logs.

Metrics

Container metrics.

Methods

Name Description
Equals(ExportedDataTypes)

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(ExportedDataTypes, ExportedDataTypes)

Determines if two ExportedDataTypes values are the same.

Implicit(String to ExportedDataTypes)

Converts a string to a ExportedDataTypes.

Implicit(String to Nullable<ExportedDataTypes>)
Inequality(ExportedDataTypes, ExportedDataTypes)

Determines if two ExportedDataTypes values are not the same.

Applies to