Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnTransformJob.TransformResourcesProperty
Packages that use CfnTransformJob.TransformResourcesProperty
-
Uses of CfnTransformJob.TransformResourcesProperty in software.amazon.awscdk.services.sagemaker
Classes in software.amazon.awscdk.services.sagemaker that implement CfnTransformJob.TransformResourcesPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnTransformJob.TransformResourcesPropertyMethods in software.amazon.awscdk.services.sagemaker that return CfnTransformJob.TransformResourcesPropertyModifier and TypeMethodDescriptionCfnTransformJob.TransformResourcesProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.sagemaker with parameters of type CfnTransformJob.TransformResourcesPropertyModifier and TypeMethodDescriptionvoidCfnTransformJob.setTransformResources(CfnTransformJob.TransformResourcesProperty value) Describes the resources, including ML instance types and ML instance count, to use for the transform job.CfnTransformJob.Builder.transformResources(CfnTransformJob.TransformResourcesProperty transformResources) Describes the resources, including ML instance types and ML instance count, to use for the transform job.CfnTransformJobProps.Builder.transformResources(CfnTransformJob.TransformResourcesProperty transformResources) Sets the value ofCfnTransformJobProps.getTransformResources()