Uses of Class
com.google.cloud.aiplatform.v1.ContextName
-
Packages that use ContextName Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of ContextName in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ContextName Modifier and Type Method Description ContextNameContextName.Builder. build()static ContextNameContextName. of(String project, String location, String metadataStore, String context)static ContextNameContextName. parse(String formattedString)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ContextName Modifier and Type Method Description static List<ContextName>ContextName. parseList(List<String> formattedStrings)Methods in com.google.cloud.aiplatform.v1 with parameters of type ContextName Modifier and Type Method Description AddContextArtifactsAndExecutionsResponseMetadataServiceClient. addContextArtifactsAndExecutions(ContextName context, List<String> artifacts, List<String> executions)Adds a set of Artifacts and Executions to a Context.AddContextChildrenResponseMetadataServiceClient. addContextChildren(ContextName context, List<String> childContexts)Adds a set of Contexts as children to a parent Context.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>MetadataServiceClient. deleteContextAsync(ContextName name)Deletes a stored Context.ContextMetadataServiceClient. getContext(ContextName name)Retrieves a specific Context.LineageSubgraphMetadataServiceClient. queryContextLineageSubgraph(ContextName context)Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.RemoveContextChildrenResponseMetadataServiceClient. removeContextChildren(ContextName context, List<String> childContexts)Remove a set of children contexts from a parent Context.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ContextName Modifier and Type Method Description static List<String>ContextName. toStringList(List<ContextName> values)
-