GoogleCloudAiplatformV1RebaseTunedModelRequest class
Request message for GenAiTuningService.RebaseTunedModel.
Constructors
- GoogleCloudAiplatformV1RebaseTunedModelRequest.new({GoogleCloudAiplatformV1GcsDestination? artifactDestination, bool? deployToSameEndpoint, GoogleCloudAiplatformV1TunedModelRef? tunedModelRef, GoogleCloudAiplatformV1TuningJob? tuningJob})
- GoogleCloudAiplatformV1RebaseTunedModelRequest.fromJson(Map json_)
Properties
- artifactDestination ↔ GoogleCloudAiplatformV1GcsDestination?
-
The Google Cloud Storage location to write the artifacts.
getter/setter pair
- deployToSameEndpoint ↔ bool?
-
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.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tunedModelRef ↔ GoogleCloudAiplatformV1TunedModelRef?
-
TunedModel reference to retrieve the legacy model information.
getter/setter pair
- tuningJob ↔ GoogleCloudAiplatformV1TuningJob?
-
The TuningJob to be updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited