GoogleCloudAiplatformV1DeployRequest constructor

GoogleCloudAiplatformV1DeployRequest({
  1. GoogleCloudAiplatformV1DeployRequestDeployConfig? deployConfig,
  2. GoogleCloudAiplatformV1DeployRequestEndpointConfig? endpointConfig,
  3. String? huggingFaceModelId,
  4. GoogleCloudAiplatformV1DeployRequestModelConfig? modelConfig,
  5. String? publisherModelName,
})

Implementation

GoogleCloudAiplatformV1DeployRequest({
  this.deployConfig,
  this.endpointConfig,
  this.huggingFaceModelId,
  this.modelConfig,
  this.publisherModelName,
});