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
public final class
FineTuningJobCreateParams.Integration.Type
The type of integration to enable. Currently, only "wandb" (Weights and Biases) is supported.
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 FineTuningJobCreateParams.Integration.Type
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.Type>
_type()
The type of integration to enable. 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 FineTuningJobCreateParams.Integration.Type 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.
-
_type
final JsonField<FineTuningJobCreateParams.Integration.Type> _type()
The type of integration to enable. Currently, only "wandb" (Weights and Biases) is supported.
-
_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()
-
-
-
-