Class: Aws::Types::InvokeModelWithResponseStreamRequest

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)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def accept
  @accept
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def body
  @body
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def content_type
  @content_type
end

#guardrail_identifier::String

Returns the value of attribute guardrail_identifier.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def guardrail_identifier
  @guardrail_identifier
end

#guardrail_version::String

Returns the value of attribute guardrail_version.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def guardrail_version
  @guardrail_version
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def model_id
  @model_id
end

#performance_config_latency"standard", "optimized"

Returns the value of attribute performance_config_latency.

Returns:

  • ("standard", "optimized")


1113
1114
1115
# File 'sig/types.rbs', line 1113

def performance_config_latency
  @performance_config_latency
end

#request_metadata::String

Returns the value of attribute request_metadata.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def 
  @request_metadata
end

#service_tier"priority", ...

Returns the value of attribute service_tier.

Returns:

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


1114
1115
1116
# File 'sig/types.rbs', line 1114

def service_tier
  @service_tier
end

#trace"ENABLED", ...

Returns the value of attribute trace.

Returns:

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


1110
1111
1112
# File 'sig/types.rbs', line 1110

def trace
  @trace
end