Class: Aws::Types::BatchInferenceJob

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_inference_job_arn ⇒ ::String

Returns the value of attribute batch_inference_job_arn.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def batch_inference_job_arn
  @batch_inference_job_arn
end

#batch_inference_job_config ⇒ Types::BatchInferenceJobConfig

Returns the value of attribute batch_inference_job_config.



56
57
58
# File 'sig/types.rbs', line 56

def batch_inference_job_config
  @batch_inference_job_config
end

#batch_inference_job_mode ⇒ "BATCH_INFERENCE", "THEME_GENERATION"

Returns the value of attribute batch_inference_job_mode.

Returns:

  • ("BATCH_INFERENCE", "THEME_GENERATION")


58
59
60
# File 'sig/types.rbs', line 58

def batch_inference_job_mode
  @batch_inference_job_mode
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


61
62
63
# File 'sig/types.rbs', line 61

def creation_date_time
  @creation_date_time
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def failure_reason
  @failure_reason
end

#filter_arn ⇒ ::String

Returns the value of attribute filter_arn.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def filter_arn
  @filter_arn
end

#job_input ⇒ Types::BatchInferenceJobInput

Returns the value of attribute job_input.



54
55
56
# File 'sig/types.rbs', line 54

def job_input
  @job_input
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def job_name
  @job_name
end

#job_output ⇒ Types::BatchInferenceJobOutput

Returns the value of attribute job_output.



55
56
57
# File 'sig/types.rbs', line 55

def job_output
  @job_output
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


62
63
64
# File 'sig/types.rbs', line 62

def last_updated_date_time
  @last_updated_date_time
end

#num_results ⇒ ::Integer

Returns the value of attribute num_results.

Returns:

  • (::Integer)


53
54
55
# File 'sig/types.rbs', line 53

def num_results
  @num_results
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def role_arn
  @role_arn
end

#solution_version_arn ⇒ ::String

Returns the value of attribute solution_version_arn.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def solution_version_arn
  @solution_version_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def status
  @status
end

#theme_generation_config ⇒ Types::ThemeGenerationConfig

Returns the value of attribute theme_generation_config.



59
60
61
# File 'sig/types.rbs', line 59

def theme_generation_config
  @theme_generation_config
end