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>
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
-
#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
The identifier of the asset.
-
#revision ⇒ String
The revision that is to be made to the asset.
Instance Attribute Details
#accept_choices ⇒ Array<Types::AcceptChoice>
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
74 75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-datazone/types.rb', line 74 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.
74 75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-datazone/types.rb', line 74 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.
74 75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-datazone/types.rb', line 74 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.
74 75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-datazone/types.rb', line 74 class AcceptPredictionsInput < Struct.new( :accept_choices, :accept_rule, :client_token, :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the asset.
74 75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-datazone/types.rb', line 74 class AcceptPredictionsInput < Struct.new( :accept_choices, :accept_rule, :client_token, :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision that is to be made to the asset.
74 75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-datazone/types.rb', line 74 class AcceptPredictionsInput < Struct.new( :accept_choices, :accept_rule, :client_token, :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |