Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::SyntheticField.
Represents a single named field within a SyntheticExample.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#content
def content() -> ::Google::Cloud::AIPlatform::V1::Content
Returns
- (::Google::Cloud::AIPlatform::V1::Content) — Required. The content of the field.
#content=
def content=(value) -> ::Google::Cloud::AIPlatform::V1::Content
Parameter
- value (::Google::Cloud::AIPlatform::V1::Content) — Required. The content of the field.
Returns
- (::Google::Cloud::AIPlatform::V1::Content) — Required. The content of the field.
#field_name
def field_name() -> ::String
Returns
- (::String) — Optional. The name of the field.
#field_name=
def field_name=(value) -> ::String
Parameter
- value (::String) — Optional. The name of the field.
Returns
- (::String) — Optional. The name of the field.