Package com.oracle.bmc.datascience.model
Class CreateMlApplicationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.model.CreateMlApplicationDetails.Builder
 
- 
- Enclosing class:
- CreateMlApplicationDetails
 
 public static class CreateMlApplicationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateMlApplicationDetailsbuild()CreateMlApplicationDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment where the MlApplication is created.CreateMlApplicationDetails.Buildercopy(CreateMlApplicationDetails model)CreateMlApplicationDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CreateMlApplicationDetails.Builderdescription(String description)Optional description of the ML ApplicationCreateMlApplicationDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.CreateMlApplicationDetails.Buildername(String name)The name of MlApplication.
 
- 
- 
- 
Method Detail- 
namepublic CreateMlApplicationDetails.Builder name(String name) The name of MlApplication.It is unique in a given tenancy. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic CreateMlApplicationDetails.Builder description(String description) Optional description of the ML Application- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateMlApplicationDetails.Builder compartmentId(String compartmentId) The OCID of the compartment where the MlApplication is created.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateMlApplicationDetails.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {“Department”: “Finance”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CreateMlApplicationDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateMlApplicationDetails build() 
 - 
copypublic CreateMlApplicationDetails.Builder copy(CreateMlApplicationDetails model) 
 
- 
 
-