Class: Google::Cloud::AIPlatform::V1::TaskDescriptionStrategy

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

Defines a generation strategy based on a high-level task description.

Instance Attribute Summary collapse

Instance Attribute Details

#task_description::String

Returns Required. A high-level description of the synthetic data to be generated.

Returns:

  • (::String)

    Required. A high-level description of the synthetic data to be generated.



111
112
113
114
# File 'proto_docs/google/cloud/aiplatform/v1/data_foundry_service.rb', line 111

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