Package com.anthropic.models.beta.models
Class BetaModelInfo
-
- All Implemented Interfaces:
public final class BetaModelInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaModelInfo.BuilderA builder for BetaModelInfo.
-
Method Summary
Modifier and Type Method Description final Stringid()Unique model identifier. final OffsetDateTimecreatedAt()RFC 3339 datetime string representing the time at which the model was released. final StringdisplayName()A human-readable name for the model. final JsonValue_type()Object type. final JsonField<String>_id()Unique model identifier. final JsonField<OffsetDateTime>_createdAt()RFC 3339 datetime string representing the time at which the model was released. final JsonField<String>_displayName()A human-readable name for the model. final Map<String, JsonValue>_additionalProperties()final BetaModelInfovalidate()final BetaModelInfo.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaModelInfo.Builderbuilder()Returns a mutable builder for constructing an instance of BetaModelInfo. -
-
Method Detail
-
createdAt
final OffsetDateTime createdAt()
RFC 3339 datetime string representing the time at which the model was released. May be set to an epoch value if the release date is unknown.
-
displayName
final String displayName()
A human-readable name for the model.
-
_createdAt
final JsonField<OffsetDateTime> _createdAt()
RFC 3339 datetime string representing the time at which the model was released. May be set to an epoch value if the release date is unknown.
-
_displayName
final JsonField<String> _displayName()
A human-readable name for the model.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaModelInfo validate()
-
toBuilder
final BetaModelInfo.Builder toBuilder()
-
builder
final static BetaModelInfo.Builder builder()
Returns a mutable builder for constructing an instance of BetaModelInfo.
The following fields are required:
.id() .createdAt() .displayName()
-
-
-
-