Class: Aws::DataZone::Types::AcceptPredictionsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_choicesArray<Types::AcceptChoice>

Returns:



64
65
66
67
68
69
70
71
72
73
# File 'lib/aws-sdk-datazone/types.rb', line 64

class AcceptPredictionsInput < Struct.new(
  :accept_choices,
  :accept_rule,
  :client_token,
  :domain_identifier,
  :identifier,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#accept_ruleTypes::AcceptRule

Specifies the rule (or the conditions) under which a prediction can be accepted.

Returns:



64
65
66
67
68
69
70
71
72
73
# File 'lib/aws-sdk-datazone/types.rb', line 64

class AcceptPredictionsInput < Struct.new(
  :accept_choices,
  :accept_rule,
  :client_token,
  :domain_identifier,
  :identifier,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
# File 'lib/aws-sdk-datazone/types.rb', line 64

class AcceptPredictionsInput < Struct.new(
  :accept_choices,
  :accept_rule,
  :client_token,
  :domain_identifier,
  :identifier,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
# File 'lib/aws-sdk-datazone/types.rb', line 64

class AcceptPredictionsInput < Struct.new(
  :accept_choices,
  :accept_rule,
  :client_token,
  :domain_identifier,
  :identifier,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
# File 'lib/aws-sdk-datazone/types.rb', line 64

class AcceptPredictionsInput < Struct.new(
  :accept_choices,
  :accept_rule,
  :client_token,
  :domain_identifier,
  :identifier,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#revisionString

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
# File 'lib/aws-sdk-datazone/types.rb', line 64

class AcceptPredictionsInput < Struct.new(
  :accept_choices,
  :accept_rule,
  :client_token,
  :domain_identifier,
  :identifier,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end