Uses of Class
com.google.cloud.aiplatform.v1.Context
Packages that use Context
-
Uses of Context in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ContextModifier and TypeMethodDescriptionContext.Builder.build()Context.Builder.buildPartial()CreateContextRequest.Builder.getContext()Required.CreateContextRequest.getContext()Required.CreateContextRequestOrBuilder.getContext()Required.UpdateContextRequest.Builder.getContext()Required.UpdateContextRequest.getContext()Required.UpdateContextRequestOrBuilder.getContext()Required.ListContextsResponse.Builder.getContexts(int index) The Contexts retrieved from the MetadataStore.ListContextsResponse.getContexts(int index) The Contexts retrieved from the MetadataStore.ListContextsResponseOrBuilder.getContexts(int index) The Contexts retrieved from the MetadataStore.static ContextContext.getDefaultInstance()Context.Builder.getDefaultInstanceForType()Context.getDefaultInstanceForType()PipelineJobDetail.Builder.getPipelineContext()Output only.PipelineJobDetail.getPipelineContext()Output only.PipelineJobDetailOrBuilder.getPipelineContext()Output only.PipelineJobDetail.Builder.getPipelineRunContext()Output only.PipelineJobDetail.getPipelineRunContext()Output only.PipelineJobDetailOrBuilder.getPipelineRunContext()Output only.static ContextContext.parseDelimitedFrom(InputStream input) static ContextContext.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextContext.parseFrom(byte[] data) static ContextContext.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextContext.parseFrom(com.google.protobuf.ByteString data) static ContextContext.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextContext.parseFrom(com.google.protobuf.CodedInputStream input) static ContextContext.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextContext.parseFrom(InputStream input) static ContextContext.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextContext.parseFrom(ByteBuffer data) static ContextContext.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ContextModifier and TypeMethodDescriptionListContextsResponse.Builder.getContextsList()The Contexts retrieved from the MetadataStore.ListContextsResponse.getContextsList()The Contexts retrieved from the MetadataStore.ListContextsResponseOrBuilder.getContextsList()The Contexts retrieved from the MetadataStore.com.google.protobuf.Parser<Context>Context.getParserForType()static com.google.protobuf.Parser<Context>Context.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type ContextModifier and TypeMethodDescriptionListContextsResponse.Builder.addContexts(int index, Context value) The Contexts retrieved from the MetadataStore.ListContextsResponse.Builder.addContexts(Context value) The Contexts retrieved from the MetadataStore.CreateContextRequest.Builder.mergeContext(Context value) Required.UpdateContextRequest.Builder.mergeContext(Context value) Required.PipelineJobDetail.Builder.mergePipelineContext(Context value) Output only.PipelineJobDetail.Builder.mergePipelineRunContext(Context value) Output only.static Context.BuilderContext.newBuilder(Context prototype) CreateContextRequest.Builder.setContext(Context value) Required.UpdateContextRequest.Builder.setContext(Context value) Required.ListContextsResponse.Builder.setContexts(int index, Context value) The Contexts retrieved from the MetadataStore.PipelineJobDetail.Builder.setPipelineContext(Context value) Output only.PipelineJobDetail.Builder.setPipelineRunContext(Context value) Output only.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ContextModifier and TypeMethodDescriptionListContextsResponse.Builder.addAllContexts(Iterable<? extends Context> values) The Contexts retrieved from the MetadataStore.