Class: Aws::Types::GetAdvancedPromptOptimizationJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def creation_time
  @creation_time
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


1704
1705
1706
# File 'sig/types.rbs', line 1704

def encryption_key_arn
  @encryption_key_arn
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def failure_message
  @failure_message
end

#input_configTypes::AdvancedPromptOptimizationInputConfig

Returns the value of attribute input_config.



1702
1703
1704
# File 'sig/types.rbs', line 1702

def input_config
  @input_config
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def job_arn
  @job_arn
end

#job_description::String

Returns the value of attribute job_description.

Returns:

  • (::String)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def job_description
  @job_description
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def job_name
  @job_name
end

#job_status"InProgress", ...

Returns the value of attribute job_status.

Returns:

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


1701
1702
1703
# File 'sig/types.rbs', line 1701

def job_status
  @job_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def last_modified_time
  @last_modified_time
end

#model_configurations::Array[Types::ModelConfiguration]

Returns the value of attribute model_configurations.

Returns:



1708
1709
1710
# File 'sig/types.rbs', line 1708

def model_configurations
  @model_configurations
end

#output_configTypes::AdvancedPromptOptimizationOutputConfig

Returns the value of attribute output_config.



1703
1704
1705
# File 'sig/types.rbs', line 1703

def output_config
  @output_config
end