in alibabacloudservicemesh/v1/zz_generated.deepcopy.go [5018:5075]
func (in *InferenceServiceConfig) DeepCopyInto(out *InferenceServiceConfig) {
*out = *in
if in.Agent != nil {
in, out := &in.Agent, &out.Agent
*out = new(string)
**out = **in
}
if in.Batcher != nil {
in, out := &in.Batcher, &out.Batcher
*out = new(string)
**out = **in
}
if in.Credentials != nil {
in, out := &in.Credentials, &out.Credentials
*out = new(string)
**out = **in
}
if in.Deploy != nil {
in, out := &in.Deploy, &out.Deploy
*out = new(string)
**out = **in
}
if in.Explainers != nil {
in, out := &in.Explainers, &out.Explainers
*out = new(string)
**out = **in
}
if in.Predictors != nil {
in, out := &in.Predictors, &out.Predictors
*out = new(string)
**out = **in
}
if in.Transformers != nil {
in, out := &in.Transformers, &out.Transformers
*out = new(string)
**out = **in
}
if in.Logger != nil {
in, out := &in.Logger, &out.Logger
*out = new(string)
**out = **in
}
if in.StorageInitializer != nil {
in, out := &in.StorageInitializer, &out.StorageInitializer
*out = new(string)
**out = **in
}
if in.MetricsAggregator != nil {
in, out := &in.MetricsAggregator, &out.MetricsAggregator
*out = new(string)
**out = **in
}
if in.Router != nil {
in, out := &in.Router, &out.Router
*out = new(string)
**out = **in
}
}