ResponsesContainerMemoryLimit Struct

Definition

public readonly struct ResponsesContainerMemoryLimit : IEquatable<Azure.AI.Extensions.OpenAI.ResponsesContainerMemoryLimit>
type ResponsesContainerMemoryLimit = struct
Public Structure ResponsesContainerMemoryLimit
Implements IEquatable(Of ResponsesContainerMemoryLimit)
Inheritance
ResponsesContainerMemoryLimit
Implements

Constructors

Name Description
ResponsesContainerMemoryLimit(String)

Initializes a new instance of ResponsesContainerMemoryLimit.

Properties

Name Description
_16g

Gets the _16g.

_1g

Gets the _1g.

_4g

Gets the _4g.

_64g

Gets the _64g.

Methods

Name Description
Equals(ResponsesContainerMemoryLimit)

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

Determines if two ResponsesContainerMemoryLimit values are the same.

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

Converts a string to a ResponsesContainerMemoryLimit.

Inequality(ResponsesContainerMemoryLimit, ResponsesContainerMemoryLimit)

Determines if two ResponsesContainerMemoryLimit values are not the same.

Applies to