Class: Aws::DataZone::Types::AcceptPredictionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AcceptPredictionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #accept_choices ⇒ Array<Types::AcceptChoice>
-
#accept_rule ⇒ Types::AcceptRule
Specifies the rule (or the conditions) under which a prediction can be accepted.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain.
- #identifier ⇒ String
- #revision ⇒ String
Instance Attribute Details
#accept_choices ⇒ Array<Types::AcceptChoice>
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_rule ⇒ Types::AcceptRule
Specifies the rule (or the conditions) under which a prediction can be accepted.
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_token ⇒ String
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.
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_identifier ⇒ String
The identifier of the Amazon DataZone domain.
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 |
#identifier ⇒ 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 |
#revision ⇒ 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 |