DeployRequest constructor

DeployRequest({
  1. String? publisherModelName,
  2. String? huggingFaceModelId,
  3. DeployRequest_CustomModel? customModel,
  4. required String destination,
  5. DeployRequest_ModelConfig? modelConfig,
  6. DeployRequest_EndpointConfig? endpointConfig,
  7. DeployRequest_DeployConfig? deployConfig,
})

Implementation

DeployRequest({
  this.publisherModelName,
  this.huggingFaceModelId,
  this.customModel,
  required this.destination,
  this.modelConfig,
  this.endpointConfig,
  this.deployConfig,
}) : super(fullyQualifiedName);