DatasetVersion class final

Describes the dataset version.

Inheritance
  • Object
  • ProtoMessage
  • DatasetVersion

Constructors

DatasetVersion({String name = '', Timestamp? createTime, Timestamp? updateTime, String etag = '', String bigQueryDatasetName = '', String displayName = '', required Value? metadata, String modelReference = '', bool satisfiesPzs = false, bool satisfiesPzi = false})
DatasetVersion.fromJson(Object? j)
factory

Properties

bigQueryDatasetName String
Output only. Name of the associated BigQuery dataset.
final
createTime → Timestamp?
Output only. Timestamp when this DatasetVersion was created.
final
displayName String
The user-defined name of the DatasetVersion. The name can be up to 128 characters long and can consist of any UTF-8 characters.
final
etag String
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
final
hashCode int
The hash code for this object.
no setterinherited
metadata → Value?
Required. Output only. Additional information about the DatasetVersion.
final
modelReference String
Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
final
name String
Output only. Identifier. The resource name of the DatasetVersion.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satisfiesPzi bool
Output only. Reserved for future use.
final
satisfiesPzs bool
Output only. Reserved for future use.
final
updateTime → Timestamp?
Output only. Timestamp when this DatasetVersion was last updated.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String