Class: Aws::Types::InvokeModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:body, :request_metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#accept::String

Returns the value of attribute accept.

Returns:

  • (::String)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def accept
  @accept
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def body
  @body
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def content_type
  @content_type
end

#guardrail_identifier::String

Returns the value of attribute guardrail_identifier.

Returns:

  • (::String)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def guardrail_identifier
  @guardrail_identifier
end

#guardrail_version::String

Returns the value of attribute guardrail_version.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def guardrail_version
  @guardrail_version
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def model_id
  @model_id
end

#performance_config_latency"standard", "optimized"

Returns the value of attribute performance_config_latency.

Returns:

  • ("standard", "optimized")


1075
1076
1077
# File 'sig/types.rbs', line 1075

def performance_config_latency
  @performance_config_latency
end

#request_metadata::String

Returns the value of attribute request_metadata.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def 
  @request_metadata
end

#service_tier"priority", ...

Returns the value of attribute service_tier.

Returns:

  • ("priority", "default", "flex", "reserved")


1076
1077
1078
# File 'sig/types.rbs', line 1076

def service_tier
  @service_tier
end

#trace"ENABLED", ...

Returns the value of attribute trace.

Returns:

  • ("ENABLED", "DISABLED", "ENABLED_FULL")


1072
1073
1074
# File 'sig/types.rbs', line 1072

def trace
  @trace
end