GoogleCloudAiplatformV1RebaseTunedModelRequest constructor
GoogleCloudAiplatformV1RebaseTunedModelRequest({
- GoogleCloudAiplatformV1GcsDestination? artifactDestination,
- bool? deployToSameEndpoint,
- GoogleCloudAiplatformV1TunedModelRef? tunedModelRef,
- GoogleCloudAiplatformV1TuningJob? tuningJob,
Implementation
GoogleCloudAiplatformV1RebaseTunedModelRequest({
this.artifactDestination,
this.deployToSameEndpoint,
this.tunedModelRef,
this.tuningJob,
});