GoogleCloudAiplatformV1PublisherModelCallToActionDeploy class
Model metadata that is needed for UploadModel or DeployModel/CreateEndpoint requests.
Constructors
- GoogleCloudAiplatformV1PublisherModelCallToActionDeploy({String? artifactUri, GoogleCloudAiplatformV1AutomaticResources? automaticResources, GoogleCloudAiplatformV1ModelContainerSpec? containerSpec, GoogleCloudAiplatformV1DedicatedResources? dedicatedResources, GoogleCloudAiplatformV1PublisherModelCallToActionDeployDeployMetadata? deployMetadata, String? deployTaskName, GoogleCloudAiplatformV1LargeModelReference? largeModelReference, String? modelDisplayName, String? publicArtifactUri, String? title})
- GoogleCloudAiplatformV1PublisherModelCallToActionDeploy.fromJson(Map json_)
Properties
- artifactUri ↔ String?
- 
  The path to the directory containing the Model artifact and any of its
supporting files.
  getter/setter pair
- automaticResources ↔ GoogleCloudAiplatformV1AutomaticResources?
- 
  A description of resources that to large degree are decided by Vertex AI,
and require only a modest additional configuration.
  getter/setter pair
- containerSpec ↔ GoogleCloudAiplatformV1ModelContainerSpec?
- 
  The specification of the container that is to be used when deploying this
Model in Vertex AI.
  getter/setter pair
- dedicatedResources ↔ GoogleCloudAiplatformV1DedicatedResources?
- 
  A description of resources that are dedicated to the DeployedModel, and
that need a higher degree of manual configuration.
  getter/setter pair
- deployMetadata ↔ GoogleCloudAiplatformV1PublisherModelCallToActionDeployDeployMetadata?
- 
  Metadata information about this deployment config.
  getter/setter pair
- deployTaskName ↔ String?
- 
  The name of the deploy task (e.g., "text to image generation").
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- largeModelReference ↔ GoogleCloudAiplatformV1LargeModelReference?
- 
  Large model reference.
  getter/setter pair
- modelDisplayName ↔ String?
- 
  Default model display name.
  getter/setter pair
- publicArtifactUri ↔ String?
- 
  The signed URI for ephemeral Cloud Storage access to model artifact.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  The resource name of the shared DeploymentResourcePool to deploy on.
  getter/setter pair
- title ↔ String?
- 
  The title of the regional resource reference.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited