Show / Hide Table of Contents

Class CodeInterpreterCustomReference

A reference to a CodeInterpreterCustom resource.

Inheritance
object
CodeInterpreterCustomReference
Implements
ICodeInterpreterCustomReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CodeInterpreterCustomReference : ICodeInterpreterCustomReference
Syntax (vb)
Public Class CodeInterpreterCustomReference Implements ICodeInterpreterCustomReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.BedrockAgentCore;

            var codeInterpreterCustomReference = new CodeInterpreterCustomReference {
                CodeInterpreterId = "codeInterpreterId"
            };

Synopsis

Constructors

CodeInterpreterCustomReference()

A reference to a CodeInterpreterCustom resource.

Properties

CodeInterpreterId

The CodeInterpreterId of the CodeInterpreterCustom resource.

Constructors

CodeInterpreterCustomReference()

A reference to a CodeInterpreterCustom resource.

public CodeInterpreterCustomReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.BedrockAgentCore;

            var codeInterpreterCustomReference = new CodeInterpreterCustomReference {
                CodeInterpreterId = "codeInterpreterId"
            };

Properties

CodeInterpreterId

The CodeInterpreterId of the CodeInterpreterCustom resource.

public string CodeInterpreterId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ICodeInterpreterCustomReference
Back to top Generated by DocFX