Class: Aws::Types::CreateCompilationJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_job_name::String

Returns the value of attribute compilation_job_name.

Returns:

  • (::String)


2030
2031
2032
# File 'sig/types.rbs', line 2030

def compilation_job_name
  @compilation_job_name
end

#input_configTypes::InputConfig

Returns the value of attribute input_config.

Returns:



2033
2034
2035
# File 'sig/types.rbs', line 2033

def input_config
  @input_config
end

#model_package_version_arn::String

Returns the value of attribute model_package_version_arn.

Returns:

  • (::String)


2032
2033
2034
# File 'sig/types.rbs', line 2032

def model_package_version_arn
  @model_package_version_arn
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



2034
2035
2036
# File 'sig/types.rbs', line 2034

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2031
2032
2033
# File 'sig/types.rbs', line 2031

def role_arn
  @role_arn
end

#stopping_conditionTypes::StoppingCondition

Returns the value of attribute stopping_condition.



2036
2037
2038
# File 'sig/types.rbs', line 2036

def stopping_condition
  @stopping_condition
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2037
2038
2039
# File 'sig/types.rbs', line 2037

def tags
  @tags
end

#vpc_configTypes::NeoVpcConfig

Returns the value of attribute vpc_config.

Returns:



2035
2036
2037
# File 'sig/types.rbs', line 2035

def vpc_config
  @vpc_config
end