Class: Aws::DataZone::Types::RejectPredictionsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

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

Returns:

  • (String)


16857
16858
16859
16860
16861
16862
16863
16864
16865
16866
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16857

class RejectPredictionsInput < Struct.new(
  :client_token,
  :domain_identifier,
  :identifier,
  :reject_choices,
  :reject_rule,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


16857
16858
16859
16860
16861
16862
16863
16864
16865
16866
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16857

class RejectPredictionsInput < Struct.new(
  :client_token,
  :domain_identifier,
  :identifier,
  :reject_choices,
  :reject_rule,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The identifier of the prediction.

Returns:

  • (String)


16857
16858
16859
16860
16861
16862
16863
16864
16865
16866
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16857

class RejectPredictionsInput < Struct.new(
  :client_token,
  :domain_identifier,
  :identifier,
  :reject_choices,
  :reject_rule,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#reject_choicesArray<Types::RejectChoice>

Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be rejected.

Returns:



16857
16858
16859
16860
16861
16862
16863
16864
16865
16866
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16857

class RejectPredictionsInput < Struct.new(
  :client_token,
  :domain_identifier,
  :identifier,
  :reject_choices,
  :reject_rule,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#reject_ruleTypes::RejectRule

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

Returns:



16857
16858
16859
16860
16861
16862
16863
16864
16865
16866
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16857

class RejectPredictionsInput < Struct.new(
  :client_token,
  :domain_identifier,
  :identifier,
  :reject_choices,
  :reject_rule,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#revisionString

The revision that is to be made to the asset.

Returns:

  • (String)


16857
16858
16859
16860
16861
16862
16863
16864
16865
16866
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16857

class RejectPredictionsInput < Struct.new(
  :client_token,
  :domain_identifier,
  :identifier,
  :reject_choices,
  :reject_rule,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end