Class FineTuningJobWandbIntegrationObject
-
- All Implemented Interfaces:
public final class FineTuningJobWandbIntegrationObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FineTuningJobWandbIntegrationObject.Builder
public final class
FineTuningJobWandbIntegrationObject.Type
The type of the integration being enabled for the fine-tuning job
-
Method Summary
Modifier and Type Method Description final FineTuningJobWandbIntegrationObject.Type
type()
The type of the integration being enabled for the fine-tuning job final FineTuningJobWandbIntegration
wandb()
The settings for your integration with Weights and Biases. final JsonField<FineTuningJobWandbIntegrationObject.Type>
_type()
The type of the integration being enabled for the fine-tuning job final JsonField<FineTuningJobWandbIntegration>
_wandb()
The settings for your integration with Weights and Biases. final Map<String, JsonValue>
_additionalProperties()
final FineTuningJobWandbIntegrationObject
validate()
final FineTuningJobWandbIntegrationObject.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FineTuningJobWandbIntegrationObject.Builder
builder()
-
-
Method Detail
-
type
final FineTuningJobWandbIntegrationObject.Type type()
The type of the integration being enabled for the fine-tuning job
-
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.
-
_type
final JsonField<FineTuningJobWandbIntegrationObject.Type> _type()
The type of the integration being enabled for the fine-tuning job
-
_wandb
final JsonField<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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FineTuningJobWandbIntegrationObject validate()
-
toBuilder
final FineTuningJobWandbIntegrationObject.Builder toBuilder()
-
builder
final static FineTuningJobWandbIntegrationObject.Builder builder()
-
-
-
-