Class FineTuningJobCreateParams.Integration
-
- All Implemented Interfaces:
public final class FineTuningJobCreateParams.Integration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FineTuningJobCreateParams.Integration.Builder
A builder for Integration.
public final class
FineTuningJobCreateParams.Integration.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.
-
Method Summary
Modifier and Type Method Description final JsonValue
_type()
The type of integration to enable. final FineTuningJobCreateParams.Integration.Wandb
wandb()
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.Integration
validate()
final FineTuningJobCreateParams.Integration.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FineTuningJobCreateParams.Integration.Builder
builder()
-
-
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()
-
-
-
-