Uses of Class
software.amazon.awscdk.services.bedrockagentcore.AgentRuntimeArtifact
Packages that use AgentRuntimeArtifact
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of AgentRuntimeArtifact in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return AgentRuntimeArtifactModifier and TypeMethodDescriptionstatic AgentRuntimeArtifactReference an agent runtime artifact that's constructed directly from sources on disk.static AgentRuntimeArtifactAgentRuntimeArtifact.fromAsset(String directory, DockerImageAssetOptions options) Reference an agent runtime artifact that's constructed directly from sources on disk.static AgentRuntimeArtifactAgentRuntimeArtifact.fromCodeAsset(CodeAssetOptions options) Reference an agent runtime artifact that's constructed from local code assets uploaded to a CDK-managed S3 bucket.static AgentRuntimeArtifactAgentRuntimeArtifact.fromEcrRepository(IRepository repository) Reference an image in an ECR repository.static AgentRuntimeArtifactAgentRuntimeArtifact.fromEcrRepository(IRepository repository, String tag) Reference an image in an ECR repository.static AgentRuntimeArtifactAgentRuntimeArtifact.fromImageUri(String containerUri) Reference an image using an ECR container URI.static AgentRuntimeArtifactAgentRuntimeArtifact.fromS3(Location s3Location, AgentCoreRuntime runtime, List<String> entrypoint) Reference an agent runtime artifact that's constructed directly from an S3 object.Runtime.getAgentRuntimeArtifact()The artifact configuration for the agent runtime.RuntimeProps.getAgentRuntimeArtifact()The artifact configuration for the agent runtime Contains the container configuration with ECR URI.final AgentRuntimeArtifactRuntimeProps.Jsii$Proxy.getAgentRuntimeArtifact()Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type AgentRuntimeArtifactModifier and TypeMethodDescriptionRuntime.Builder.agentRuntimeArtifact(AgentRuntimeArtifact agentRuntimeArtifact) The artifact configuration for the agent runtime Contains the container configuration with ECR URI.RuntimeProps.Builder.agentRuntimeArtifact(AgentRuntimeArtifact agentRuntimeArtifact) Sets the value ofRuntimeProps.getAgentRuntimeArtifact()