Class FineTuningJobWandbIntegrationObject
-
- All Implemented Interfaces:
public final class FineTuningJobWandbIntegrationObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FineTuningJobWandbIntegrationObject.Builder
A builder for FineTuningJobWandbIntegrationObject.
-
Method Summary
Modifier and Type Method Description final JsonValue
_type()
The type of the integration being enabled for the fine-tuning jobExpected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("wandb")
final FineTuningJobWandbIntegration
wandb()
The settings for your integration with Weights and Biases. final JsonField<FineTuningJobWandbIntegration>
_wandb()
Returns the raw JSON value of wandb. final Map<String, JsonValue>
_additionalProperties()
final FineTuningJobWandbIntegrationObject.Builder
toBuilder()
final FineTuningJobWandbIntegrationObject
validate()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FineTuningJobWandbIntegrationObject.Builder
builder()
Returns a mutable builder for constructing an instance of FineTuningJobWandbIntegrationObject. -
-
Method Detail
-
_type
final JsonValue _type()
The type of the integration being enabled for the fine-tuning job
Expected to always return the following:
JsonValue.from("wandb")
However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
wandb
final FineTuningJobWandbIntegration 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<FineTuningJobWandbIntegration> _wandb()
Returns the raw JSON value of wandb.
Unlike wandb, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FineTuningJobWandbIntegrationObject.Builder toBuilder()
-
validate
final FineTuningJobWandbIntegrationObject validate()
-
builder
final static FineTuningJobWandbIntegrationObject.Builder builder()
Returns a mutable builder for constructing an instance of FineTuningJobWandbIntegrationObject.
The following fields are required:
.wandb()
-
-
-
-