Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class AnnotationSpec.
Identifies a concept with which DataItems may be annotated with.
Generated from protobuf message google.cloud.aiplatform.v1.AnnotationSpec
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Resource name of the AnnotationSpec.
↳ display_name
string
Required. The user-defined name of the AnnotationSpec. The name can be up to 128 characters long and can consist of any UTF-8 characters.
↳ create_time
↳ update_time
↳ etag
string
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
getName
Output only. Resource name of the AnnotationSpec.
string
setName
Output only. Resource name of the AnnotationSpec.
var
string
$this
getDisplayName
Required. The user-defined name of the AnnotationSpec.
The name can be up to 128 characters long and can consist of any UTF-8 characters.
string
setDisplayName
Required. The user-defined name of the AnnotationSpec.
The name can be up to 128 characters long and can consist of any UTF-8 characters.
var
string
$this
getCreateTime
Output only. Timestamp when this AnnotationSpec was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Timestamp when this AnnotationSpec was created.
$this
getUpdateTime
Output only. Timestamp when AnnotationSpec was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Timestamp when AnnotationSpec was last updated.
$this
getEtag
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string
setEtag
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
var
string
$this

