Class: Aws::Types::CreateEvaluationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_data_source_id::String

Returns the value of attribute evaluation_data_source_id.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def evaluation_data_source_id
  @evaluation_data_source_id
end

#evaluation_id::String

Returns the value of attribute evaluation_id.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def evaluation_id
  @evaluation_id
end

#evaluation_name::String

Returns the value of attribute evaluation_name.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def evaluation_name
  @evaluation_name
end

#ml_model_id::String

Returns the value of attribute ml_model_id.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def ml_model_id
  @ml_model_id
end