Uses of Class
com.google.cloud.aiplatform.v1beta1.ContextName
-
Packages that use ContextName Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of ContextName in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ContextName Modifier and Type Method Description ContextName
ContextName.Builder. build()
static ContextName
ContextName. of(String project, String location, String metadataStore, String context)
static ContextName
ContextName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1beta1 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.v1beta1 with parameters of type ContextName Modifier and Type Method Description AddContextArtifactsAndExecutionsResponse
MetadataServiceClient. addContextArtifactsAndExecutions(ContextName context, List<String> artifacts, List<String> executions)
Adds a set of Artifacts and Executions to a Context.AddContextChildrenResponse
MetadataServiceClient. 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.Context
MetadataServiceClient. getContext(ContextName name)
Retrieves a specific Context.LineageSubgraph
MetadataServiceClient. queryContextLineageSubgraph(ContextName context)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.RemoveContextChildrenResponse
MetadataServiceClient. removeContextChildren(ContextName context, List<String> childContexts)
Remove a set of children contexts from a parent Context.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ContextName Modifier and Type Method Description static List<String>
ContextName. toStringList(List<ContextName> values)
-