For the purpose of tracking resources and for functionality across the Google Cloud Pipeline Components, a set of standard Vertex ML Metadata artifact types are defined. These first-party artifacts types are defined by Google Cloud Pipeline Components.
| Artifact type | Description | 
|---|---|
| google.VertexModel | An artifact representing a Vertex AI Modelresource | 
| google.VertexEndpoint | An artifact representing a Vertex AI Endpointresource | 
| google.VertexBatchPredictionJob | An artifact representing a Vertex AI BatchPredictionJobresource | 
| google.VertexDataset | An artifact representing a Vertex AI Datasetresource | 
| google.BQMLModel | An artifact representing a BigQuery ML Modelresource | 
| google.BQTable | An artifact representing a BigQuery Tableresource | 
| google.UnmanagedContainerModel | An artifact representing an UnmanagedContainerModelresource | 
For more information about using ML metadata artifacts, see Consume or produce artifacts in your component.