Class: Google::Cloud::AIPlatform::V1::Schedule::RunResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#run_response::String

Returns The response of the scheduled run.

Returns:

  • (::String)

    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.

Returns:



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