Class: Google::Cloud::AIPlatform::V1::DatasetVersion
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DatasetVersion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/dataset_version.rb
Overview
Describes the dataset version.
Instance Attribute Summary collapse
-
#big_query_dataset_name ⇒ ::String
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
The user-defined name of the DatasetVersion.
-
#etag ⇒ ::String
Used to perform consistent read-modify-write updates.
-
#metadata ⇒ ::Google::Protobuf::Value
readonly
Required.
-
#model_reference ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#satisfies_pzi ⇒ ::Boolean
readonly
Output only.
-
#satisfies_pzs ⇒ ::Boolean
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#big_query_dataset_name ⇒ ::String (readonly)
Returns Output only. Name of the associated BigQuery dataset.
59 60 61 62 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_version.rb', line 59 class DatasetVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this DatasetVersion was created.
59 60 61 62 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_version.rb', line 59 class DatasetVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns The user-defined name of the DatasetVersion. The name can be up to 128 characters long and can consist of any UTF-8 characters.
59 60 61 62 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_version.rb', line 59 class DatasetVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
Returns Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
59 60 61 62 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_version.rb', line 59 class DatasetVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata ⇒ ::Google::Protobuf::Value (readonly)
Returns Required. Output only. Additional information about the DatasetVersion.
59 60 61 62 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_version.rb', line 59 class DatasetVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_reference ⇒ ::String (readonly)
Returns Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
59 60 61 62 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_version.rb', line 59 class DatasetVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Identifier. The resource name of the DatasetVersion.
59 60 61 62 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_version.rb', line 59 class DatasetVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#satisfies_pzi ⇒ ::Boolean (readonly)
Returns Output only. Reserved for future use.
59 60 61 62 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_version.rb', line 59 class DatasetVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#satisfies_pzs ⇒ ::Boolean (readonly)
Returns Output only. Reserved for future use.
59 60 61 62 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_version.rb', line 59 class DatasetVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this DatasetVersion was last updated.
59 60 61 62 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_version.rb', line 59 class DatasetVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |