Package com.openai.models.evals.runs
Class RunCreateResponse.DataSource.Responses.InputMessages.ItemReference
-
- All Implemented Interfaces:
public final class RunCreateResponse.DataSource.Responses.InputMessages.ItemReference
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunCreateResponse.DataSource.Responses.InputMessages.ItemReference.BuilderA builder for ItemReference.
-
Method Summary
Modifier and Type Method Description final StringitemReference()A reference to a variable in the itemnamespace.final JsonValue_type()The type of input messages. final JsonField<String>_itemReference()Returns the raw JSON value of itemReference. final Map<String, JsonValue>_additionalProperties()final RunCreateResponse.DataSource.Responses.InputMessages.ItemReference.BuildertoBuilder()final RunCreateResponse.DataSource.Responses.InputMessages.ItemReferencevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunCreateResponse.DataSource.Responses.InputMessages.ItemReference.Builderbuilder()Returns a mutable builder for constructing an instance of ItemReference. -
-
Method Detail
-
itemReference
final String itemReference()
A reference to a variable in the
itemnamespace. Ie, "item.name"
-
_type
final JsonValue _type()
The type of input messages. Always
item_reference.Expected to always return the following:
JsonValue.from("item_reference")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_itemReference
final JsonField<String> _itemReference()
Returns the raw JSON value of itemReference.
Unlike itemReference, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RunCreateResponse.DataSource.Responses.InputMessages.ItemReference.Builder toBuilder()
-
validate
final RunCreateResponse.DataSource.Responses.InputMessages.ItemReference validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static RunCreateResponse.DataSource.Responses.InputMessages.ItemReference.Builder builder()
Returns a mutable builder for constructing an instance of ItemReference.
The following fields are required:
.itemReference()
-
-
-
-