Class: Aws::Types::CreateJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_specification ⇒ Types::AlgorithmSpecification

Returns the value of attribute algorithm_specification.



70
71
72
# File 'sig/types.rbs', line 70

def algorithm_specification
  @algorithm_specification
end

#associations ⇒ ::Array[Types::Association]

Returns the value of attribute associations.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def associations
  @associations
end

#checkpoint_config ⇒ Types::JobCheckpointConfig

Returns the value of attribute checkpoint_config.



73
74
75
# File 'sig/types.rbs', line 73

def checkpoint_config
  @checkpoint_config
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def client_token
  @client_token
end

#device_config ⇒ Types::DeviceConfig

Returns the value of attribute device_config.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

def device_config
  @device_config
end

#hyper_parameters ⇒ ::Hash[::String, ::String]

Returns the value of attribute hyper_parameters.

Returns:

  • (::Hash[::String, ::String])


78
79
80
# File 'sig/types.rbs', line 78

def hyper_parameters
  @hyper_parameters
end

#input_data_config ⇒ ::Array[Types::InputFileConfig]

Returns the value of attribute input_data_config.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def input_data_config
  @input_data_config
end

#instance_config ⇒ Types::InstanceConfig

Returns the value of attribute instance_config.



77
78
79
# File 'sig/types.rbs', line 77

def instance_config
  @instance_config
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def job_name
  @job_name
end

#output_data_config ⇒ Types::JobOutputDataConfig

Returns the value of attribute output_data_config.



72
73
74
# File 'sig/types.rbs', line 72

def output_data_config
  @output_data_config
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def role_arn
  @role_arn
end

#stopping_condition ⇒ Types::JobStoppingCondition

Returns the value of attribute stopping_condition.



76
77
78
# File 'sig/types.rbs', line 76

def stopping_condition
  @stopping_condition
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


80
81
82
# File 'sig/types.rbs', line 80

def tags
  @tags
end