Class: Aws::Types::CreateBatchInferenceJobRequest

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_config ⇒ Types::BatchInferenceJobConfig

Returns the value of attribute batch_inference_job_config.



195
196
197
# File 'sig/types.rbs', line 195

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


197
198
199
# File 'sig/types.rbs', line 197

def batch_inference_job_mode
  @batch_inference_job_mode
end

#filter_arn ⇒ ::String

Returns the value of attribute filter_arn.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def filter_arn
  @filter_arn
end

#job_input ⇒ Types::BatchInferenceJobInput

Returns the value of attribute job_input.



192
193
194
# File 'sig/types.rbs', line 192

def job_input
  @job_input
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def job_name
  @job_name
end

#job_output ⇒ Types::BatchInferenceJobOutput

Returns the value of attribute job_output.



193
194
195
# File 'sig/types.rbs', line 193

def job_output
  @job_output
end

#num_results ⇒ ::Integer

Returns the value of attribute num_results.

Returns:

  • (::Integer)


191
192
193
# File 'sig/types.rbs', line 191

def num_results
  @num_results
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def role_arn
  @role_arn
end

#solution_version_arn ⇒ ::String

Returns the value of attribute solution_version_arn.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def solution_version_arn
  @solution_version_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



196
197
198
# File 'sig/types.rbs', line 196

def tags
  @tags
end

#theme_generation_config ⇒ Types::ThemeGenerationConfig

Returns the value of attribute theme_generation_config.



198
199
200
# File 'sig/types.rbs', line 198

def theme_generation_config
  @theme_generation_config
end