@@ -41,8 +41,9 @@ message Annotation {
41
41
// Output only. Resource name of the Annotation.
42
42
string name = 1 [(google.api.field_behavior ) = OUTPUT_ONLY ];
43
43
44
- // Required. Google Cloud Storage URI points to a YAML file describing [payload][google.cloud.aiplatform.v1.Annotation.payload]. The
45
- // schema is defined as an [OpenAPI 3.0.2 Schema
44
+ // Required. Google Cloud Storage URI points to a YAML file describing
45
+ // [payload][google.cloud.aiplatform.v1.Annotation.payload]. The schema is
46
+ // defined as an [OpenAPI 3.0.2 Schema
46
47
// Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
47
48
// The schema files that can be used here are found in
48
49
// gs://google-cloud-aiplatform/schema/dataset/annotation/, note that the
@@ -55,19 +56,23 @@ message Annotation {
55
56
google.protobuf.Value payload = 3 [(google.api.field_behavior ) = REQUIRED ];
56
57
57
58
// Output only. Timestamp when this Annotation was created.
58
- google.protobuf.Timestamp create_time = 4 [(google.api.field_behavior ) = OUTPUT_ONLY ];
59
+ google.protobuf.Timestamp create_time = 4
60
+ [(google.api.field_behavior ) = OUTPUT_ONLY ];
59
61
60
62
// Output only. Timestamp when this Annotation was last updated.
61
- google.protobuf.Timestamp update_time = 7 [(google.api.field_behavior ) = OUTPUT_ONLY ];
63
+ google.protobuf.Timestamp update_time = 7
64
+ [(google.api.field_behavior ) = OUTPUT_ONLY ];
62
65
63
- // Optional. Used to perform consistent read-modify-write updates. If not set, a blind
64
- // "overwrite" update happens.
66
+ // Optional. Used to perform consistent read-modify-write updates. If not set,
67
+ // a blind "overwrite" update happens.
65
68
string etag = 8 [(google.api.field_behavior ) = OPTIONAL ];
66
69
67
70
// Output only. The source of the Annotation.
68
- UserActionReference annotation_source = 5 [(google.api.field_behavior ) = OUTPUT_ONLY ];
71
+ UserActionReference annotation_source = 5
72
+ [(google.api.field_behavior ) = OUTPUT_ONLY ];
69
73
70
- // Optional. The labels with user-defined metadata to organize your Annotations.
74
+ // Optional. The labels with user-defined metadata to organize your
75
+ // Annotations.
71
76
//
72
77
// Label keys and values can be no longer than 64 characters
73
78
// (Unicode codepoints), can only contain lowercase letters, numeric
@@ -84,7 +89,8 @@ message Annotation {
84
89
// If not set, the Annotation is not visible in the UI.
85
90
//
86
91
// * "aiplatform.googleapis.com/payload_schema":
87
- // output only, its value is the [payload_schema's][google.cloud.aiplatform.v1.Annotation.payload_schema_uri]
92
+ // output only, its value is the
93
+ // [payload_schema's][google.cloud.aiplatform.v1.Annotation.payload_schema_uri]
88
94
// title.
89
95
map <string , string > labels = 6 [(google.api.field_behavior ) = OPTIONAL ];
90
96
}
0 commit comments