GoogleCloudAiplatformV1PublisherModelCallToActionDeploy constructor

GoogleCloudAiplatformV1PublisherModelCallToActionDeploy({
  1. String? artifactUri,
  2. GoogleCloudAiplatformV1AutomaticResources? automaticResources,
  3. GoogleCloudAiplatformV1ModelContainerSpec? containerSpec,
  4. GoogleCloudAiplatformV1DedicatedResources? dedicatedResources,
  5. GoogleCloudAiplatformV1LargeModelReference? largeModelReference,
  6. String? modelDisplayName,
  7. String? publicArtifactUri,
  8. String? sharedResources,
  9. String? title,
})

Implementation

GoogleCloudAiplatformV1PublisherModelCallToActionDeploy({
  this.artifactUri,
  this.automaticResources,
  this.containerSpec,
  this.dedicatedResources,
  this.largeModelReference,
  this.modelDisplayName,
  this.publicArtifactUri,
  this.sharedResources,
  this.title,
});