Class: Google::Cloud::AIPlatform::V1::SyntheticField

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

Overview

Represents a single named field within a SyntheticExample.

Instance Attribute Summary collapse

Instance Attribute Details

#content::Google::Cloud::AIPlatform::V1::Content

Returns Required. The content of the field.

Returns:



55
56
57
58
# File 'proto_docs/google/cloud/aiplatform/v1/data_foundry_service.rb', line 55

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

#field_name::String

Returns Optional. The name of the field.

Returns:

  • (::String)

    Optional. The name of the field.



55
56
57
58
# File 'proto_docs/google/cloud/aiplatform/v1/data_foundry_service.rb', line 55

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