Package com.braintrustdata.api.models
Class FunctionReplaceParams.FunctionData.Code.Data.Bundle
-
- All Implemented Interfaces:
public final class FunctionReplaceParams.FunctionData.Code.Data.Bundle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFunctionReplaceParams.FunctionData.Code.Data.Bundle.BuilderA builder for Bundle.
public final classFunctionReplaceParams.FunctionData.Code.Data.Bundle.Type
-
Method Summary
-
-
Method Detail
-
toCodeBundle
final CodeBundle toCodeBundle()
-
location
final CodeBundle.Location location()
-
runtimeContext
final CodeBundle.RuntimeContext runtimeContext()
-
_bundleId
final JsonField<String> _bundleId()
Returns the raw JSON value of bundleId.
Unlike bundleId, this method doesn't throw if the JSON field has an unexpected type.
-
_location
final JsonField<CodeBundle.Location> _location()
Returns the raw JSON value of location.
Unlike location, this method doesn't throw if the JSON field has an unexpected type.
-
_runtimeContext
final JsonField<CodeBundle.RuntimeContext> _runtimeContext()
Returns the raw JSON value of runtimeContext.
Unlike runtimeContext, this method doesn't throw if the JSON field has an unexpected type.
-
_preview
final JsonField<String> _preview()
Returns the raw JSON value of preview.
Unlike preview, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<FunctionReplaceParams.FunctionData.Code.Data.Bundle.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 FunctionReplaceParams.FunctionData.Code.Data.Bundle.Builder toBuilder()
-
validate
final FunctionReplaceParams.FunctionData.Code.Data.Bundle validate()
-
builder
final static FunctionReplaceParams.FunctionData.Code.Data.Bundle.Builder builder()
Returns a mutable builder for constructing an instance of Bundle.
The following fields are required:
.bundleId() .location() .runtimeContext() .type()
-
-
-
-