RebaseTunedModelRequest constructor
RebaseTunedModelRequest({
- required String parent,
- required TunedModelRef? tunedModelRef,
- TuningJob? tuningJob,
- GcsDestination? artifactDestination,
- bool deployToSameEndpoint = false,
Implementation
RebaseTunedModelRequest({
required this.parent,
required this.tunedModelRef,
this.tuningJob,
this.artifactDestination,
this.deployToSameEndpoint = false,
}) : super(fullyQualifiedName);