Class BetaManagedAgentsTextRubricParams
-
- All Implemented Interfaces:
public final class BetaManagedAgentsTextRubricParamsRubric content provided inline as text.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsTextRubricParams.BuilderA builder for BetaManagedAgentsTextRubricParams.
public final classBetaManagedAgentsTextRubricParams.Type
-
Method Summary
Modifier and Type Method Description final Stringcontent()Rubric content. final BetaManagedAgentsTextRubricParams.Typetype()final JsonField<String>_content()Returns the raw JSON value of content. final JsonField<BetaManagedAgentsTextRubricParams.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsTextRubricParams.BuildertoBuilder()final BetaManagedAgentsTextRubricParamsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsTextRubricParams.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsTextRubricParams. -
-
Method Detail
-
content
final String content()
Rubric content. Plain text or markdown — the grader treats it as freeform text. Maximum 262144 characters.
-
type
final BetaManagedAgentsTextRubricParams.Type type()
-
_content
final JsonField<String> _content()
Returns the raw JSON value of content.
Unlike content, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsTextRubricParams.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsTextRubricParams.Builder toBuilder()
-
validate
final BetaManagedAgentsTextRubricParams 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 BetaManagedAgentsTextRubricParams.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsTextRubricParams.
The following fields are required:
.content() .type()
-
-
-
-