Interface MlEngineModelDefaultVersion
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MlEngineModelDefaultVersion.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.910Z") @Stability(Stable) public interface MlEngineModelDefaultVersion extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMlEngineModelDefaultVersion.BuilderA builder forMlEngineModelDefaultVersionstatic classMlEngineModelDefaultVersion.Jsii$ProxyAn implementation forMlEngineModelDefaultVersion
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MlEngineModelDefaultVersion.Builderbuilder()StringgetName()The name specified for the version when it was created.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
The name specified for the version when it was created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#name MlEngineModel#name}
-
builder
@Stability(Stable) static MlEngineModelDefaultVersion.Builder builder()
-
-