GoogleCloudAiplatformV1RebaseTunedModelRequest constructor

GoogleCloudAiplatformV1RebaseTunedModelRequest({
  1. GoogleCloudAiplatformV1GcsDestination? artifactDestination,
  2. bool? deployToSameEndpoint,
  3. GoogleCloudAiplatformV1TunedModelRef? tunedModelRef,
  4. GoogleCloudAiplatformV1TuningJob? tuningJob,
})

Implementation

GoogleCloudAiplatformV1RebaseTunedModelRequest({
  this.artifactDestination,
  this.deployToSameEndpoint,
  this.tunedModelRef,
  this.tuningJob,
});