Class: Google::Cloud::AIPlatform::V1::CreateDatasetRequest

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

Overview

Request message for DatasetService.CreateDataset.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset::Google::Cloud::AIPlatform::V1::Dataset

Returns Required. The Dataset to create.

Returns:



33
34
35
36
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 33

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

#parent::String

Returns Required. The resource name of the Location to create the Dataset in. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The resource name of the Location to create the Dataset in. Format: projects/{project}/locations/{location}



33
34
35
36
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 33

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