Uses of Class
com.google.cloud.aiplatform.v1.ArtifactName
-
Packages that use ArtifactName Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of ArtifactName in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ArtifactName Modifier and Type Method Description ArtifactName
ArtifactName.Builder. build()
static ArtifactName
ArtifactName. of(String project, String location, String metadataStore, String artifact)
static ArtifactName
ArtifactName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ArtifactName Modifier and Type Method Description static List<ArtifactName>
ArtifactName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.aiplatform.v1 with parameters of type ArtifactName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>
MetadataServiceClient. deleteArtifactAsync(ArtifactName name)
Deletes an Artifact.Artifact
MetadataServiceClient. getArtifact(ArtifactName name)
Retrieves a specific Artifact.LineageSubgraph
MetadataServiceClient. queryArtifactLineageSubgraph(ArtifactName artifact)
Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ArtifactName Modifier and Type Method Description static List<String>
ArtifactName. toStringList(List<ArtifactName> values)
-