Uses of Interface
com.google.cloud.aiplatform.v1beta1.ContextOrBuilder
-
Packages that use ContextOrBuilder Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of ContextOrBuilder in com.google.cloud.aiplatform.v1beta1
Classes in com.google.cloud.aiplatform.v1beta1 that implement ContextOrBuilder Modifier and Type Class Description class
Context
Instance of a general context.static class
Context.Builder
Instance of a general context.Methods in com.google.cloud.aiplatform.v1beta1 that return ContextOrBuilder Modifier and Type Method Description ContextOrBuilder
CreateContextRequest.Builder. getContextOrBuilder()
Required.ContextOrBuilder
CreateContextRequest. getContextOrBuilder()
Required.ContextOrBuilder
CreateContextRequestOrBuilder. getContextOrBuilder()
Required.ContextOrBuilder
UpdateContextRequest.Builder. getContextOrBuilder()
Required.ContextOrBuilder
UpdateContextRequest. getContextOrBuilder()
Required.ContextOrBuilder
UpdateContextRequestOrBuilder. getContextOrBuilder()
Required.ContextOrBuilder
ListContextsResponse.Builder. getContextsOrBuilder(int index)
The Contexts retrieved from the MetadataStore.ContextOrBuilder
ListContextsResponse. getContextsOrBuilder(int index)
The Contexts retrieved from the MetadataStore.ContextOrBuilder
ListContextsResponseOrBuilder. getContextsOrBuilder(int index)
The Contexts retrieved from the MetadataStore.ContextOrBuilder
PipelineJobDetail.Builder. getPipelineContextOrBuilder()
Output only.ContextOrBuilder
PipelineJobDetail. getPipelineContextOrBuilder()
Output only.ContextOrBuilder
PipelineJobDetailOrBuilder. getPipelineContextOrBuilder()
Output only.ContextOrBuilder
PipelineJobDetail.Builder. getPipelineRunContextOrBuilder()
Output only.ContextOrBuilder
PipelineJobDetail. getPipelineRunContextOrBuilder()
Output only.ContextOrBuilder
PipelineJobDetailOrBuilder. getPipelineRunContextOrBuilder()
Output only.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ContextOrBuilder Modifier and Type Method Description List<? extends ContextOrBuilder>
ListContextsResponse.Builder. getContextsOrBuilderList()
The Contexts retrieved from the MetadataStore.List<? extends ContextOrBuilder>
ListContextsResponse. getContextsOrBuilderList()
The Contexts retrieved from the MetadataStore.List<? extends ContextOrBuilder>
ListContextsResponseOrBuilder. getContextsOrBuilderList()
The Contexts retrieved from the MetadataStore.
-