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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateMlApplicationDetails
build()
CreateMlApplicationDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment where the MlApplication is created.CreateMlApplicationDetails.Builder
copy(CreateMlApplicationDetails model)
CreateMlApplicationDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.CreateMlApplicationDetails.Builder
description(String description)
Optional description of the ML ApplicationCreateMlApplicationDetails.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.CreateMlApplicationDetails.Builder
name(String name)
The name of MlApplication.
-
-
-
Method Detail
-
name
public 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
-
description
public CreateMlApplicationDetails.Builder description(String description)
Optional description of the ML Application- Parameters:
description
- the value to set- Returns:
- this builder
-
compartmentId
public CreateMlApplicationDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where the MlApplication is created.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
freeformTags
public 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
-
definedTags
public 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
-
build
public CreateMlApplicationDetails build()
-
copy
public CreateMlApplicationDetails.Builder copy(CreateMlApplicationDetails model)
-
-