Class CfnModelInvocationJob.ModelInvocationJobOutputDataConfigProperty
Details about the location of the output of the batch inference job.
Inherited Members
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnModelInvocationJob.ModelInvocationJobOutputDataConfigProperty : CfnModelInvocationJob.IModelInvocationJobOutputDataConfigProperty
Syntax (vb)
Public Class CfnModelInvocationJob.ModelInvocationJobOutputDataConfigProperty Implements CfnModelInvocationJob.IModelInvocationJobOutputDataConfigProperty
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.AWS.Bedrock;
var modelInvocationJobOutputDataConfigProperty = new ModelInvocationJobOutputDataConfigProperty {
S3OutputDataConfig = new ModelInvocationJobS3OutputDataConfigProperty {
S3Uri = "s3Uri",
// the properties below are optional
S3BucketOwner = "s3BucketOwner",
S3EncryptionKeyId = "s3EncryptionKeyId"
}
};
Synopsis
Constructors
| ModelInvocationJobOutputDataConfigProperty() | Details about the location of the output of the batch inference job. |
Properties
| S3OutputDataConfig | Contains the configuration of the S3 location of the output data. |
Constructors
ModelInvocationJobOutputDataConfigProperty()
Details about the location of the output of the batch inference job.
public ModelInvocationJobOutputDataConfigProperty()
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.AWS.Bedrock;
var modelInvocationJobOutputDataConfigProperty = new ModelInvocationJobOutputDataConfigProperty {
S3OutputDataConfig = new ModelInvocationJobS3OutputDataConfigProperty {
S3Uri = "s3Uri",
// the properties below are optional
S3BucketOwner = "s3BucketOwner",
S3EncryptionKeyId = "s3EncryptionKeyId"
}
};
Properties
S3OutputDataConfig
Contains the configuration of the S3 location of the output data.
public object S3OutputDataConfig { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnModelInvocationJob.IModelInvocationJobS3OutputDataConfigProperty