Class: Google::Cloud::AIPlatform::V1::MigratableResource::AutomlDataset

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb

Overview

Represents one Dataset in automl.googleapis.com.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset::String

Returns Full resource name of automl Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}.

Returns:

  • (::String)

    Full resource name of automl Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}.



93
94
95
96
# File 'proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb', line 93

class AutomlDataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#dataset_display_name::String

Returns The Dataset's display name in automl.googleapis.com.

Returns:

  • (::String)

    The Dataset's display name in automl.googleapis.com.



93
94
95
96
# File 'proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb', line 93

class AutomlDataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end