Class AuditLogListResponse.CheckpointPermissionCreated.Data.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.CheckpointPermissionCreated.Data.BuilderA builder for Data.
-
-
Method Summary
-
-
Method Detail
-
fineTunedModelCheckpoint
final AuditLogListResponse.CheckpointPermissionCreated.Data.Builder fineTunedModelCheckpoint(String fineTunedModelCheckpoint)
The ID of the fine-tuned model checkpoint.
-
fineTunedModelCheckpoint
final AuditLogListResponse.CheckpointPermissionCreated.Data.Builder fineTunedModelCheckpoint(JsonField<String> fineTunedModelCheckpoint)
Sets Builder.fineTunedModelCheckpoint to an arbitrary JSON value.
You should usually call Builder.fineTunedModelCheckpoint with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
projectId
final AuditLogListResponse.CheckpointPermissionCreated.Data.Builder projectId(String projectId)
The ID of the project that the checkpoint permission was created for.
-
projectId
final AuditLogListResponse.CheckpointPermissionCreated.Data.Builder projectId(JsonField<String> projectId)
Sets Builder.projectId to an arbitrary JSON value.
You should usually call Builder.projectId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuditLogListResponse.CheckpointPermissionCreated.Data.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.CheckpointPermissionCreated.Data.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.CheckpointPermissionCreated.Data.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.CheckpointPermissionCreated.Data.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.CheckpointPermissionCreated.Data.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.CheckpointPermissionCreated.Data build()
Returns an immutable instance of Data.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-