Searched +full:agent +full:- +full:base (Results 1 – 25 of 1174) sorted by relevance
12345678910>>...47
... java.base/com/sun/crypto/provider/AESCipher ... /java/io/Serial.java java.
... java.base/apple/security/AppleProvider.java java. ...
4 "apiVersion":"2023-06-05",5 "endpointPrefix":"bedrock-agent",7 "protocol":"rest-json",9 "serviceId":"Bedrock Agent",12 "uid":"bedrock-agent-2023-06-05"33 "documentation":"<p>Associate a Knowledge Base to an existing Amazon Bedrock Agent</p>",53 "documentation":"<p>Creates an Amazon Bedrock Agent</p>",74 "documentation":"<p>Creates an Action Group for existing Amazon Bedrock Agent</p>",95 "documentation":"<p>Creates an Alias for an existing Amazon Bedrock Agent</p>",136 "documentation":"<p>Create a new knowledge base</p>",[all …]
2 // Use of this source code is governed by a BSD-style license that can be9 #include "base/check.h"10 #include "base/containers/contains.h"11 #include "base/feature_list.h"12 #include "base/functional/bind.h"13 #include "base/json/json_writer.h"14 #include "base/notreached.h"15 #include "base/strings/strcat.h"16 #include "base/strings/string_piece.h"17 #include "base/test/task_environment.h"[all …]
8 font-weight: inherit;9 font-style: inherit;10 font-size: 100%;11 font-family: inherit;12 vertical-align: baseline;16 font-size: 13px;21 font-size: 26px;22 margin-bottom: 1em;26 font-size: 24px;27 margin-bottom: 1em;[all …]
8 * http://www.apache.org/licenses/LICENSE-2.052 * A utility class for handling for communicating between bearer-specific55 * An agent manages the life cycle of a network. A network starts its58 * the agent should call {@link markConnected} to inform the system that60 * ends and the agent should call {@link unregister}, at which point the63 * is disconnected the agent cannot be used any more. Network providers68 * perhaps connections with different SSID or P2P for Wi-Fi).77 * terms of battery - these agents should simply not override the related134 // TODO: have ConnectivityService store message names in different maps and remove this base135 private static final int BASE = 200; field in NetworkAgent[all …]
2 // Use of this source code is governed by a BSD-style license that can be8 #include "base/base_export.h"9 #include "base/callback.h"10 #include "base/memory/ref_counted_memory.h"11 #include "base/values.h"13 namespace base {21 // A tracing agent is an entity that records its own sort of trace. Each30 base::OnceCallback<void(const std::string& agent_name, bool success)>;32 // available for the specified agent.33 using StopAgentTracingCallback = base::OnceCallback<void([all …]
4 "apiVersion":"2023-07-26",5 "endpointPrefix":"bedrock-agent-runtime",7 "protocol":"rest-json",9 "serviceId":"Bedrock Agent Runtime",12 "uid":"bedrock-agent-runtime-2023-07-26"57 "documentation":"<p>Retrieve from knowledge base.</p>"115 "documentation":"<p>Agent Trace Action Group Name</p>",120 "documentation":"<p>Agent Trace Action Group Lambda Invocation Output String</p>",125 "documentation":"<p>Identifier of the agent alias.</p>",128 "pattern":"[0-9a-zA-Z]+"[all …]
7 // http://www.apache.org/licenses/LICENSE-2.039 "https://www.googleapis.com/auth/cloud-platform,"42 // Returns the list of all knowledge bases of the specified agent.44 // Note: The `projects.agent.knowledgeBases` resource is deprecated;54 get: "/v2beta1/{parent=projects/*/agent}/knowledgeBases"60 // Retrieves the specified knowledge base.62 // Note: The `projects.agent.knowledgeBases` resource is deprecated;71 get: "/v2beta1/{name=projects/*/agent/knowledgeBases/*}"77 // Creates a knowledge base.79 // Note: The `projects.agent.knowledgeBases` resource is deprecated;[all …]
8 * https://www.apache.org/licenses/LICENSE-2.042 // AUTO-GENERATED DOCUMENTATION AND CLASS.53 * // - It may require correct/in-range values for request initialization.54 * // - It may require specifying regional endpoints when creating the service client as shown in64 * as threads. In the example above, try-with-resources is used, which automatically calls close().94 * // - It may require correct/in-range values for request initialization.95 * // - It may require specifying regional endpoints when creating the service client as shown in109 * // - It may require correct/in-range values for request initialization.110 * // - It may require specifying regional endpoints when creating the service client as shown in123 * // - It may require correct/in-range values for request initialization.[all …]
2 // Use of this source code is governed by a BSD-style license that can be8 #include "base/base_export.h"9 #include "base/functional/callback.h"10 #include "base/memory/ref_counted_memory.h"12 namespace base {20 // A tracing agent is an entity that records its own sort of trace. Each29 base::OnceCallback<void(const std::string& agent_name, bool success)>;31 // available for the specified agent.32 using StopAgentTracingCallback = base::OnceCallback<void(35 const scoped_refptr<base::RefCountedString>& events_str_ptr)>;[all …]
8 * https://www.apache.org/licenses/LICENSE-2.0292 * Creates a new blocking-style stub that supports unary and streaming output calls on the service306 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */333 * Returns the list of all knowledge bases of the specified agent.334 * Note: The `projects.agent.knowledgeBases` resource is deprecated;350 * Retrieves the specified knowledge base.351 * Note: The `projects.agent.knowledgeBases` resource is deprecated;367 * Creates a knowledge base.368 * Note: The `projects.agent.knowledgeBases` resource is deprecated;384 * Deletes the specified knowledge base.[all …]
8 * http://www.apache.org/licenses/LICENSE-2.023 @SuppressWarnings(value={"redundant-name"})140 VOICE_REGISTRATION_FAIL = -1,144 DATA_REGISTRATION_FAIL = -2,148 SIGNAL_LOST = -3,152 PREF_RADIO_TECH_CHANGED = -4,154 * Data call was disconnected because radio was resetting, powered off - no retry156 RADIO_POWER_OFF = -5,161 TETHERED_CALL_ACTIVE = -6,179 * Network supports IPv4v6 PDP type only. Non-IP type is not allowed. In LTE mode of operation,[all …]
8 * http://www.apache.org/licenses/LICENSE-2.017 #include "agent.h"19 #include "android-base/stringprintf.h"23 #include "base/logging.h"24 #include "base/strlcpy.h"27 #include "thread-current-inl.h"28 #include "scoped_thread_state_change-inl.h"33 using android::base::StringPrintf;49 std::unique_ptr<Agent> AgentSpec::Load(/*out*/jint* call_res, in Load()52 VLOG(agents) << "Loading agent: " << name_ << " " << args_; in Load()[all …]
8 * http://www.apache.org/licenses/LICENSE-2.032 #include "android-base/endian.h"33 #include "android-base/stringprintf.h"34 #include "android-base/unique_fd.h"35 #include "art_field-inl.h"36 #include "art_method-alloc-inl.h"37 #include "base/file_utils.h"38 #include "base/globals.h"39 #include "base/logging.h"40 #include "base/macros.h"[all …]
1 #===----------------------------------------------------------------------===##5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 #===----------------------------------------------------------------------===##16 # docker compose build buildkite-builder20 # ghcr.io/libcxx/buildkite-builder21 # ghcr.io/libcxx/actions-builder22 # ghcr.io/libcxx/android-buildkite-builder27 # ===----------------------------------------------------------------------===##29 # ===----------------------------------------------------------------------===##31 # To start a Buildkite Agent, run it as:[all …]