Package com.braintrustdata.api.models
Class FunctionCreateParams.FunctionData.Code.Data.Inline
-
- All Implemented Interfaces:
public final class FunctionCreateParams.FunctionData.Code.Data.Inline
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFunctionCreateParams.FunctionData.Code.Data.Inline.BuilderA builder for Inline.
public final classFunctionCreateParams.FunctionData.Code.Data.Inline.RuntimeContextpublic final classFunctionCreateParams.FunctionData.Code.Data.Inline.Type
-
Method Summary
Modifier and Type Method Description final Stringcode()final FunctionCreateParams.FunctionData.Code.Data.Inline.RuntimeContextruntimeContext()final FunctionCreateParams.FunctionData.Code.Data.Inline.Typetype()final JsonField<String>_code()Returns the raw JSON value of code. final JsonField<FunctionCreateParams.FunctionData.Code.Data.Inline.RuntimeContext>_runtimeContext()Returns the raw JSON value of runtimeContext. final JsonField<FunctionCreateParams.FunctionData.Code.Data.Inline.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final FunctionCreateParams.FunctionData.Code.Data.Inline.BuildertoBuilder()final FunctionCreateParams.FunctionData.Code.Data.Inlinevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FunctionCreateParams.FunctionData.Code.Data.Inline.Builderbuilder()Returns a mutable builder for constructing an instance of Inline. -
-
Method Detail
-
runtimeContext
final FunctionCreateParams.FunctionData.Code.Data.Inline.RuntimeContext runtimeContext()
-
_code
final JsonField<String> _code()
Returns the raw JSON value of code.
Unlike code, this method doesn't throw if the JSON field has an unexpected type.
-
_runtimeContext
final JsonField<FunctionCreateParams.FunctionData.Code.Data.Inline.RuntimeContext> _runtimeContext()
Returns the raw JSON value of runtimeContext.
Unlike runtimeContext, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<FunctionCreateParams.FunctionData.Code.Data.Inline.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 FunctionCreateParams.FunctionData.Code.Data.Inline.Builder toBuilder()
-
validate
final FunctionCreateParams.FunctionData.Code.Data.Inline validate()
-
builder
final static FunctionCreateParams.FunctionData.Code.Data.Inline.Builder builder()
Returns a mutable builder for constructing an instance of Inline.
The following fields are required:
.code() .runtimeContext() .type()
-
-
-
-