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)


8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8881

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)


8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8881

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)


8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8881

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:



8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8881

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:



8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8881

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)


8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8881

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