Class: Aws::BedrockRuntime::Types::GetAsyncInvokeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:failure_message]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

The invocation’s idempotency token.

Returns:

  • (String)


988
989
990
991
992
993
994
995
996
997
998
999
1000
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 988

class GetAsyncInvokeResponse < Struct.new(
  :invocation_arn,
  :model_arn,
  :client_request_token,
  :status,
  :failure_message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :output_data_config)
  SENSITIVE = [:failure_message]
  include Aws::Structure
end

#end_timeTime

When the invocation ended.

Returns:

  • (Time)


988
989
990
991
992
993
994
995
996
997
998
999
1000
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 988

class GetAsyncInvokeResponse < Struct.new(
  :invocation_arn,
  :model_arn,
  :client_request_token,
  :status,
  :failure_message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :output_data_config)
  SENSITIVE = [:failure_message]
  include Aws::Structure
end

#failure_messageString

An error message.

Returns:

  • (String)


988
989
990
991
992
993
994
995
996
997
998
999
1000
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 988

class GetAsyncInvokeResponse < Struct.new(
  :invocation_arn,
  :model_arn,
  :client_request_token,
  :status,
  :failure_message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :output_data_config)
  SENSITIVE = [:failure_message]
  include Aws::Structure
end

#invocation_arnString

The invocation’s ARN.

Returns:

  • (String)


988
989
990
991
992
993
994
995
996
997
998
999
1000
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 988

class GetAsyncInvokeResponse < Struct.new(
  :invocation_arn,
  :model_arn,
  :client_request_token,
  :status,
  :failure_message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :output_data_config)
  SENSITIVE = [:failure_message]
  include Aws::Structure
end

#last_modified_timeTime

The invocation’s last modified time.

Returns:

  • (Time)


988
989
990
991
992
993
994
995
996
997
998
999
1000
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 988

class GetAsyncInvokeResponse < Struct.new(
  :invocation_arn,
  :model_arn,
  :client_request_token,
  :status,
  :failure_message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :output_data_config)
  SENSITIVE = [:failure_message]
  include Aws::Structure
end

#model_arnString

The invocation’s model ARN.

Returns:

  • (String)


988
989
990
991
992
993
994
995
996
997
998
999
1000
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 988

class GetAsyncInvokeResponse < Struct.new(
  :invocation_arn,
  :model_arn,
  :client_request_token,
  :status,
  :failure_message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :output_data_config)
  SENSITIVE = [:failure_message]
  include Aws::Structure
end

#output_data_configTypes::AsyncInvokeOutputDataConfig

Output data settings.



988
989
990
991
992
993
994
995
996
997
998
999
1000
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 988

class GetAsyncInvokeResponse < Struct.new(
  :invocation_arn,
  :model_arn,
  :client_request_token,
  :status,
  :failure_message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :output_data_config)
  SENSITIVE = [:failure_message]
  include Aws::Structure
end

#statusString

The invocation’s status.

Returns:

  • (String)


988
989
990
991
992
993
994
995
996
997
998
999
1000
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 988

class GetAsyncInvokeResponse < Struct.new(
  :invocation_arn,
  :model_arn,
  :client_request_token,
  :status,
  :failure_message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :output_data_config)
  SENSITIVE = [:failure_message]
  include Aws::Structure
end

#submit_timeTime

When the invocation request was submitted.

Returns:

  • (Time)


988
989
990
991
992
993
994
995
996
997
998
999
1000
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 988

class GetAsyncInvokeResponse < Struct.new(
  :invocation_arn,
  :model_arn,
  :client_request_token,
  :status,
  :failure_message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :output_data_config)
  SENSITIVE = [:failure_message]
  include Aws::Structure
end