Uses of Class
software.amazon.awssdk.services.sagemaker.model.TransformResources
-
Packages that use TransformResources Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TransformResources in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TransformResources Modifier and Type Method Description TransformResourcesCreateTransformJobRequest. transformResources()Describes the resources, including ML instance types and ML instance count, to use for the transform job.TransformResourcesDescribeTransformJobResponse. transformResources()Describes the resources, including ML instance types and ML instance count, to use for the transform job.TransformResourcesTransformJob. transformResources()Returns the value of the TransformResources property for this object.TransformResourcesTransformJobDefinition. transformResources()Identifies the ML compute instances for the transform job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TransformResources Modifier and Type Method Description CreateTransformJobRequest.BuilderCreateTransformJobRequest.Builder. transformResources(TransformResources transformResources)Describes the resources, including ML instance types and ML instance count, to use for the transform job.DescribeTransformJobResponse.BuilderDescribeTransformJobResponse.Builder. transformResources(TransformResources transformResources)Describes the resources, including ML instance types and ML instance count, to use for the transform job.TransformJob.BuilderTransformJob.Builder. transformResources(TransformResources transformResources)Sets the value of the TransformResources property for this object.TransformJobDefinition.BuilderTransformJobDefinition.Builder. transformResources(TransformResources transformResources)Identifies the ML compute instances for the transform job.
-