Class: Google::Cloud::VisionAI::V1::CreateDataSchemaRequest

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

Overview

Request message for CreateDataSchema.

Instance Attribute Summary collapse

Instance Attribute Details

#data_schema::Google::Cloud::VisionAI::V1::DataSchema

Returns Required. The data schema to create.

Returns:



1107
1108
1109
1110
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1107

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

#parent::String

Returns Required. The parent resource where this data schema will be created. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}.

Returns:

  • (::String)

    Required. The parent resource where this data schema will be created. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}



1107
1108
1109
1110
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1107

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