Uses of Class
com.google.cloud.aiplatform.v1beta1.Annotation.Builder
-
Packages that use Annotation.Builder Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of Annotation.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Annotation.Builder Modifier and Type Method Description Annotation.Builder
DataItemView.Builder. addAnnotationsBuilder()
The Annotations on the DataItem.Annotation.Builder
DataItemView.Builder. addAnnotationsBuilder(int index)
The Annotations on the DataItem.Annotation.Builder
ListAnnotationsResponse.Builder. addAnnotationsBuilder()
A list of Annotations that matches the specified filter in the request.Annotation.Builder
ListAnnotationsResponse.Builder. addAnnotationsBuilder(int index)
A list of Annotations that matches the specified filter in the request.Annotation.Builder
Annotation.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Annotation.Builder
Annotation.Builder. clear()
Annotation.Builder
Annotation.Builder. clearAnnotationSource()
Output only.Annotation.Builder
Annotation.Builder. clearCreateTime()
Output only.Annotation.Builder
Annotation.Builder. clearEtag()
Optional.Annotation.Builder
Annotation.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Annotation.Builder
Annotation.Builder. clearLabels()
Annotation.Builder
Annotation.Builder. clearName()
Output only.Annotation.Builder
Annotation.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Annotation.Builder
Annotation.Builder. clearPayload()
Required.Annotation.Builder
Annotation.Builder. clearPayloadSchemaUri()
Required.Annotation.Builder
Annotation.Builder. clearUpdateTime()
Output only.Annotation.Builder
Annotation.Builder. clone()
Annotation.Builder
DataItemView.Builder. getAnnotationsBuilder(int index)
The Annotations on the DataItem.Annotation.Builder
ListAnnotationsResponse.Builder. getAnnotationsBuilder(int index)
A list of Annotations that matches the specified filter in the request.Annotation.Builder
Annotation.Builder. mergeAnnotationSource(UserActionReference value)
Output only.Annotation.Builder
Annotation.Builder. mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.Annotation.Builder
Annotation.Builder. mergeFrom(Annotation other)
Annotation.Builder
Annotation.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Annotation.Builder
Annotation.Builder. mergeFrom(com.google.protobuf.Message other)
Annotation.Builder
Annotation.Builder. mergePayload(com.google.protobuf.Value value)
Required.Annotation.Builder
Annotation.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Annotation.Builder
Annotation.Builder. mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.static Annotation.Builder
Annotation. newBuilder()
static Annotation.Builder
Annotation. newBuilder(Annotation prototype)
Annotation.Builder
Annotation. newBuilderForType()
protected Annotation.Builder
Annotation. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Annotation.Builder
Annotation.Builder. putAllLabels(Map<String,String> values)
Optional.Annotation.Builder
Annotation.Builder. putLabels(String key, String value)
Optional.Annotation.Builder
Annotation.Builder. removeLabels(String key)
Optional.Annotation.Builder
Annotation.Builder. setAnnotationSource(UserActionReference value)
Output only.Annotation.Builder
Annotation.Builder. setAnnotationSource(UserActionReference.Builder builderForValue)
Output only.Annotation.Builder
Annotation.Builder. setCreateTime(com.google.protobuf.Timestamp value)
Output only.Annotation.Builder
Annotation.Builder. setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.Annotation.Builder
Annotation.Builder. setEtag(String value)
Optional.Annotation.Builder
Annotation.Builder. setEtagBytes(com.google.protobuf.ByteString value)
Optional.Annotation.Builder
Annotation.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Annotation.Builder
Annotation.Builder. setName(String value)
Output only.Annotation.Builder
Annotation.Builder. setNameBytes(com.google.protobuf.ByteString value)
Output only.Annotation.Builder
Annotation.Builder. setPayload(com.google.protobuf.Value value)
Required.Annotation.Builder
Annotation.Builder. setPayload(com.google.protobuf.Value.Builder builderForValue)
Required.Annotation.Builder
Annotation.Builder. setPayloadSchemaUri(String value)
Required.Annotation.Builder
Annotation.Builder. setPayloadSchemaUriBytes(com.google.protobuf.ByteString value)
Required.Annotation.Builder
Annotation.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Annotation.Builder
Annotation.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Annotation.Builder
Annotation.Builder. setUpdateTime(com.google.protobuf.Timestamp value)
Output only.Annotation.Builder
Annotation.Builder. setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.Annotation.Builder
Annotation. toBuilder()
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Annotation.Builder Modifier and Type Method Description List<Annotation.Builder>
DataItemView.Builder. getAnnotationsBuilderList()
The Annotations on the DataItem.List<Annotation.Builder>
ListAnnotationsResponse.Builder. getAnnotationsBuilderList()
A list of Annotations that matches the specified filter in the request.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Annotation.Builder Modifier and Type Method Description DataItemView.Builder
DataItemView.Builder. addAnnotations(int index, Annotation.Builder builderForValue)
The Annotations on the DataItem.DataItemView.Builder
DataItemView.Builder. addAnnotations(Annotation.Builder builderForValue)
The Annotations on the DataItem.ListAnnotationsResponse.Builder
ListAnnotationsResponse.Builder. addAnnotations(int index, Annotation.Builder builderForValue)
A list of Annotations that matches the specified filter in the request.ListAnnotationsResponse.Builder
ListAnnotationsResponse.Builder. addAnnotations(Annotation.Builder builderForValue)
A list of Annotations that matches the specified filter in the request.DataItemView.Builder
DataItemView.Builder. setAnnotations(int index, Annotation.Builder builderForValue)
The Annotations on the DataItem.ListAnnotationsResponse.Builder
ListAnnotationsResponse.Builder. setAnnotations(int index, Annotation.Builder builderForValue)
A list of Annotations that matches the specified filter in the request.
-