Uses of Class
com.google.cloud.aiplatform.v1.Annotation.Builder
Packages that use Annotation.Builder
-
Uses of Annotation.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Annotation.BuilderModifier and TypeMethodDescriptionDataItemView.Builder.addAnnotationsBuilder()The Annotations on the DataItem.DataItemView.Builder.addAnnotationsBuilder(int index) The Annotations on the DataItem.ListAnnotationsResponse.Builder.addAnnotationsBuilder()A list of Annotations that matches the specified filter in the request.ListAnnotationsResponse.Builder.addAnnotationsBuilder(int index) A list of Annotations that matches the specified filter in the request.Annotation.Builder.clear()Annotation.Builder.clearAnnotationSource()Output only.Annotation.Builder.clearCreateTime()Output only.Annotation.Builder.clearEtag()Optional.Annotation.Builder.clearLabels()Annotation.Builder.clearName()Output only.Annotation.Builder.clearPayload()Required.Annotation.Builder.clearPayloadSchemaUri()Required.Annotation.Builder.clearUpdateTime()Output only.DataItemView.Builder.getAnnotationsBuilder(int index) The Annotations on the DataItem.ListAnnotationsResponse.Builder.getAnnotationsBuilder(int index) A list of Annotations that matches the specified filter in the request.Annotation.Builder.mergeAnnotationSource(UserActionReference value) Output only.Annotation.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.Annotation.Builder.mergeFrom(Annotation other) Annotation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Annotation.Builder.mergeFrom(com.google.protobuf.Message other) Annotation.Builder.mergePayload(com.google.protobuf.Value value) Required.Annotation.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.static Annotation.BuilderAnnotation.newBuilder()static Annotation.BuilderAnnotation.newBuilder(Annotation prototype) Annotation.newBuilderForType()protected Annotation.BuilderAnnotation.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Annotation.Builder.putAllLabels(Map<String, String> values) Optional.Optional.Annotation.Builder.removeLabels(String key) Optional.Annotation.Builder.setAnnotationSource(UserActionReference value) Output only.Annotation.Builder.setAnnotationSource(UserActionReference.Builder builderForValue) Output only.Annotation.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.Annotation.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Optional.Annotation.Builder.setEtagBytes(com.google.protobuf.ByteString value) Optional.Output only.Annotation.Builder.setNameBytes(com.google.protobuf.ByteString value) Output only.Annotation.Builder.setPayload(com.google.protobuf.Value value) Required.Annotation.Builder.setPayload(com.google.protobuf.Value.Builder builderForValue) Required.Annotation.Builder.setPayloadSchemaUri(String value) Required.Annotation.Builder.setPayloadSchemaUriBytes(com.google.protobuf.ByteString value) Required.Annotation.Builder.setUpdateTime(com.google.protobuf.Timestamp value) Output only.Annotation.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Annotation.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Annotation.BuilderModifier and TypeMethodDescriptionDataItemView.Builder.getAnnotationsBuilderList()The Annotations on the DataItem.ListAnnotationsResponse.Builder.getAnnotationsBuilderList()A list of Annotations that matches the specified filter in the request.Methods in com.google.cloud.aiplatform.v1 with parameters of type Annotation.BuilderModifier and TypeMethodDescriptionDataItemView.Builder.addAnnotations(int index, Annotation.Builder builderForValue) The Annotations on the DataItem.DataItemView.Builder.addAnnotations(Annotation.Builder builderForValue) The Annotations on the DataItem.ListAnnotationsResponse.Builder.addAnnotations(int index, Annotation.Builder builderForValue) A list of Annotations that matches the specified filter in the request.ListAnnotationsResponse.Builder.addAnnotations(Annotation.Builder builderForValue) A list of Annotations that matches the specified filter in the request.DataItemView.Builder.setAnnotations(int index, Annotation.Builder builderForValue) The Annotations on the DataItem.ListAnnotationsResponse.Builder.setAnnotations(int index, Annotation.Builder builderForValue) A list of Annotations that matches the specified filter in the request.