Class: Aws::Types::CreateModelInvocationJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def client_request_token
  @client_request_token
end

#input_data_configTypes::ModelInvocationJobInputDataConfig

Returns the value of attribute input_data_config.



1158
1159
1160
# File 'sig/types.rbs', line 1158

def input_data_config
  @input_data_config
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def job_name
  @job_name
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def model_id
  @model_id
end

#model_invocation_type"InvokeModel", "Converse"

Returns the value of attribute model_invocation_type.

Returns:

  • ("InvokeModel", "Converse")


1163
1164
1165
# File 'sig/types.rbs', line 1163

def model_invocation_type
  @model_invocation_type
end

#output_data_configTypes::ModelInvocationJobOutputDataConfig

Returns the value of attribute output_data_config.



1159
1160
1161
# File 'sig/types.rbs', line 1159

def output_data_config
  @output_data_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1162
1163
1164
# File 'sig/types.rbs', line 1162

def tags
  @tags
end

#timeout_duration_in_hours::Integer

Returns the value of attribute timeout_duration_in_hours.

Returns:

  • (::Integer)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def timeout_duration_in_hours
  @timeout_duration_in_hours
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1160
1161
1162
# File 'sig/types.rbs', line 1160

def vpc_config
  @vpc_config
end