static MlApplication.Builder |
MlApplication.builder() |
Create a new builder.
|
MlApplication.Builder |
MlApplication.Builder.compartmentId(String compartmentId) |
The OCID of the compartment where the MlApplication is created.
|
MlApplication.Builder |
MlApplication.Builder.copy(MlApplication model) |
|
MlApplication.Builder |
MlApplication.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
MlApplication.Builder |
MlApplication.Builder.description(String description) |
Optional description of the ML Application
|
MlApplication.Builder |
MlApplication.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
MlApplication.Builder |
MlApplication.Builder.id(String id) |
The OCID of the MlApplication.
|
MlApplication.Builder |
MlApplication.Builder.lifecycleDetails(String lifecycleDetails) |
A message describing the current state in more detail.
|
MlApplication.Builder |
MlApplication.Builder.lifecycleState(MlApplication.LifecycleState lifecycleState) |
The current state of the MlApplication.
|
MlApplication.Builder |
MlApplication.Builder.name(String name) |
The name of MlApplication.
|
MlApplication.Builder |
MlApplication.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
Usage of system tag keys.
|
MlApplication.Builder |
MlApplication.Builder.timeCreated(Date timeCreated) |
Creation time of MlApplication in the format defined by RFC 3339.
|
MlApplication.Builder |
MlApplication.Builder.timeUpdated(Date timeUpdated) |
Time of last MlApplication update in the format defined by RFC 3339.
|
MlApplication.Builder |
MlApplication.toBuilder() |
|