Class: Google::Cloud::AIPlatform::V1::DatasetVersion

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#big_query_dataset_name::String (readonly)

Returns Output only. Name of the associated BigQuery dataset.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::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.



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:



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