Class: Aws::Types::GetEvaluationJobResponse

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")


1873
1874
1875
# File 'sig/types.rbs', line 1873

def application_type
  @application_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1877
1878
1879
# File 'sig/types.rbs', line 1877

def creation_time
  @creation_time
end

#customer_encryption_key_id::String

Returns the value of attribute customer_encryption_key_id.

Returns:

  • (::String)


1871
1872
1873
# File 'sig/types.rbs', line 1871

def customer_encryption_key_id
  @customer_encryption_key_id
end

#evaluation_configTypes::EvaluationConfig

Returns the value of attribute evaluation_config.



1874
1875
1876
# File 'sig/types.rbs', line 1874

def evaluation_config
  @evaluation_config
end

#failure_messages::Array[::String]

Returns the value of attribute failure_messages.

Returns:

  • (::Array[::String])


1879
1880
1881
# File 'sig/types.rbs', line 1879

def failure_messages
  @failure_messages
end

#inference_configTypes::EvaluationInferenceConfig

Returns the value of attribute inference_config.



1875
1876
1877
# File 'sig/types.rbs', line 1875

def inference_config
  @inference_config
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


1868
1869
1870
# File 'sig/types.rbs', line 1868

def job_arn
  @job_arn
end

#job_description::String

Returns the value of attribute job_description.

Returns:

  • (::String)


1869
1870
1871
# File 'sig/types.rbs', line 1869

def job_description
  @job_description
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1866
1867
1868
# File 'sig/types.rbs', line 1866

def job_name
  @job_name
end

#job_type"Human", "Automated"

Returns the value of attribute job_type.

Returns:

  • ("Human", "Automated")


1872
1873
1874
# File 'sig/types.rbs', line 1872

def job_type
  @job_type
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1878
1879
1880
# File 'sig/types.rbs', line 1878

def last_modified_time
  @last_modified_time
end

#output_data_configTypes::EvaluationOutputDataConfig

Returns the value of attribute output_data_config.



1876
1877
1878
# File 'sig/types.rbs', line 1876

def output_data_config
  @output_data_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1870
1871
1872
# File 'sig/types.rbs', line 1870

def role_arn
  @role_arn
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Completed", "Failed", "Stopping", "Stopped", "Deleting")


1867
1868
1869
# File 'sig/types.rbs', line 1867

def status
  @status
end