Class: Google::Cloud::AIPlatform::V1::SyntheticField
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SyntheticField
- 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
-
#content ⇒ ::Google::Cloud::AIPlatform::V1::Content
Required.
-
#field_name ⇒ ::String
Optional.
Instance Attribute Details
#content ⇒ ::Google::Cloud::AIPlatform::V1::Content
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
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 |