Class: Google::Cloud::Dialogflow::CX::V3::RolloutConfig::RolloutStep

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb

Overview

A single rollout step with specified traffic allocation.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns The name of the rollout step;.

Returns:

  • (::String)

    The name of the rollout step;



310
311
312
313
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 310

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

#min_duration::Google::Protobuf::Duration

Returns The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.

Returns:

  • (::Google::Protobuf::Duration)

    The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.



310
311
312
313
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 310

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

#traffic_percent::Integer

Returns The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].

Returns:

  • (::Integer)

    The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].



310
311
312
313
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 310

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