Class: Google::Cloud::Ces::V1beta::GenerateAppResourceOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::GenerateAppResourceOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/agent_service.rb
Overview
Operation metadata for AgentService.GenerateAppResource.
Defined Under Namespace
Modules: GenerationType
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#generation_type ⇒ ::Google::Cloud::Ces::V1beta::GenerateAppResourceOperationMetadata::GenerationType
readonly
Output only.
-
#message ⇒ ::String
readonly
Output only.
-
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
readonly
Output only.
-
#target ⇒ ::String
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 |
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 1527 class GenerateAppResourceOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the generation operation. module GenerationType # Unspecified operation type. GENERATION_TYPE_UNSPECIFIED = 0 # Agent instruction restructure type. AGENT_RESTRUCTURE = 1 # Agent instruction refinement type. AGENT_REFINE = 2 # Agent creation from type. AGENT_CREATE = 3 # Tool creation type. TOOL_CREATE = 4 # Scenario creation type. SCENARIO_CREATE = 5 # Scenario creation from transcripts type. SCENARIO_CREATE_FROM_TRANSCRIPTS = 7 # Evaluation persona generation type. EVALUATION_PERSONA_CREATE = 6 # Quality report generation type. QUALITY_REPORT_CREATE = 8 # Instruction following fix type (used for hill climbing fixes). INSTRUCTION_FOLLOWING_FIX = 9 end end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation finished running.
1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 |
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 1527 class GenerateAppResourceOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the generation operation. module GenerationType # Unspecified operation type. GENERATION_TYPE_UNSPECIFIED = 0 # Agent instruction restructure type. AGENT_RESTRUCTURE = 1 # Agent instruction refinement type. AGENT_REFINE = 2 # Agent creation from type. AGENT_CREATE = 3 # Tool creation type. TOOL_CREATE = 4 # Scenario creation type. SCENARIO_CREATE = 5 # Scenario creation from transcripts type. SCENARIO_CREATE_FROM_TRANSCRIPTS = 7 # Evaluation persona generation type. EVALUATION_PERSONA_CREATE = 6 # Quality report generation type. QUALITY_REPORT_CREATE = 8 # Instruction following fix type (used for hill climbing fixes). INSTRUCTION_FOLLOWING_FIX = 9 end end |
#generation_type ⇒ ::Google::Cloud::Ces::V1beta::GenerateAppResourceOperationMetadata::GenerationType (readonly)
Returns Output only. The type of the operation.
1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 |
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 1527 class GenerateAppResourceOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the generation operation. module GenerationType # Unspecified operation type. GENERATION_TYPE_UNSPECIFIED = 0 # Agent instruction restructure type. AGENT_RESTRUCTURE = 1 # Agent instruction refinement type. AGENT_REFINE = 2 # Agent creation from type. AGENT_CREATE = 3 # Tool creation type. TOOL_CREATE = 4 # Scenario creation type. SCENARIO_CREATE = 5 # Scenario creation from transcripts type. SCENARIO_CREATE_FROM_TRANSCRIPTS = 7 # Evaluation persona generation type. EVALUATION_PERSONA_CREATE = 6 # Quality report generation type. QUALITY_REPORT_CREATE = 8 # Instruction following fix type (used for hill climbing fixes). INSTRUCTION_FOLLOWING_FIX = 9 end end |
#message ⇒ ::String (readonly)
Returns Output only. Human-readable status of the operation, if any.
1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 |
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 1527 class GenerateAppResourceOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the generation operation. module GenerationType # Unspecified operation type. GENERATION_TYPE_UNSPECIFIED = 0 # Agent instruction restructure type. AGENT_RESTRUCTURE = 1 # Agent instruction refinement type. AGENT_REFINE = 2 # Agent creation from type. AGENT_CREATE = 3 # Tool creation type. TOOL_CREATE = 4 # Scenario creation type. SCENARIO_CREATE = 5 # Scenario creation from transcripts type. SCENARIO_CREATE_FROM_TRANSCRIPTS = 7 # Evaluation persona generation type. EVALUATION_PERSONA_CREATE = 6 # Quality report generation type. QUALITY_REPORT_CREATE = 8 # Instruction following fix type (used for hill climbing fixes). INSTRUCTION_FOLLOWING_FIX = 9 end end |
#partial_errors ⇒ ::Array<::Google::Rpc::Status> (readonly)
Returns Output only. Error messages from the resource generation process.
1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 |
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 1527 class GenerateAppResourceOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the generation operation. module GenerationType # Unspecified operation type. GENERATION_TYPE_UNSPECIFIED = 0 # Agent instruction restructure type. AGENT_RESTRUCTURE = 1 # Agent instruction refinement type. AGENT_REFINE = 2 # Agent creation from type. AGENT_CREATE = 3 # Tool creation type. TOOL_CREATE = 4 # Scenario creation type. SCENARIO_CREATE = 5 # Scenario creation from transcripts type. SCENARIO_CREATE_FROM_TRANSCRIPTS = 7 # Evaluation persona generation type. EVALUATION_PERSONA_CREATE = 6 # Quality report generation type. QUALITY_REPORT_CREATE = 8 # Instruction following fix type (used for hill climbing fixes). INSTRUCTION_FOLLOWING_FIX = 9 end end |
#target ⇒ ::String (readonly)
Returns Output only. The resource name of the app that the operation is associated
with. Format: projects/{project}/locations/{location}/apps/{app}.
1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 |
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 1527 class GenerateAppResourceOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the generation operation. module GenerationType # Unspecified operation type. GENERATION_TYPE_UNSPECIFIED = 0 # Agent instruction restructure type. AGENT_RESTRUCTURE = 1 # Agent instruction refinement type. AGENT_REFINE = 2 # Agent creation from type. AGENT_CREATE = 3 # Tool creation type. TOOL_CREATE = 4 # Scenario creation type. SCENARIO_CREATE = 5 # Scenario creation from transcripts type. SCENARIO_CREATE_FROM_TRANSCRIPTS = 7 # Evaluation persona generation type. EVALUATION_PERSONA_CREATE = 6 # Quality report generation type. QUALITY_REPORT_CREATE = 8 # Instruction following fix type (used for hill climbing fixes). INSTRUCTION_FOLLOWING_FIX = 9 end end |