Class: Aws::Types::CreateEvaluationJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:job_description])

Instance Attribute Summary collapse

Instance Attribute Details

#application_type"ModelEvaluation", "RagEvaluation"

Returns the value of attribute application_type.

Returns:

  • ("ModelEvaluation", "RagEvaluation")


1005
1006
1007
# File 'sig/types.rbs', line 1005

def application_type
  @application_type
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def client_request_token
  @client_request_token
end

#customer_encryption_key_id::String

Returns the value of attribute customer_encryption_key_id.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def customer_encryption_key_id
  @customer_encryption_key_id
end

#evaluation_configTypes::EvaluationConfig

Returns the value of attribute evaluation_config.



1006
1007
1008
# File 'sig/types.rbs', line 1006

def evaluation_config
  @evaluation_config
end

#inference_configTypes::EvaluationInferenceConfig

Returns the value of attribute inference_config.



1007
1008
1009
# File 'sig/types.rbs', line 1007

def inference_config
  @inference_config
end

#job_description::String

Returns the value of attribute job_description.

Returns:

  • (::String)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def job_description
  @job_description
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


999
1000
1001
# File 'sig/types.rbs', line 999

def job_name
  @job_name
end

#job_tags::Array[Types::Tag]

Returns the value of attribute job_tags.

Returns:



1004
1005
1006
# File 'sig/types.rbs', line 1004

def job_tags
  @job_tags
end

#output_data_configTypes::EvaluationOutputDataConfig

Returns the value of attribute output_data_config.



1008
1009
1010
# File 'sig/types.rbs', line 1008

def output_data_config
  @output_data_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def role_arn
  @role_arn
end