Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrialComponentArtifact
-
Packages that use TrialComponentArtifact Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrialComponentArtifact in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrialComponentArtifact Modifier and Type Method Description Map<String,TrialComponentArtifact>CreateTrialComponentRequest. inputArtifacts()The input artifacts for the component.Map<String,TrialComponentArtifact>DescribeTrialComponentResponse. inputArtifacts()The input artifacts of the component.Map<String,TrialComponentArtifact>TrialComponent. inputArtifacts()The input artifacts of the component.Map<String,TrialComponentArtifact>UpdateTrialComponentRequest. inputArtifacts()Replaces all of the component's input artifacts with the specified artifacts or adds new input artifacts.Map<String,TrialComponentArtifact>CreateTrialComponentRequest. outputArtifacts()The output artifacts for the component.Map<String,TrialComponentArtifact>DescribeTrialComponentResponse. outputArtifacts()The output artifacts of the component.Map<String,TrialComponentArtifact>TrialComponent. outputArtifacts()The output artifacts of the component.Map<String,TrialComponentArtifact>UpdateTrialComponentRequest. outputArtifacts()Replaces all of the component's output artifacts with the specified artifacts or adds new output artifacts.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrialComponentArtifact Modifier and Type Method Description CreateTrialComponentRequest.BuilderCreateTrialComponentRequest.Builder. inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)The input artifacts for the component.DescribeTrialComponentResponse.BuilderDescribeTrialComponentResponse.Builder. inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)The input artifacts of the component.TrialComponent.BuilderTrialComponent.Builder. inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)The input artifacts of the component.UpdateTrialComponentRequest.BuilderUpdateTrialComponentRequest.Builder. inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)Replaces all of the component's input artifacts with the specified artifacts or adds new input artifacts.CreateTrialComponentRequest.BuilderCreateTrialComponentRequest.Builder. outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)The output artifacts for the component.DescribeTrialComponentResponse.BuilderDescribeTrialComponentResponse.Builder. outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)The output artifacts of the component.TrialComponent.BuilderTrialComponent.Builder. outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)The output artifacts of the component.UpdateTrialComponentRequest.BuilderUpdateTrialComponentRequest.Builder. outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)Replaces all of the component's output artifacts with the specified artifacts or adds new output artifacts.
-