Package com.anthropic.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.
public final classBetaModelInfo.TypeObject type.
For Models, this is always
"model".
-
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 BetaModelInfo.Typetype()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 JsonField<BetaModelInfo.Type>_type()Object type. final Map<String, JsonValue>_additionalProperties()final BetaModelInfovalidate()final BetaModelInfo.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaModelInfo.Builderbuilder()-
-
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.
-
type
final BetaModelInfo.Type type()
Object type.
For Models, this is always
"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.
-
_type
final JsonField<BetaModelInfo.Type> _type()
Object type.
For Models, this is always
"model".
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaModelInfo validate()
-
toBuilder
final BetaModelInfo.Builder toBuilder()
-
builder
final static BetaModelInfo.Builder builder()
-
-
-
-