Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::AssistantContent::ExecutableCode.
Code generated by the model that is meant to be executed by the model.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#code
def code() -> ::String
Returns
- (::String) — Required. The code content. Currently only supports Python.
#code=
def code=(value) -> ::String
Parameter
- value (::String) — Required. The code content. Currently only supports Python.
Returns
- (::String) — Required. The code content. Currently only supports Python.