Class FineTuningJobCreateParams.Integration
-
- All Implemented Interfaces:
public final class FineTuningJobCreateParams.Integration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFineTuningJobCreateParams.Integration.Builderpublic final classFineTuningJobCreateParams.Integration.WandbThe settings for your integration with Weights and Biases. This payload specifies the project that metrics will be sent to. Optionally, you can set an explicit display name for your run, add tags to your run, and set a default entity (team, username, etc) to be associated with your run.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()The type of integration to enable. final FineTuningJobCreateParams.Integration.Wandbwandb()The settings for your integration with Weights and Biases. final JsonField<FineTuningJobCreateParams.Integration.Wandb>_wandb()The settings for your integration with Weights and Biases. final Map<String, JsonValue>_additionalProperties()final FineTuningJobCreateParams.Integrationvalidate()final FineTuningJobCreateParams.Integration.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FineTuningJobCreateParams.Integration.Builderbuilder()-
-
Method Detail
-
_type
final JsonValue _type()
The type of integration to enable. Currently, only "wandb" (Weights and Biases) is supported.
-
wandb
final FineTuningJobCreateParams.Integration.Wandb wandb()
The settings for your integration with Weights and Biases. This payload specifies the project that metrics will be sent to. Optionally, you can set an explicit display name for your run, add tags to your run, and set a default entity (team, username, etc) to be associated with your run.
-
_wandb
final JsonField<FineTuningJobCreateParams.Integration.Wandb> _wandb()
The settings for your integration with Weights and Biases. This payload specifies the project that metrics will be sent to. Optionally, you can set an explicit display name for your run, add tags to your run, and set a default entity (team, username, etc) to be associated with your run.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FineTuningJobCreateParams.Integration validate()
-
toBuilder
final FineTuningJobCreateParams.Integration.Builder toBuilder()
-
builder
final static FineTuningJobCreateParams.Integration.Builder builder()
-
-
-
-