Class: Google::Cloud::AIPlatform::V1::Schedule::RunResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schedule::RunResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schedule.rb
Overview
Status of a scheduled run.
Instance Attribute Summary collapse
-
#run_response ⇒ ::String
The response of the scheduled run.
-
#scheduled_run_time ⇒ ::Google::Protobuf::Timestamp
The scheduled run time based on the user-specified schedule.
Instance Attribute Details
#run_response ⇒ ::String
Returns The response of the scheduled run.
129 130 131 132 |
# File 'proto_docs/google/cloud/aiplatform/v1/schedule.rb', line 129 class RunResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scheduled_run_time ⇒ ::Google::Protobuf::Timestamp
Returns The scheduled run time based on the user-specified schedule.
129 130 131 132 |
# File 'proto_docs/google/cloud/aiplatform/v1/schedule.rb', line 129 class RunResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |