RebaseTunedModelRequest constructor

RebaseTunedModelRequest({
  1. required String parent,
  2. required TunedModelRef? tunedModelRef,
  3. TuningJob? tuningJob,
  4. GcsDestination? artifactDestination,
  5. bool deployToSameEndpoint = false,
})

Implementation

RebaseTunedModelRequest({
  required this.parent,
  required this.tunedModelRef,
  this.tuningJob,
  this.artifactDestination,
  this.deployToSameEndpoint = false,
}) : super(fullyQualifiedName);