Interface CfnInferenceSchedulerPropsMixin.IS3OutputConfigurationProperty
Specifies configuration information for the output results from the inference, including output S3 location.
Namespace: Amazon.CDK.Mixins.Preview.AWS.LookoutEquipment.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnInferenceSchedulerPropsMixin.IS3OutputConfigurationProperty
Syntax (vb)
Public Interface CfnInferenceSchedulerPropsMixin.IS3OutputConfigurationProperty
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.Mixins.Preview.AWS.LookoutEquipment.Mixins;
var s3OutputConfigurationProperty = new S3OutputConfigurationProperty {
Bucket = "bucket",
Prefix = "prefix"
};
Synopsis
Properties
| Bucket | Specifies configuration information for the output results from the inference, including output S3 location. |
| Prefix | Specifies configuration information for the output results from the inference, including output S3 location. |
Properties
Bucket
Specifies configuration information for the output results from the inference, including output S3 location.
string? Bucket { get; }
Property Value
Remarks
Prefix
Specifies configuration information for the output results from the inference, including output S3 location.
string? Prefix { get; }