View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RebaseTunedModelRequest (google_api_ai_platform v0.21.0)
Request message for GenAiTuningService.RebaseTunedModel.
Attributes
-
artifactDestination
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GcsDestination.t
, default:nil
) - Optional. The Google Cloud Storage location to write the artifacts. -
deployToSameEndpoint
(type:boolean()
, default:nil
) - Optional. By default, bison to gemini migration will always create new model/endpoint, but for gemini-1.0 to gemini-1.5 migration, we default deploy to the same endpoint. See details in this Section. -
tunedModelRef
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TunedModelRef.t
, default:nil
) - Required. TunedModel reference to retrieve the legacy model information. -
tuningJob
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TuningJob.t
, default:nil
) - Optional. The TuningJob to be updated. Users can use this TuningJob field to overwrite tuning configs.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RebaseTunedModelRequest{ artifactDestination: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GcsDestination.t() | nil, deployToSameEndpoint: boolean() | nil, tunedModelRef: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TunedModelRef.t() | nil, tuningJob: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TuningJob.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.