Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLJobObjective
-
Packages that use AutoMLJobObjective Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLJobObjective in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLJobObjective Modifier and Type Method Description AutoMLJobObjectiveAutoMLResolvedAttributes. autoMLJobObjective()Returns the value of the AutoMLJobObjective property for this object.AutoMLJobObjectiveCreateAutoMlJobRequest. autoMLJobObjective()Specifies a metric to minimize or maximize as the objective of a job.AutoMLJobObjectiveCreateAutoMlJobV2Request. autoMLJobObjective()Specifies a metric to minimize or maximize as the objective of a job.AutoMLJobObjectiveDescribeAutoMlJobResponse. autoMLJobObjective()Returns the job's objective.AutoMLJobObjectiveDescribeAutoMlJobV2Response. autoMLJobObjective()Returns the job's objective.AutoMLJobObjectiveResolvedAttributes. autoMLJobObjective()Returns the value of the AutoMLJobObjective property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLJobObjective Modifier and Type Method Description AutoMLResolvedAttributes.BuilderAutoMLResolvedAttributes.Builder. autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)Sets the value of the AutoMLJobObjective property for this object.CreateAutoMlJobRequest.BuilderCreateAutoMlJobRequest.Builder. autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)Specifies a metric to minimize or maximize as the objective of a job.CreateAutoMlJobV2Request.BuilderCreateAutoMlJobV2Request.Builder. autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)Specifies a metric to minimize or maximize as the objective of a job.DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)Returns the job's objective.DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)Returns the job's objective.ResolvedAttributes.BuilderResolvedAttributes.Builder. autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)Sets the value of the AutoMLJobObjective property for this object.
-